mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-02 06:39:00 +03:00
Migration of PlatformIO 5.2.0 to 6.1.0 (resp. ESP IDF from 4.4.2 to 5.0.1) (#2305)
* Migration to PlatformIO 6.1.0 * Disable RMTMEM usage as it is no longer allowed -> Smart LEDs not functional! * moved miniz into subfolder of jomjol_fileserver_ota, else it does not build anymore. * cleanup * fix leading NaN (#2310) * Migration to PlatformIO 6.1.0 * Disable RMTMEM usage as it is no longer allowed -> Smart LEDs not functional! * moved miniz into subfolder of jomjol_fileserver_ota, else it does not build anymore. * cleanup * Task watchdog has new config name * Fix return value check. It must be something else than ESP_FAIL, but it does not need to be ESP_OK! * add missing strucures to work around new RMTMEM restriction (untested) --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
8
code/components/jomjol_fileserver_ota/miniz/readme2.md
Normal file
8
code/components/jomjol_fileserver_ota/miniz/readme2.md
Normal file
@@ -0,0 +1,8 @@
|
||||
The files in this folder are a direct extraction of the miniz release from https://github.com/richgel999/miniz/releases
|
||||
|
||||
It should be possible to include the repo directly as a submodule, how ever it causes various issues. See also
|
||||
- https://github.com/richgel999/miniz/issues/145
|
||||
- https://github.com/espressif/esptool/pull/500#issuecomment-574879468
|
||||
|
||||
For sumplicity we therefore use the release files as suggested in the readme.
|
||||
Additionally we added the CMakeLists.txt and this readme.
|
||||
Reference in New Issue
Block a user