mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
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.