aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc43xx
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-finiNicolas Schodet
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-03Support exceptions on all targetsNicolas Schodet
2012-09-03Use a specific symbol for data source address in flashNicolas Schodet
2012-09-03Clean up and make linker scripts more uniformNicolas Schodet
2012-08-13Changed local build target for library and linker files.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-13Fix Linker bug copy ROM to RAM & exec from RAM (need more test).TitanMKD
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-02Added JellyBean Configuration for PinMux, GPIO In/Out (work in progress).TitanMKD
2012-05-27replaced linker script I accidentally deletedMichael Ossmann
2012-05-27trying to rm againMichael Ossmann
2012-05-27rm renamed fileMichael Ossmann
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