From 86aadf3689df3f69d80e857a0a9b15bce3de2052 Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:51:27 -0500 Subject: [PATCH] Dev expansion place holder --- _Sidebar.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 35c05cc..951f733 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -81,22 +81,23 @@ * Buttons Test * HackRF * [Updating the CPLD](Updating-the-CPLD) -## Developer manual -* [Compile from source](Compile-firmware) -* Description of the structure - * [At first glance](At-first-glance) +## Developer Manual +* [Compile From Source](Compile-firmware) +* Description of the Structure + * [At First Glance](At-first-glance) * [Boot Process](Boot-Process) * [Firmware Architecture](Firmware-Architecture) * [Persistent Memory](Persistent-Memory) * [ChibiOS Notes](ChibiOS-Notes) +* Software Dev Guides + * [Create a Simple App](Create-a-simple-app) + * UI Widgets + * Access Radio Hardware + * Create a Complex App * Tools * [make_airlines_db.py](Make-airlines-db) * [world_map.bin](World-map-generation) * [converter](Splash-and-other-images) -* Example guides - * [Create a custom splash screen](Create-a-custom-splash-screen) - * [Create a simple app](Create-a-simple-app) - * Create a complex app * Research * [Dissecting the Temperature Logger](Dissecting-the-Temperature-logger) * [Differences between H1 and H2](Differences-Between-H1-and-H2-models)