Releases: esp-cpp/wireless-debug-display
Releases · esp-cpp/wireless-debug-display
v2.0.1
What's Changed
- chore: Update to esp-idf v5.5.1 and update dependencies by @finger563 in #13
Full Changelog: v2.0.0...v2.0.1
ESP-IDF Size Report for 'Wireless Debug Display'
| Metric | v2.0.0 | v2.0.1 | Delta |
|---|---|---|---|
| FLASH | 1,560,888 bytes (74.43%) | 1,608,252 bytes (76.69%) | 🔺 +47,364 bytes (+2.26%) |
| DRAM | 195,583 bytes (57.23%) | 195,799 bytes (57.29%) | 🔺 +216 bytes (+0.06%) |
| IRAM | 16,384 bytes (100.00%) | 16,384 bytes (100.00%) | 0 bytes (0.00%) |
| RAM (DRAM+IRAM) | 211,967 bytes | 212,183 bytes | 🔺 +216 bytes (+0.07%) |
FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.
DRAM/IRAM usage does not include memory used by the heap allocator at runtime.
This report was generated by esp-idf-size-delta.
v2.0.0
What's Changed
- chore(CI): Update CI to build for each hardware target by @finger563 in #11
- feat: Add WiFi CLI for runtime (re-)configuration by @finger563 in #12
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- chore: Update LVGL to 9.3.0 by @finger563 in #9
- feat: Re-enable recoloring for text window logs by @finger563 in #10
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules by @finger563 in #8
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
- Update CI dependencies to lastest versions by @finger563 in #7
- feat: Simplify main by using new esp-box, t-deck, and wrover-kit components by @finger563 in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Update Submodules and add CI for automated code analysis, building, and releasing by @finger563 in #5
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Simplify code and add support for ESP32-S3-BOX-3 by @finger563 in #4
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- feat(t-deck): WIP t-deck support by @finger563 in #2
- refactor: cleanup main code by @finger563 in #3
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat(main): implement main functionality by @finger563 in #1
New Contributors
- @finger563 made their first contribution in #1
Full Changelog: https://github.com/esp-cpp/wireless-debug-display/commits/v0.1.0