Move custom CSS and default highlight language away from include.rst

This commit is contained in:
RichardG867
2022-03-19 16:04:12 -03:00
parent 7ac62f7cdf
commit 48bfdb243b
9 changed files with 56 additions and 54 deletions

View File

@@ -1,5 +1,3 @@
.. include:: /include.rst
Devices
=======
@@ -113,7 +111,7 @@ Most devices need a place to store their internal state. We discourage the use o
typedef struct {
uint32_t type; /* example: copied from device_t.local */
uint8_t regs[256]; /* example: 256*8-bit registers */
uint8_t regs[256]; /* example: 256*8-bit registers */
} foo_t;
/* ... */

View File

@@ -1,5 +1,3 @@
.. include:: /include.rst
DMA
===

View File

@@ -1,5 +1,3 @@
.. include:: /include.rst
Port I/O
========

View File

@@ -1,5 +1,3 @@
.. include:: /include.rst
Threads
=======

View File

@@ -1,5 +1,3 @@
.. include:: /include.rst
Timers
======