From 0f489a584dcfe2420eb374e3874ee6bb4b4be29c Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 12 Oct 2020 02:49:05 +0100 Subject: [PATCH] Add some missing folders to the tree As spotted by Tim: https://groups.google.com/g/open-lighting/c/QiCAB4G1psg/m/oUW6tTFDAQAJ --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4771132..f557c96 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,17 @@ The hardware designs and the documentation is licensed under the │   ├── src # Bootloader source code ├── boardcfg # Software configuration for each board ├── common # Common code shared between the bootloader and application. +├── config # Autotools stuff to help with the build. +├── data +│   └── rdm # Standalone Number1 PID file +├── doxygen # Files to help generate the documentation. ├── firmware # The main DMX/RDM application │   ├── ja-rule.X │   └── src +├── hardware +│   └── number1 # designs for the number1 hardware ├── linker # linker scripts for the bootloader & application +├── scripts # utilities to assist with development tasks ├── tests # Unit tests │   ├── harmony # The mock Harmony modules │   ├── include # Test headers