Builds are now made with esp-idf 5.0

This commit is contained in:
Alex Duchesne 2024-08-27 11:56:13 -04:00
parent dcc2e17943
commit c8b43dd77c
3 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Building Retro-Go
## Prerequisites
You will need a working installation of [esp-idf](https://docs.espressif.com/projects/esp-idf/en/release-v4.3/esp32/get-started/index.html#get-started-get-prerequisites). Versions 4.3 to 5.2 are supported.
You will need a working installation of [esp-idf](https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/get-started/index.html). Versions 4.3 to 5.2 are supported.
_Note: As of retro-go 1.35, I use 4.3. Version 4.1 was used for 1.20 to 1.34 versions._
_Note: As of retro-go 1.43, I use 5.0. I used 4.3 for versions 1.35 to 1.42. Version 4.1 was used for 1.20 to 1.34 versions._
### ESP-IDF Patches
Patching esp-idf may be required for full functionality. Patches are located in `tools/patches` and can be applied to your global esp-idf installation, they will not break your other projects/devices.

View File

@ -4,6 +4,7 @@
- Launcher: Officially support name-based cover art (eg: `/covers/nes/game name.png`)
- Launcher: Improved responsiveness when cover art/save preview is enabled
- Launcher: Added network status/details in wifi dialog
- Releases are now built with esp-idf 5.0
# Retro-Go 1.42 (2024-06-05)

View File

@ -1,4 +1,4 @@
FROM espressif/idf:release-v4.3
FROM espressif/idf:release-v5.0
WORKDIR /app