e7332b0584
Adds support for 3 Cortex-M boards, selectable via "BOARD" in the Makefile: - microbit, Cortex-M0 via nRF51822 - netduino2, Cortex-M3 via STM32F205 - mps2-an385, Cortex-M3 via FPGA netduino2 is the default board because it's supported by older qemu versions (down to at least 2.5.0).
3 lines
70 B
C
3 lines
70 B
C
void uart_init(void);
|
|
void uart_tx_strn(const char *buf, size_t len);
|