custom_targets.json

Sun, 01 Nov 2020 22:11:39 +0100

author
David Douard <david.douard@sdf3.org>
date
Sun, 01 Nov 2020 22:11:39 +0100
changeset 41
5bed3318e563
parent 29
276195d58a1d
child 60
5a2f23410b4d
permissions
-rw-r--r--

rename fp environment as fp_dfu and add a fp_stlink

to make it a bit easier to choose the selected upload protocol

{
    "HP34970_FP_F303RD": {
		"inherits": [
            "MCU_STM32_BAREMETAL"
        ],
        "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_XTAL",
                "macro_name": "CLOCK_SOURCE"
            }
        },
        "components_add": [
            "FLASHIAP"
        ],
        "detect_code": [
            "0745"
        ],
        "device_has_add": [
            "ANALOGOUT",
            "CAN",
            "CRC",
            "SERIAL_ASYNCH",
            "FLASH",
            "USBDEVICE",
            "MPU"
        ],
        "mbed_rom_size": "0x60000",
        "bootloader_supported": true,
        "device_name": "STM32F303RE"
	}
}

mercurial