aboutsummaryrefslogtreecommitdiff
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-04-13 09:39:38 +1000
committerGitHub <noreply@github.com>2020-04-13 09:39:38 +1000
commit05e9ff6554a1be119a585d691067ca2379c1d80d (patch)
treecd483e68d7e05950600fd4b96a2698d963b5b250 /docs/_summary.md
parent17bda000f39dd40317160576d0a948d7abb2612f (diff)
downloadqmk_firmware-05e9ff6554a1be119a585d691067ca2379c1d80d.tar.gz
qmk_firmware-05e9ff6554a1be119a585d691067ca2379c1d80d.zip
Add support for hardware and board initialisation overrides. (#8330)
* Add support for hardware and board initialisation overrides. * qmk cformat. * Add some documentation. * Docs clarity. * Make early_hardware_init_pre a no-op for now, until migrations occur. * Doco update * Make distinction between keyboard and ChibiOS board in docs * Doc anchors. * Update tmk_core/protocol/chibios/main.c Co-Authored-By: Joel Challis <git@zvecr.com> * Rework bootloader entry to be off by default, allow opting-in. Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index e35125109..d47b252c0 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -136,6 +136,10 @@
136 * [Development Environment](api_development_environment.md) 136 * [Development Environment](api_development_environment.md)
137 * [Architecture Overview](api_development_overview.md) 137 * [Architecture Overview](api_development_overview.md)
138 138
139 * Hardware Platform Development
140 * Arm/ChibiOS
141 * [Early initialization](platformdev_chibios_earlyinit.md)
142
139 * QMK Reference 143 * QMK Reference
140 * [Contributing to QMK](contributing.md) 144 * [Contributing to QMK](contributing.md)
141 * [Translating the QMK Docs](translating.md) 145 * [Translating the QMK Docs](translating.md)