From bc1427792d98be2c7940696ab2f92078e34f3ab7 Mon Sep 17 00:00:00 2001 From: Renze Nicolai Date: Thu, 12 May 2022 00:26:25 +0200 Subject: [PATCH] Update README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1718377..6e77f48 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# Factory test firmware +# MCH2022 ESP32 firmware: Launcher + +This repository contains the ESP32 part of the firmware for the MCH2022 badge. This firmware allows for device testing, setup, OTA updates and of course launching apps. + +## License + +The source code contained in this repository is licensed under terms of the MIT license, more information can be found in the LICENSE file. + +Source code included as submodules is licensed separately, please check the following table for details. + +| Submodule | License | Author | +|-----------------------------|-----------------------------------|--------------------------------------------------------| +| esp-idf | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD | +| components/appfs | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg | +| components/bus-i2c | MIT | Nicolai Electronics | +| components/i2c-bno055 | MIT | Nicolai Electronics | +| components/mch2022-rp2040 | MIT | Renze Nicolai | +| components/pax-graphics | MIT | Julian Scheffers | +| components/sdcard | MIT | Nicolai Electronics | +| components/spi-ice40 | MIT | Nicolai Electronics | +| components/spi-ili9341 | MIT | Nicolai Electronics | +| components/ws2812 | MIT | Unlicense / Public domain |