Skip to content

Commit 77dd6f0

Browse files
authored
Merge pull request #11463 from gpsimenos/gp-enable-tickless-stage1
Enable tickless mode in MAX32630FTHR
2 parents a5aa820 + 43e5532 commit 77dd6f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

targets/targets.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5975,7 +5975,8 @@
59755975
"TARGET=MAX32630",
59765976
"TARGET_REV=0x4132",
59775977
"BLE_HCI_UART",
5978-
"OPEN_DRAIN_LEDS"
5978+
"OPEN_DRAIN_LEDS",
5979+
"MBED_TICKLESS"
59795980
],
59805981
"extra_labels": ["Maxim", "MAX32630"],
59815982
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
@@ -9449,7 +9450,7 @@
94499450
"PORTIN",
94509451
"PORTINOUT",
94519452
"PORTOUT",
9452-
"PWMOUT",
9453+
"PWMOUT",
94539454
"SERIAL",
94549455
"SERIAL_ASYNCH",
94559456
"SERIAL_FC",
@@ -9472,7 +9473,7 @@
94729473
"tickless-from-us-ticker": true
94739474
},
94749475
"forced_reset_timeout": 3
9475-
},
9476+
},
94769477
"__build_tools_metadata__": {
94779478
"version": "1",
94789479
"public": false

0 commit comments

Comments
 (0)