aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-14Fix TypoKen Sarkies
2012-06-13Add SGPIO slice defines and indexed register access macros.Jared Boone
2012-06-13Code for iwdg module STM32F seriesKen Sarkies
2012-06-13Fix Linker bug copy ROM to RAM & exec from RAM (need more test).TitanMKD
2012-06-12Don't include examples in doxygen output.Karl Palsson
There's no point, and it makes everything bigger and slower
2012-06-12Add helper function for max clock on HSI for f100Karl Palsson
Based on existing HSI code. Tested with f100c8, on custom board with no external crystals or resonators.
2012-06-12Add Device Electronic Signature support.Karl Palsson
Working unique id support, but not 100% convinced that this is the "least surprise" path. ST's docs provide the bits from low to high, in 2xu16 and 2xu32. But to get it back as a "u96" the highest bits should be first?
2012-06-12Even/Odd parity bit configs used the wrong bitKarl Palsson
Checked F10x, F100, F4 and L1 reference manuals. Confirmed with my user application code.
2012-06-10Merge pull request #6 from TitanMKD/masterMichael Ossmann
Added ROM to RAM code copy & exec
2012-06-10Added ROM to RAM code copy & exec with example of how to use it ↵TitanMKD
(miniblink_rom_to_ram).
2012-06-09Merge pull request #5 from TitanMKD/masterMichael Ossmann
Interrupt & SysTick for LPC43xx
2012-06-09Work on scs.h register and also nvic.h.TitanMKD
ARM Interrupt API (see nvic.h). ARM SysTick API (see systick.h). Example using both Interrupt and SysTick and blink LED1/2/3 see systickdemo.c.
2012-06-07quick comment fixMichael Ossmann
2012-06-06make install now installs lpc43xx and other non-stm32 stuffMichael Ossmann
2012-06-06changed I2C to run directly from IRCMichael Ossmann
2012-06-06more CGU register valuesMichael Ossmann
2012-06-05Merge pull request #4 from TitanMKD/masterMichael Ossmann
LPC43xx SSP driver fixed (tested with Write)
2012-06-06Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode).TitanMKD
For more details on tests see ssp/README.
2012-06-05fixed some column alignment to conform with libopencm3 precedentMichael Ossmann
2012-06-05removed some unused SCU configMichael Ossmann
2012-06-04resolved minor conflictMichael Ossmann
2012-06-04added i2c.c that I forgot earlierMichael Ossmann
2012-06-05* Added SSP Driver (Not Tested).TitanMKD
* Replaced leading space by tabulations.
2012-06-04moved stuff out of i2cdemo.c and into drivers/headersMichael Ossmann
2012-06-04fixed i2cdemo to supply 1V8 for Si5351C output supplyMichael Ossmann
2012-06-04Merge pull request #2 from TitanMKD/masterMichael Ossmann
mostly SCU
2012-06-04Fixed multi-line comments now it is "compliant" with Linux CodingStyle.TitanMKD
2012-06-04Merge remote branch 'upstream/master'Michael Ossmann
2012-06-04Minor fixTitanMKD
2012-06-03Merge branch 'master' of git://github.com/mossmann/libopencm3TitanMKD
2012-06-03got I2C demo working but stuff still needs to be moved out of here and into ↵Michael Ossmann
drivers
2012-06-03Added SCU I2C0 specific configuration.TitanMKD
2012-06-03Merge branch 'master' of git://github.com/libopencm3/libopencm3TitanMKD
2012-06-02Merge branch 'master' of git://github.com/libopencm3/libopencm3TitanMKD
2012-06-02Added JellyBean Configuration for PinMux, GPIO In/Out (work in progress).TitanMKD
Added scu driver file scu.c. Modified Makefile/Makefile.include to generate .map file and use -O2 as optimization. Modified hackrf-jellybean miniblink.c to enable 1V8 and blink LED1,2&3 with configuration of PinMux and GPIO.
2012-06-01prefixed some register defsMichael Ossmann
2012-05-31Use ODR instead of IDR to toggle an output GPIONicolas Schodet
IDR represents the level on pin input while ODR is the value requested by the programmer. This makes a difference for example when using the output as open drain.
2012-05-30started i2c example, still incomplete and much will be moved to ↵Michael Ossmann
drivers/headers elsewhere
2012-05-29Windowed Watchdog Timer register definitionsMichael Ossmann
2012-05-29Alarm Timer register definitionsMichael Ossmann
2012-05-29Repetitive Interrupt Timer register definitionsMichael Ossmann
2012-05-29Timer register definitionsMichael Ossmann
2012-05-29SDIO register definitionsMichael Ossmann
2012-05-29GPDMA register definitionsMichael Ossmann
2012-05-29GIMA register definitionsMichael Ossmann
2012-05-29SCU register definitionsMichael Ossmann
2012-05-29Event Router register definitionsMichael Ossmann
2012-05-29ADC register definitionsMichael Ossmann
2012-05-29I2S register definitionsMichael Ossmann
2012-05-29I2C register definitionsMichael Ossmann