Zoltan Hudak / Mbed OS mbed-os-bluepill

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"
        ]
    }
}