custom_targets.json

Fri, 16 Oct 2020 22:08:47 +0200

author
David Douard <david.douard@sdfa3.org>
date
Fri, 16 Oct 2020 22:08:47 +0200
changeset 28
424d792fea4f
parent 27
8f2be7aaec00
child 29
276195d58a1d
permissions
-rw-r--r--

compile for nucleo f446re & f303re with mbed 6

{
    "HP34970_FP": {
		"inherits": [
            "MCU_STM32_BAREMETAL"
        ],
        "supported_form_factors": [
            "ARDUINO",
            "MORPHO"
        ],
        "core": "Cortex-M4F",
        "extra_labels_add": [
            "STM32F3",
            "STM32F303xE",
            "STM32F303RE"
        ],
        "config": {
            "clock_source": {
                "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
                "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
                "macro_name": "CLOCK_SOURCE"
            }
        },
        "components_add": [
            "FLASHIAP"
        ],
        "detect_code": [
            "0745"
        ],
        "device_has_add": [
            "ANALOGOUT",
            "CAN",
            "CRC",
            "SERIAL_ASYNCH",
            "FLASH",
            "MPU"
        ],
        "bootloader_supported": true,
        "device_name": "STM32F303RE"
	}
}

mercurial