Skip to content

Commit 5228888

Browse files
Add bootloader info to CYSBSYSKIT_01 targets.json
1 parent 6ba8885 commit 5228888

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

targets/targets.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6214,20 +6214,28 @@
62146214
"MXCRYPTO_02"
62156215
],
62166216
"macros_add": [
6217-
"CY8C624AFNI_D43",
6218-
"CYBSP_WIFI_CAPABLE"
6217+
"CY8C624AFNI_S2D43"
6218+
],
6219+
"macros_remove": [
6220+
"MBED_TICKLESS"
6221+
],
6222+
"detect_code": [
6223+
"1912"
62196224
],
6225+
"device_name": "CY8C624AFNI-S2D43",
6226+
"mbed_ram_start": "0x08080000",
6227+
"mbed_ram_size": "0x0007F800",
6228+
"mbed_rom_start": "0x10180000",
6229+
"mbed_rom_size": "0x80000",
6230+
"bootloader_supported": true,
6231+
"forced_reset_timeout": 5,
6232+
"post_binary_hook": {
6233+
"function": "PSOC6Code.complete"
6234+
},
62206235
"overrides": {
62216236
"network-default-interface-type": "WIFI",
62226237
"deep-sleep-latency": 0
62236238
},
6224-
"detect_code": [
6225-
"1912"
6226-
],
6227-
"macros_remove": [
6228-
"CYBSP_WIFI_CAPABLE",
6229-
"MBED_TICKLESS"
6230-
],
62316239
"config": {
62326240
"np_cloud_disable": {
62336241
"help": "Value: Tells the np to connect to cloud or not",
@@ -6237,10 +6245,6 @@
62376245
"help": "Value: Tells the np to connect to wifi with its network credentials or wait till cp provides network credentials to it",
62386246
"value": false
62396247
}
6240-
},
6241-
"forced_reset_timeout": 5,
6242-
"post_binary_hook": {
6243-
"function": "PSOC6Code.complete"
62446248
}
62456249
},
62466250
"GD32_Target": {

0 commit comments

Comments
 (0)