Skip to content

Commit

Permalink
Updated EDP-IDF version
Browse files Browse the repository at this point in the history
  • Loading branch information
hnzlmnn committed Jun 7, 2024
1 parent 5a096dc commit b15cbdf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: build flash
prepare:
git submodule update --init --recursive
rm -rf "$(IDF_PATH)"
git clone --recursive --branch v4.4.4 https://github.com/espressif/esp-idf.git
git clone --recursive --branch v4.4.7 https://github.com/espressif/esp-idf.git
cd "$(IDF_PATH)"; bash install.sh

clean:
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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

Expand Down

0 comments on commit b15cbdf

Please sign in to comment.