Skip to content

Commit c79009a

Browse files
committed
Rename LOWPOWERTIMER to LPTICKER after merge
1 parent 704c33e commit c79009a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

targets/targets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
}
10801080
},
10811081
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "HSE_VALUE=25000000"],
1082-
"device_has_add": ["SERIAL_ASYNCH", "SERIAL_FC", "FLASH", "LOWPOWERTIMER"],
1082+
"device_has_add": ["SERIAL_ASYNCH", "SERIAL_FC", "FLASH", "LPTICKER"],
10831083
"overrides": {"lse_available": 0},
10841084
"release_versions": ["2", "5"],
10851085
"device_name": "STM32F401VE"
@@ -2839,7 +2839,7 @@
28392839
"macros": ["__SYSTEM_HFX=96000000","TARGET=MAX32620","TARGET_REV=0x4332","OPEN_DRAIN_LEDS"],
28402840
"extra_labels": ["Maxim", "MAX32620C"],
28412841
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
2842-
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
2842+
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
28432843
"release_versions": ["2", "5"]
28442844
},
28452845
"MAX32625_BASE": {
@@ -3239,7 +3239,7 @@
32393239
},
32403240
"EFR32MG1_BRD4150": {
32413241
"inherits": ["EFR32MG1P132F256GM48"],
3242-
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LPTICKER", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "USTICKER", "FLASH"],
3242+
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LPTICKER", "LPTICKER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "USTICKER", "FLASH"],
32433243
"forced_reset_timeout": 2,
32443244
"config": {
32453245
"hf_clock_src": {
@@ -3975,13 +3975,13 @@
39753975
"value": "USE_PLL_MSI",
39763976
"macro_name": "CLOCK_SOURCE"
39773977
},
3978-
"lowpowertimer_lptim": {
3979-
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LOWPOWERTIMER, or 0 to use RTC wakeup timer",
3978+
"lpticker_lptim": {
3979+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
39803980
"value": 1
39813981
}
39823982
},
39833983
"detect_code": ["0822"],
3984-
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
3984+
"device_has_add": ["ANALOGOUT", "CAN", "LPTICKER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
39853985
"release_versions": ["2", "5"],
39863986
"device_name": "STM32L496AG"
39873987
},

0 commit comments

Comments
 (0)