Skip to content

Commit dc5746e

Browse files
committed
NUCLEO_L4R5ZI: update targets.json
1 parent abca890 commit dc5746e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

targets/targets.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4323,7 +4323,28 @@
43234323
"NUCLEO_L496ZG_P": {
43244324
"inherits": ["NUCLEO_L496ZG"],
43254325
"detect_code": ["0828"]
4326+
},
4327+
"NUCLEO_L4R5ZI": {
4328+
"inherits": ["FAMILY_STM32"],
4329+
"supported_form_factors": ["ARDUINO", "MORPHO"],
4330+
"core": "Cortex-M4F",
4331+
"extra_labels_add": ["STM32L4", "STM32L4R5ZI", "STM32L4R5xI"],
4332+
"config": {
4333+
"clock_source": {
4334+
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
4335+
"value": "USE_PLL_MSI",
4336+
"macro_name": "CLOCK_SOURCE"
4337+
},
4338+
"lpticker_lptim": {
4339+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
4340+
"value": 1
4341+
}
43264342
},
4343+
"detect_code": ["0776"],
4344+
"device_has_add": ["ANALOGOUT", "CAN", "CRC", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
4345+
"release_versions": ["2", "5"],
4346+
"device_name": "STM32L4R5ZI"
4347+
},
43274348
"VBLUNO52": {
43284349
"supported_form_factors": ["ARDUINO"],
43294350
"inherits": ["MCU_NRF52832"],

0 commit comments

Comments
 (0)