libopencm3/lib/lpc43xx
Tomaz Solc fc4047e4b4 Add assert macros to aid in debugging.
Adds libopencm3/cm3/assert.h header that provides assertion check macros
similar to those provided by the standard C library.

Thanks to Nicolas Schodet for help.
2012-10-02 08:48:45 +02:00
..
Makefile Add assert macros to aid in debugging. 2012-10-02 08:48:45 +02:00
gpio.c * Updated GPIO added gpio_toggle() function. 2012-06-25 22:12:00 +02:00
i2c.c changed I2C to run directly from IRC 2012-06-06 22:05:03 -06:00
libopencm3_lpc43xx.ld Support exceptions on all targets 2012-09-03 20:41:15 +02:00
libopencm3_lpc43xx_rom_to_ram.ld Support exceptions on all targets 2012-09-03 20:41:15 +02:00
nvic.c Work on scs.h register and also nvic.h. 2012-06-09 18:27:42 +02:00
scu.c * Added SSP Driver (Not Tested). 2012-06-05 01:41:54 +02:00
ssp.c Modified SSP driver to wait for data to be sent before returning. This is critical when controlling device CS# pins via GPIO. Long-term, it might be better to have a different API that permits this level of control. 2012-06-15 17:20:50 -07:00
systick.c Work on scs.h register and also nvic.h. 2012-06-09 18:27:42 +02:00
vector.c Use a specific symbol for data source address in flash 2012-09-03 20:28:12 +02:00