Skip to content

Commit 5c18152

Browse files
committed
STM32WL : ADDING TARGET SUPPORT
Add STM32WL information in targets.json file
1 parent ca021fc commit 5c18152

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

targets/targets.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,6 +4076,66 @@
40764076
],
40774077
"device_name": "STM32WB55RGVx"
40784078
},
4079+
"MCU_STM32WL": {
4080+
"inherits": [
4081+
"MCU_STM32"
4082+
],
4083+
"public": false,
4084+
"core": "Cortex-M4",
4085+
"extra_labels_add": [
4086+
"STM32WL"
4087+
],
4088+
"config": {
4089+
"lpticker_lptim": {
4090+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
4091+
"value": 1
4092+
},
4093+
"lse_drive_load_level": {
4094+
"help": "HSE drive load level RCC_LSEDRIVE_LOW | RCC_LSEDRIVE_MEDIUMLOW | RCC_LSEDRIVE_MEDIUMHIGH | RCC_LSEDRIVE_HIGH",
4095+
"value": "RCC_LSEDRIVE_LOW"
4096+
}
4097+
},
4098+
"macros_add": [
4099+
"MBED_TICKLESS",
4100+
"EXTRA_IDLE_STACK_REQUIRED"
4101+
],
4102+
"overrides": {
4103+
"lpticker_delay_ticks": 0
4104+
},
4105+
"device_has_add": [
4106+
"MPU",
4107+
"CRC",
4108+
"FLASH",
4109+
"SERIAL_ASYNCH",
4110+
"ANALOGOUT",
4111+
"ANALOGIN",
4112+
"TRNG"
4113+
]
4114+
},
4115+
"MCU_STM32WL55xC": {
4116+
"inherits": [
4117+
"MCU_STM32WL"
4118+
],
4119+
"public": false,
4120+
"extra_labels_add": [
4121+
"STM32WL55xC"
4122+
],
4123+
"macros_add": [
4124+
"STM32WL55xx"
4125+
]
4126+
},
4127+
"NUCLEO_WL55JC": {
4128+
"inherits": [
4129+
"MCU_STM32WL55xC"
4130+
],
4131+
"supported_form_factors": [
4132+
"ARDUINO"
4133+
],
4134+
"detect_code": [
4135+
"0866"
4136+
],
4137+
"device_name": "STM32WL55JCIx"
4138+
},
40794139
"MIMXRT1050_EVK": {
40804140
"supported_form_factors": [
40814141
"ARDUINO"

0 commit comments

Comments
 (0)