13 Commits

Author SHA1 Message Date
Alex Duchesne
51c90aae19 Bumped minimum esp-idf version to 4.4
Hopefully will be bumped to 5.0 before the next release but right now there are remaining issues.
2024-09-02 14:08:09 -04:00
Alex Duchesne
99f8caf740 Reverted change to esp-idf 5.0
There are some weird issues in the launcher when built with 5.0.

- PNG decoding occasionally fails with incorrect checksum
- Occasional wifi crashes

Both issues would indicate memory weirdness to me and needs more investigating. Might be related to the SPIRAM cache workaround.

For now revert to 4.3 and might switch to 4.4 until 5.x is sorted out.
2024-08-29 19:10:34 -04:00
Alex Duchesne
192163966e Updated patches for esp-idf 5.0 2024-08-27 18:00:53 -04:00
Alex Duchesne
c8b43dd77c Builds are now made with esp-idf 5.0 2024-08-27 11:56:13 -04:00
Alex Duchesne
6be5d23c40 Updated panic patch to work on esp-idf 4.4 2024-08-02 15:52:45 -04:00
Alex Duchesne
af99223f0a Updated SD Card patches to work on esp-idf 4.4 2024-08-02 15:50:22 -04:00
Alex Duchesne
ac319bb6d3 Attempt to fix github actions #2
Something must have changed in the docker container or github actions, there's an error because an esp-idf script expects bash and docker uses sh
2024-01-30 17:10:26 -05:00
Alex Duchesne
2cc6075968 Attempt to fix github actions
Something must have changed in the docker container or github actions, there's an error because an esp-idf script expects bash and docker uses sh
2024-01-30 17:06:15 -05:00
Alex Duchesne
fb86799c45 rg_tool: Changed --with-networking to be --without-networking
rg_tool should reflect what my default builds do
2022-10-19 10:38:49 -04:00
Alex Duchesne
76816b268d Enabled networking in CI builds
It's best to exercise all the code.
2022-10-05 06:23:44 -04:00
Alex Duchesne
a0f3a21261 Updated dockerfile to build with 4.3
This is a test, not sure it will work...
2022-10-01 09:24:42 -04:00
Alex Duchesne
c80773ed1c rg_tool: Detect when serial library is missing and avoid double git call
- Serial isn't required for building, so we can ignore it
- Only populate PROJECT_VER with `git describe` if config.py is missing
2022-01-31 07:55:07 -05:00
Tom Rochette
3328691a78 Initial CI
* Add Dockerfile to install python requirements and apply esp-idf
patches
* Add requirements.txt to version python dependencies
* Upload generated binaries
2022-01-28 19:09:02 -05:00