Gunar Schorcht 9e47872a59 cpu/esp32: fix multiple definition of putchar
When standard C libraries are added to BASELIBS to group them together with all other modules, there are multiple definitions for the putchar function. The one that is defined writing to the UART as standard output and the one that is provided by the standard C libraries. To solve this symbol conflict, putchar and getchar functions that use the UART as standard output/input are renamed to __wrap_putchar and __wrap_getchar and the linker options are extended by -Wl,-wrap option.
2019-08-06 08:05:22 +02:00
..
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2019-07-29 16:06:04 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00