From 5525e05ea239cbe01bbf416673d13e70441fc249 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Sat, 27 Aug 2022 17:38:33 +0100 Subject: [PATCH] misc: Added a ToC to the top of HACKING.md --- src/target/HACKING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/target/HACKING.md b/src/target/HACKING.md index 1994373..33de06e 100644 --- a/src/target/HACKING.md +++ b/src/target/HACKING.md @@ -1,5 +1,11 @@ # 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 Within this code base, we refer to the physical reset pin of a target device by 'nRST'/'nRESET'.