Skip to content

Commit

Permalink
doc/porting-cpus.md: initial import of a CPU porting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaim authored and miri64 committed Feb 10, 2021
1 parent d7f3e92 commit b9d84e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/doxygen/riot.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ INPUT = ../../doc.txt \
src/creating-modules.md \
src/creating-an-application.md \
src/porting-boards.md \
src/porting-cpus.md \
src/driver-guide.md \
src/getting-started.md \
../../tests/README.md \
Expand Down
4 changes: 4 additions & 0 deletions doc/doxygen/src/porting-cpus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Porting CPUs {#porting-cpus}
============

@todo Add dot graph with different options, describe options

0 comments on commit b9d84e0

Please sign in to comment.