work1
Dependencies: mbed MAX44009 mbed-os Si7021
custom_targets.json@0:d3e390d62607, 2020-05-27 (annotated)
- Committer:
- danaeb
- Date:
- Wed May 27 11:37:29 2020 +0000
- Revision:
- 0:d3e390d62607
create
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
danaeb | 0:d3e390d62607 | 1 | { |
danaeb | 0:d3e390d62607 | 2 | "AGR0": { |
danaeb | 0:d3e390d62607 | 3 | "inherits": ["FAMILY_STM32"], |
danaeb | 0:d3e390d62607 | 4 | "core": "Cortex-M0+", |
danaeb | 0:d3e390d62607 | 5 | "extra_labels_add": ["STM32L0", "STM32L0x2xZ", "STM32L082CZ", "STM32L082xx"], |
danaeb | 0:d3e390d62607 | 6 | "default_lib": "small", |
danaeb | 0:d3e390d62607 | 7 | "config": { |
danaeb | 0:d3e390d62607 | 8 | "clock_source": { |
danaeb | 0:d3e390d62607 | 9 | "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI", |
danaeb | 0:d3e390d62607 | 10 | "value": "USE_PLL_HSI", |
danaeb | 0:d3e390d62607 | 11 | "macro_name": "CLOCK_SOURCE" |
danaeb | 0:d3e390d62607 | 12 | }, |
danaeb | 0:d3e390d62607 | 13 | "lpticker_lptim": { |
danaeb | 0:d3e390d62607 | 14 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer", |
danaeb | 0:d3e390d62607 | 15 | "value": 0 |
danaeb | 0:d3e390d62607 | 16 | } |
danaeb | 0:d3e390d62607 | 17 | }, |
danaeb | 0:d3e390d62607 | 18 | "macros": [ |
danaeb | 0:d3e390d62607 | 19 | "MBED_TICKLESS", |
danaeb | 0:d3e390d62607 | 20 | "EXTRA_IDLE_STACK_REQUIRED" |
danaeb | 0:d3e390d62607 | 21 | ], |
danaeb | 0:d3e390d62607 | 22 | "overrides": { "lpticker_delay_ticks": 0 }, |
danaeb | 0:d3e390d62607 | 23 | "detect_code": ["0456"], |
danaeb | 0:d3e390d62607 | 24 | "device_has_add": ["LPTICKER", "RTC", "FLASH", "SERIAL_ASYNCH", "TRNG", "MPU" ], |
danaeb | 0:d3e390d62607 | 25 | "device_has_remove": [ "SPISLAVE", "SPI_ASYNCH", "PWMOUT", "I2CSLAVE", "I2C_ASYNCH" ], |
danaeb | 0:d3e390d62607 | 26 | "release_versions": ["5"], |
danaeb | 0:d3e390d62607 | 27 | "device_name": "STM32L072CZ", |
danaeb | 0:d3e390d62607 | 28 | "bootloader_supported": true |
danaeb | 0:d3e390d62607 | 29 | } |
danaeb | 0:d3e390d62607 | 30 | } |
danaeb | 0:d3e390d62607 | 31 |