From b15cbdfcf29d252df0014c566654e684aa081766 Mon Sep 17 00:00:00 2001 From: Malte Heinzelmann Date: Fri, 7 Jun 2024 10:38:11 +0200 Subject: [PATCH] Updated EDP-IDF version --- Makefile | 2 +- README.md | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index db421d3..26101ec 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.md b/README.md index b77524e..29b9b36 100644 --- a/README.md +++ b/README.md @@ -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 | -| components/bus-i2c | | MIT | Nicolai Electronics | -| components/i2c-pca9555 | | MIT | Renze Nicolai and Malte Heinzelmann | -| components/keyboard | | MIT | Malte Heinzelmann | -| 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 | +| components/bus-i2c | | MIT | Nicolai Electronics | +| components/i2c-pca9555 | | MIT | Renze Nicolai and Malte Heinzelmann | +| components/keyboard | | MIT | Malte Heinzelmann | +| 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