aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
2012-08-11Merging pull request #19 "STM32F timers. Doxygen markup added, and some code ...Piotr Esden-Tempski
2012-07-10STM32F timers. Doxygen markup added, and some code changes:Ken Sarkies
2012-06-30Code for DAC module STM32Fxxx seriesKen Sarkies
2012-06-29Add linker scripts with memory maps for F100 series.Karl Palsson
2012-06-29Basic helper routines for CRCKarl Palsson
2012-06-27Merge pull request #13 "Code for iwdg module STM32F series"Piotr Esden-Tempski
2012-06-27Merge pull request #11 "Add helper function for max clock on HSI for f100"Piotr Esden-Tempski
2012-06-27Merge pull request #10 "Add Device Electronic Signature support."Piotr Esden-Tempski
2012-06-27Merging pull request #7 "Use ODR instead of IDR to toggle an output GPIO"Piotr Esden-Tempski
2012-06-27Merge pull request #6 "Doxygen markup and grouping structrue"Piotr Esden-Tempski
2012-06-25* Updated GPIO added gpio_toggle() function.TitanMKD
2012-06-16Merge branch 'master' of git://github.com/jboone/libopencm3TitanMKD
2012-06-15Modified SSP driver to wait for data to be sent before returning. This is cri...Jared Boone
2012-06-14Fix TypoKen Sarkies
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-12Add helper function for max clock on HSI for f100Karl Palsson
2012-06-12Add Device Electronic Signature support.Karl Palsson
2012-06-10Added ROM to RAM code copy & exec with example of how to use it (miniblink_ro...TitanMKD
2012-06-09Work on scs.h register and also nvic.h.TitanMKD
2012-06-06changed I2C to run directly from IRCMichael Ossmann
2012-06-06Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode).TitanMKD
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
2012-06-04moved stuff out of i2cdemo.c and into drivers/headersMichael Ossmann
2012-06-04Minor fixTitanMKD
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
2012-05-31Use ODR instead of IDR to toggle an output GPIONicolas Schodet
2012-05-28Header files for Doxygen group structure, layout changes to headings, example...Ken Sarkies
2012-05-27replaced linker script I accidentally deletedMichael Ossmann
2012-05-27trying to rm againMichael Ossmann
2012-05-27rm renamed fileMichael Ossmann
2012-05-26Fixed setting of interrupt priorities.Gareth McMullin
2012-05-25Mark reg32 variables as used. So that the compiler does not complain.Piotr Esden-Tempski
2012-05-22renamed linker scriptMichael Ossmann
2012-05-22semicolons might helpMichael Ossmann
2012-05-22Makefile updatesMichael Ossmann
2012-05-22updated linker scriptMichael Ossmann
2012-05-22gpio.c, vector.c updated for LPC43xxMichael Ossmann
2012-05-22new lib/lpc43xx, starting with copy of lpc17xxMichael Ossmann
2012-04-25Fixed the linker scripts to be the way Tomaz Solc proposed.Piotr Esden-Tempski
2012-04-24Removed the load address statement from the .bss section.Piotr Esden-Tempski
2012-04-24Support for exception handling in linker scripts.Tomaz Solc
2012-04-24Wait for writes to finish upon exiting RTC configTomaz Solc
2012-04-20Merge remote-tracking branch 'gsmcmullin/timer_input'Piotr Esden-Tempski
2012-04-08Added functions for configuring timers in slave mode.Gareth McMullin