-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ This repository contains the ESP32 part of the firmware for the TROOPERS24 badge | |
|
||
## ESP-IDF and submodules | ||
|
||
This project uses the ESP-IDF SDK (v4.4.4). You can either install this SDK manually following the instructiosn on the Espressif website or you can automatically install the SDK by running `make prepare` in a git clone of this repository. | ||
This project uses the ESP-IDF SDK (v4.4.7). You can either install this SDK manually following the instructiosn on the Espressif website or you can automatically install the SDK by running `make prepare` in a git clone of this repository. | ||
|
||
Downloading this repository as a ZIP file on Github results in an incomplete archive missing all submodules. Be sure to clone using git! | ||
|
||
|
@@ -14,19 +14,19 @@ The source code contained in this repository is licensed under terms of the MIT | |
|
||
Some source code is licensed separately, please check the following table for details. | ||
|
||
| Location | Version | License | Author | | ||
|-------------------------|-------------|-----------------------------------|-------------------------------------------------------------------------------------------------| | ||
| esp-idf | 4.4.4 | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD | | ||
| components/appfs | | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg <[email protected]> | | ||
| components/bus-i2c | | MIT | Nicolai Electronics | | ||
| components/i2c-pca9555 | | MIT | Renze Nicolai and Malte Heinzelmann <[email protected]> | | ||
| components/keyboard | | MIT | Malte Heinzelmann <[email protected]> | | ||
| components/pax-graphics | | MIT | Julian Scheffers | | ||
| components/pax-keyboard | | MIT | Julian Scheffers | | ||
| components/sdcard | | MIT | Nicolai Electronics | | ||
| components/spi-ili9341 | | MIT | Nicolai Electronics | | ||
| components/ws2812 | | MIT | Unlicense / Public domain | | ||
| tools/[libusb-1.0.dll] | | GNU LGPL 2.1 | See the [AUTHORS](https://github.com/libusb/libusb/blob/master/AUTHORS) document of the project | | ||
| Location | Version | License | Author | | ||
|-------------------------|---------|-----------------------------------|-------------------------------------------------------------------------------------------------| | ||
| esp-idf | 4.4.7 | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD | | ||
| components/appfs | | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg <[email protected]> | | ||
| components/bus-i2c | | MIT | Nicolai Electronics | | ||
| components/i2c-pca9555 | | MIT | Renze Nicolai and Malte Heinzelmann <[email protected]> | | ||
| components/keyboard | | MIT | Malte Heinzelmann <[email protected]> | | ||
| components/pax-graphics | | MIT | Julian Scheffers | | ||
| components/pax-keyboard | | MIT | Julian Scheffers | | ||
| components/sdcard | | MIT | Nicolai Electronics | | ||
| components/spi-ili9341 | | MIT | Nicolai Electronics | | ||
| components/ws2812 | | MIT | Unlicense / Public domain | | ||
| tools/[libusb-1.0.dll] | | GNU LGPL 2.1 | See the [AUTHORS](https://github.com/libusb/libusb/blob/master/AUTHORS) document of the project | | ||
|
||
[libusb-1.0.dll]: https://libusb.info | ||
|
||
|