machine/stm32f103xx/nucleo-f103rb: add support for NUCLEO-F103RB STM32F1-based board

Compared to the already supported stm32f103xx "bluepill" board this:

- features 128 KiB flash memory size ("RB" suffix) instead of 64 KiB, see `targets/stm32f103rb.ld`
- has onboard ST-LINK/V2-1 programmer and debugger requiring different OpenOCD configuration file
- uses USART2 connected to ST-LINK/V2-1 debugger as virtual COM port over USB for `putchar()`
- has a user-accessible button besides the reset button
This commit is contained in:
cn
2019-09-14 10:10:39 +02:00
committed by Ron Evans
parent 688dd81400
commit 9d35c1197f
6 changed files with 155 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build bluepill stm32f4disco
// +build bluepill nucleof103rb stm32f4disco
package machine