Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
custom_targets.json
- Committer:
- hudakz
- Date:
- 2020-06-24
- Revision:
- 4:bb3e93fc84b8
- Parent:
- 3:8f8347a92d70
- Child:
- 6:661b2566f925
File content as of revision 4:bb3e93fc84b8:
{
"BLUEPILL": {
"inherits": [
"MCU_STM32_BAREMETAL"
],
"core": "Cortex-M3",
"default_toolchain": "ARMC6",
"extra_labels_add": [
"STM32F1",
"STM32F103C8"
],
"supported_toolchains": [
"ARMC6",
"GCC_ARM"
],
"device_has_add": [
"CAN",
"SERIAL_ASYNCH",
"FLASH"
],
"device_has_remove": [
"STDIO_MESSAGES",
"LPTICKER"
]
}
}