Skip to content

Commit 77c7524

Browse files
committed
Add simple documentation generation
1 parent 4f3a07e commit 77c7524

File tree

3 files changed

+1553
-0
lines changed

3 files changed

+1553
-0
lines changed

targets/targets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"public": false,
1313
"default_lib": "std"
1414
},
15+
"Super_Target": {
16+
"inherits": ["Target"],
17+
"core": "Cortex-M4",
18+
"features_add": ["UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"]
19+
},
1520
"CM4_UARM": {
1621
"inherits": ["Target"],
1722
"core": "Cortex-M4",

0 commit comments

Comments
 (0)