Dima Barsky
Dima Barsky
Here's the error message: ``` arm-none-eabi-ld -o buck50.elf -static -M --print-memory-usage \ buck50.o usb_dev.o usb_dev_cdc_acm.o buck50_asm.o stm32f103_flash_init.o \ -T src/low_stack_flash.ld \ > buck50.elf.map arm-none-eabi-ld: stm32f103_flash_init.o: in function `init': /home/dima/repos/buck50/build/init/stm32f103_flash_init.c:55: undefined...
As discussed in [PR#1155](https://github.com/modm-io/modm/pull/1155), here is my attempt to create a wrapper around the UartHal driver which handles the buffering. Not sure if it's what you had in mind, I'm...
How to reproduce: ``` git clone https://github.com/blacksphere/blackmagic cd blackmagic git checkout 193d6ab946968b052d9946ab9abdfe9cbb4fd17e git submodule update --init git-tui log ``` It does not crash, but gets into an infinite loop trying...