Skip to content

Commit aef1cb6

Browse files
Disabling LPTICKER for now.
Fixing a few more alignment issues.
1 parent 27abeb9 commit aef1cb6

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

targets/targets.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,36 +3697,37 @@
36973697
"SDP-K1": {
36983698
"inherits": ["FAMILY_STM32"],
36993699
"core": "Cortex-M4",
3700-
"supported_form_factors": ["ARDUINO"],
3700+
"supported_form_factors": ["ARDUINO"],
37013701
"extra_labels_add": [
37023702
"STM32F4",
37033703
"STM32F469",
37043704
"STM32F469NI",
37053705
"STM32F469xI",
37063706
"STM32F469xx"
37073707
],
3708-
"config": {
3708+
"config": {
37093709
"clock_source": {
37103710
"help": "Clock source to use, can be XTAL or RC",
37113711
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
37123712
"macro_name": "CLOCK_SOURCE"
37133713
},
3714-
"clock_freq": {
3715-
"help": "Clock frequency in Mhz",
3716-
"value": "8",
3717-
"macro_name": "CLOCK_FREQUENCY_MHZ"
3718-
}
3714+
"clock_freq": {
3715+
"help": "Clock frequency in Mhz",
3716+
"value": "8",
3717+
"macro_name": "CLOCK_FREQUENCY_MHZ"
3718+
}
37193719
},
3720-
"overrides": {
3721-
"lse_available": 0
3720+
"overrides": {
3721+
"lse_available": 0
37223722
},
3723-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
3724-
"device_has_add": [
3723+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
3724+
"device_has_add": [
37253725
"ANALOGOUT",
3726-
"MPU"
3726+
"MPU"
37273727
],
3728+
"device_has_remove": ["LPTICKER"],
37283729
"device_name": "STM32F469NI",
3729-
"release_versions": ["5"],
3730+
"release_versions": ["5"],
37303731
"detect_code": ["0604"]
37313732
},
37323733
"DISCO_L053C8": {

0 commit comments

Comments
 (0)