File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 4076
4076
],
4077
4077
"device_name" : " STM32WB55RGVx"
4078
4078
},
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
+ },
4079
4139
"MIMXRT1050_EVK" : {
4080
4140
"supported_form_factors" : [
4081
4141
" ARDUINO"
You can’t perform that action at this time.
0 commit comments