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 4094
4094
],
4095
4095
"device_name" : " STM32WB55RGVx"
4096
4096
},
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
+ },
4097
4157
"MIMXRT1050_EVK" : {
4098
4158
"supported_form_factors" : [
4099
4159
" ARDUINO"
You can’t perform that action at this time.
0 commit comments