tinygo/src
cn 688dd81400 machine/stm32f103xx: allow board specific UART usage
Motivation: The bluepill uses USART1 as UART0 but other boards like the
STM32 Nucleo boards (and disco as well) use USART2 for USB COM port.

To avoid duplication of code the same pattern as in `machine_atsamd21.go`
is applied where only UART-specific code is moved to `board_*.go`.
2019-09-17 10:28:03 +02:00
..
device machine/atsamd21: Add support for bootloader reset/programming and correct error in receiving endpoint 0 data for CDC Set Line Coding changes, implementing system reset on switch to 1200 baud connection speed with DTR false. 2019-09-14 16:18:30 +02:00
examples Add syscall/js.valueInvoke support 2019-09-16 13:36:37 +02:00
machine machine/stm32f103xx: allow board specific UART usage 2019-09-17 10:28:03 +02:00
os all: use baremetal build tag 2019-08-04 17:12:07 +02:00
reflect reflect: implement t.Comparable() 2019-08-20 10:20:09 +02:00
runtime runtime: implement memcpy 2019-09-16 15:34:16 +02:00
sync sync: implement dummy sync.Pool for fmt 2018-10-20 15:52:41 +02:00
syscall all: use baremetal build tag 2019-08-04 17:12:07 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00