work1

Dependencies:   mbed MAX44009 mbed-os Si7021

custom_targets.json

Committer:
danaeb
Date:
2020-05-27
Revision:
0:d3e390d62607

File content as of revision 0:d3e390d62607:

{
    "AGR0": {
        "inherits": ["FAMILY_STM32"],
        "core": "Cortex-M0+",
        "extra_labels_add": ["STM32L0", "STM32L0x2xZ", "STM32L082CZ", "STM32L082xx"],
        "default_lib": "small",
        "config": {
            "clock_source": {
                "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
                "value": "USE_PLL_HSI",
                "macro_name": "CLOCK_SOURCE"
            },
            "lpticker_lptim": {
                "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
                "value": 0
            }
        },
        "macros": [
            "MBED_TICKLESS",
            "EXTRA_IDLE_STACK_REQUIRED"
        ],
        "overrides": { "lpticker_delay_ticks": 0 },
        "detect_code": ["0456"],
        "device_has_add": ["LPTICKER", "RTC", "FLASH", "SERIAL_ASYNCH", "TRNG", "MPU" ],
        "device_has_remove": [ "SPISLAVE", "SPI_ASYNCH", "PWMOUT", "I2CSLAVE", "I2C_ASYNCH" ],
        "release_versions": ["5"],
        "device_name": "STM32L072CZ",
        "bootloader_supported": true
    }
}