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
gccollect.c
gccollect.h
gchelper.h
gchelper.s
hash.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
hash.h
random.c
random.h
sleeprestore.h
sleeprestore.s
socketfifo.c cc3200: Clean up and reduce use/include of std.h. 2015-04-18 14:29:28 +01:00
socketfifo.h
std.h cc3200: Fix bootloader and modpyb after printf overhaul. 2015-04-19 20:59:10 +02:00