misc: Added a ToC to the top of HACKING.md
This commit is contained in:
parent
1f87ede6b6
commit
5525e05ea2
|
@ -1,5 +1,11 @@
|
||||||
# Information and terminology guide
|
# Information and terminology guide
|
||||||
|
|
||||||
|
Table of Contents:
|
||||||
|
|
||||||
|
* [Reset nomenclature](#reset-nomenclature)
|
||||||
|
* [Multiple-inclusion guarding](#multiple-inclusion-guarding)
|
||||||
|
* [typedef and structure, enumeration and union naming](#typedef-and-structure-enumeration-and-union-naming)
|
||||||
|
|
||||||
## Reset nomenclature
|
## Reset nomenclature
|
||||||
|
|
||||||
Within this code base, we refer to the physical reset pin of a target device by 'nRST'/'nRESET'.
|
Within this code base, we refer to the physical reset pin of a target device by 'nRST'/'nRESET'.
|
||||||
|
|
Loading…
Reference in New Issue