diff options
author | Nick Brassel <nick@tzarc.org> | 2020-04-13 09:39:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 09:39:38 +1000 |
commit | 05e9ff6554a1be119a585d691067ca2379c1d80d (patch) | |
tree | cd483e68d7e05950600fd4b96a2698d963b5b250 /docs/_summary.md | |
parent | 17bda000f39dd40317160576d0a948d7abb2612f (diff) |
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.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index e351251093..d47b252c01 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -136,6 +136,10 @@ * [Development Environment](api_development_environment.md) * [Architecture Overview](api_development_overview.md) + * Hardware Platform Development + * Arm/ChibiOS + * [Early initialization](platformdev_chibios_earlyinit.md) + * QMK Reference * [Contributing to QMK](contributing.md) * [Translating the QMK Docs](translating.md) |