micropython/cc3200/util
Daniel Campora df5d9c77f4 cc3200: Fix bootloader and modpyb after printf overhaul.
The bootloader needs string0.c because of memset, memcpy and others,
without string0.c it magically links, but calling any of those
functions results in a hard fault.
In debug mode, modpyb needs printf, and including stdio.h leads to
conflicts due to the redefinitions made in the simplelink drivers.
2015-04-19 20:59:10 +02:00
..
fifo.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
fifo.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
gccollect.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
gccollect.h cc3200: Clean up linker scripts and startup file. 2015-03-14 10:08:45 +01:00
gchelper.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
gchelper.s cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
hash.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
hash.h cc3200: Do not reset the DTHE module before every SHA operation. 2015-03-16 00:42:10 +01:00
random.c drivers/cc3100: Remove dependence on debug.h. 2015-02-21 22:04:07 +00:00
random.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
sleeprestore.h cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
sleeprestore.s cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
socketfifo.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
socketfifo.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
std.h cc3200: Fix bootloader and modpyb after printf overhaul. 2015-04-19 20:59:10 +02:00