aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcn <[email protected]>2019-09-14 10:10:39 +0200
committerRon Evans <[email protected]>2019-09-17 13:26:26 +0200
commit9d35c1197f09e83d1a352087b3483dfced09a611 (patch)
tree5f7b23bb39219c57151d5c45ca0b3f3f9f9bff02 /Makefile
parent688dd814007cd4fc0f9bff641a23de302b793aa9 (diff)
downloadtinygo-9d35c1197f09e83d1a352087b3483dfced09a611.tar.gz
tinygo-9d35c1197f09e83d1a352087b3483dfced09a611.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53ed35d51..e1d906105 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,7 @@ smoketest:
tinygo build -size short -o test.elf -target=circuitplay-express examples/i2s
tinygo build -size short -o test.elf -target=gameboy-advance examples/gba-display
tinygo build -size short -o test.elf -target=itsybitsy-m4 examples/blinky1
+ tinygo build -size short -o test.elf -target=nucleo-f103rb examples/blinky1
ifneq ($(AVR), 0)
tinygo build -size short -o test.elf -target=arduino examples/blinky1
tinygo build -size short -o test.elf -target=digispark examples/blinky1