Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 703386d

Browse files
committedJan 27, 2017
STM32F303xC folder struct
1 parent 6970de6 commit 703386d

File tree

20 files changed

+1
-1
lines changed

20 files changed

+1
-1
lines changed
 

‎targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@
11371137
"inherits": ["Target"],
11381138
"core": "Cortex-M4F",
11391139
"default_toolchain": "ARM",
1140-
"extra_labels": ["STM", "STM32F3", "STM32F303", "STM32F303VC"],
1140+
"extra_labels": ["STM", "STM32F3", "STM32F303", "STM32F303xC", "STM32F303VC"],
11411141
"macros": ["RTC_LSI=1", "TRANSACTION_QUEUE_SIZE_SPI=2"],
11421142
"supported_toolchains": ["GCC_ARM"],
11431143
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],

0 commit comments

Comments
 (0)
Please sign in to comment.