Skip to content

Commit 2fa8ccf

Browse files
committed
STM32WL : ADDING TARGET SUPPORT
Add STM32WL information in targets.json file
1 parent 470e98e commit 2fa8ccf

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
@@ -4094,6 +4094,66 @@
40944094
],
40954095
"device_name": "STM32WB55RGVx"
40964096
},
4097+
"MCU_STM32WL": {
4098+
"inherits": [
4099+
"MCU_STM32"
4100+
],
4101+
"public": false,
4102+
"core": "Cortex-M4",
4103+
"extra_labels_add": [
4104+
"STM32WL"
4105+
],
4106+
"config": {
4107+
"lpticker_lptim": {
4108+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
4109+
"value": 1
4110+
},
4111+
"lse_drive_load_level": {
4112+
"help": "HSE drive load level RCC_LSEDRIVE_LOW | RCC_LSEDRIVE_MEDIUMLOW | RCC_LSEDRIVE_MEDIUMHIGH | RCC_LSEDRIVE_HIGH",
4113+
"value": "RCC_LSEDRIVE_LOW"
4114+
}
4115+
},
4116+
"macros_add": [
4117+
"MBED_TICKLESS",
4118+
"EXTRA_IDLE_STACK_REQUIRED"
4119+
],
4120+
"overrides": {
4121+
"lpticker_delay_ticks": 0
4122+
},
4123+
"device_has_add": [
4124+
"MPU",
4125+
"CRC",
4126+
"FLASH",
4127+
"SERIAL_ASYNCH",
4128+
"ANALOGOUT",
4129+
"ANALOGIN",
4130+
"TRNG"
4131+
]
4132+
},
4133+
"MCU_STM32WL55xC": {
4134+
"inherits": [
4135+
"MCU_STM32WL"
4136+
],
4137+
"public": false,
4138+
"extra_labels_add": [
4139+
"STM32WL55xC"
4140+
],
4141+
"macros_add": [
4142+
"STM32WL55xx"
4143+
]
4144+
},
4145+
"NUCLEO_WL55JC": {
4146+
"inherits": [
4147+
"MCU_STM32WL55xC"
4148+
],
4149+
"supported_form_factors": [
4150+
"ARDUINO"
4151+
],
4152+
"detect_code": [
4153+
"0866"
4154+
],
4155+
"device_name": "STM32WL55JCIx"
4156+
},
40974157
"MIMXRT1050_EVK": {
40984158
"supported_form_factors": [
40994159
"ARDUINO"

0 commit comments

Comments
 (0)