Skip to content

Commit

Permalink
Re-add CC3220SF target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Plunkett committed Jul 24, 2018
1 parent cf9317c commit 61f425f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4315,5 +4315,21 @@
"device_name": "TMPM3H6FWFG",
"detect_code": ["7012"],
"release_versions": ["5"]
},
"TI": {
"inherits": ["Target"],
"public": false,
"extra_labels": ["TI"]
},
"CC32XX": {
"inherits": ["TI"],
"public": false,
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
"release_versions": ["5"]
},
"CC3220SF": {
"inherits": ["CC32XX"],
"device_has": ["USTICKER", "LPTICKER", "SERIAL", "SERIAL_FC", "PORTIN", "PORTINOUT", "PORTOUT"],
"core": "Cortex-M4"
}
}

0 comments on commit 61f425f

Please sign in to comment.