Skip to content

Commit d32456d

Browse files
committed
Add entries for std pin names in docs.json
1 parent 86bb84d commit d32456d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,16 @@
265265
}
266266
]
267267
},
268+
{
269+
"title": "Standard Pin Names Developer Guide",
270+
"sources": [{
271+
"path": "docs/porting/standard_pin_names/pin_names_dev_guide.md"
272+
},
273+
{
274+
"path": "docs/porting/standard_pin_names/pin_names_dev_guide_arduino.md"
275+
}
276+
]
277+
},
268278
{
269279
"title": "Serial (UART) APIs",
270280
"sources": [{
@@ -1302,6 +1312,9 @@
13021312
{
13031313
"path": "docs/porting/target/gpio.md"
13041314
},
1315+
{
1316+
"path": "docs/porting/standard_pin_names/pin_names_porting.md"
1317+
},
13051318
{
13061319
"path": "docs/porting/target/rtc.md"
13071320
},

0 commit comments

Comments
 (0)