Skip to content

Commit 387bb66

Browse files
committed
Added CC3220 related changes to tools
1 parent e74fbcd commit 387bb66

File tree

5 files changed

+84
-2
lines changed

5 files changed

+84
-2
lines changed

tools/arm_pack_manager/index.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472622,5 +472622,53 @@
472622472622
"sub_family": null,
472623472623
"vendor": "Nordic Semiconductor:54"
472624472624
},
472625+
"CC3220SF": {
472626+
"sectors": [
472627+
[ 0,
472628+
2048
472629+
]
472630+
],
472631+
"memories": {
472632+
"IRAM1": {
472633+
"access": {
472634+
"execute": false,
472635+
"non_secure": false,
472636+
"non_secure_callable": false,
472637+
"peripheral": false,
472638+
"read": true,
472639+
"secure": false,
472640+
"write": true
472641+
},
472642+
"default": true,
472643+
"size": 262144,
472644+
"start": 536870912,
472645+
"startup": false
472646+
},
472647+
"IROM1": {
472648+
"access": {
472649+
"execute": true,
472650+
"non_secure": false,
472651+
"non_secure_callable": false,
472652+
"peripheral": false,
472653+
"read": true,
472654+
"secure": false,
472655+
"write": false
472656+
},
472657+
"default": true,
472658+
"size": 1048576,
472659+
"start": 16777216,
472660+
"startup": true
472661+
}
472662+
},
472663+
"processor": {
472664+
"Symmetric": {
472665+
"core": "CortexM4",
472666+
"fpu": "0",
472667+
"mpu": "Present",
472668+
"units": 1
472669+
}
472670+
},
472671+
"vendor": "TI"
472672+
},
472625472673
"version": "0.2.0"
472626-
}
472674+
}

tools/export/iar/iar_definitions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,11 @@
370370
},
371371
"STM32H743ZI": {
372372
"OGChipSelectEditMenu": "STM32H743ZI\tST STM32H743ZI"
373+
},
374+
"CC3220SF": {
375+
"OGChipSelectEditMenu": "CC3220SF\tTexasInstruments CC3220SF",
376+
"CoreVariant": 39,
377+
"GFPUCoreSlave": 39,
378+
"GBECoreSlave": 39
373379
}
374380
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"config": {
3+
"echo-server-addr" : {
4+
"help" : "IP address of echo server",
5+
"value" : "\"echo.mbedcloudtesting.com\""
6+
},
7+
"echo-server-port" : {
8+
"help" : "Port of echo server",
9+
"value" : "7"
10+
}
11+
},
12+
"target_overrides": {
13+
"*": {
14+
"target.features_add" : ["STORAGE"],
15+
"target.components_add" : ["SD"],
16+
"target.network-default-interface-type": "WIFI",
17+
"nsapi.default-wifi-security" : "WPA_WPA2",
18+
"nsapi.default-wifi-ssid" : "\"SSID\"",
19+
"nsapi.default-wifi-password" : "\"PASSWORD\""
20+
}
21+
}
22+
}

tools/test_configs/config_paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"THREAD_END_DEVICE" : "ThreadInterface_end_device.json",
1515
"THREAD_ROUTER" : "ThreadInterface_router.json",
1616
"NO_NETWORK": "no_network.json",
17-
"NANOSTACK_MAC_TESTER": "NanostackMACTester.json"
17+
"NANOSTACK_MAC_TESTER": "NanostackMACTester.json",
18+
"CC3220SF_WIFI": "CC3220SFInterface.json"
1819
}

tools/test_configs/target_configs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,10 @@
6666
"TB_SENSE_1": {
6767
"default_test_configuration": "NO_NETWORK",
6868
"test_configurations": ["6LOWPAN_HOST", "6LOWPAN_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"]
69+
},
70+
"CC3220SF": {
71+
"nsapi.socket-stats-enable": true,
72+
"default_test_configuration": "CC3220SF_WIFI",
73+
"test_configurations": ["CC3220SF_WIFI"]
6974
}
7075
}

0 commit comments

Comments
 (0)