Matthew Hicks
2014-11-04 21:17:22 UTC
Even when my code doesn't use the uart (or include stdio.h) the init
functions are added and called in the resulting binary. Is it possible to
make it so that the uart stuff is only added with stdio.h? As it is, my
system freezes when uart code is called as my hardware has no uart.
functions are added and called in the resulting binary. Is it possible to
make it so that the uart stuff is only added with stdio.h? As it is, my
system freezes when uart code is called as my hardware has no uart.