Skip to content

Commit 8115307

Browse files
committed
Rename "generic" -> "bluepill" (common name)
1 parent 2f6314c commit 8115307

File tree

19 files changed

+2
-2
lines changed

19 files changed

+2
-2
lines changed

hal/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,13 +1684,13 @@
16841684
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
16851685
"default_build": "standard"
16861686
},
1687-
"GENERIC_F103C8": {
1687+
"BLUEPILL_F103C8": {
16881688
"core": "Cortex-M3",
16891689
"default_toolchain": "GCC_ARM",
16901690
"extra_labels": ["STM", "STM32F1", "STM32F103C8"],
16911691
"supported_toolchains": ["GCC_ARM"],
16921692
"inherits": ["Target"],
1693-
"progen": {"target": "generic-f103c8"},
1693+
"progen": {"target": "bluepill-f103c8"},
16941694
"features": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
16951695
}
16961696
}

0 commit comments

Comments
 (0)