Skip to content

Commit aa3c116

Browse files
authored
Merge branch 'master' into feature/debug-tutorial
2 parents dad2214 + 8829199 commit aa3c116

56 files changed

Lines changed: 2077 additions & 11 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3-
#gemspec
3+
4+
# Testing utilities
5+
gem "html-proofer"
6+
7+
#gemspec

README.md

Lines changed: 21 additions & 0 deletions

_data/docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
- title: Tutorials
88
docs:
99
- tutorials
10-
- tutorials/debugging-gdb-openocd
11-
- tutorials/debugging-vscode
10+
- tutorials/getting_started
11+
- tutorials/getting_started_embedded
12+
- tutorials/getting_started_simulator
13+
- tutorials/advanced
14+
- tutorials/advanced/nuttx_getting_started
15+
- tutorials/advanced/debugging-gdb-openocd
16+
- tutorials/advanced/debugging-vscode
1217

1318
- title: Concepts
1419
docs:

_docs/embedded_tf/index.md

Lines changed: 1 addition & 1 deletion

_docs/index.md

Lines changed: 4 additions & 4 deletions

_docs/rtos/index.md

Lines changed: 1 addition & 1 deletion

_docs/system_modes/index.md

Lines changed: 1 addition & 1 deletion

_docs/tutorials/advanced/index.md

Lines changed: 10 additions & 0 deletions
5.61 KB
5.04 KB

0 commit comments

Comments
 (0)