Skip to content

Commit 4430f43

Browse files
committed
release: add v1.4.0 assets and notes
1 parent f35ab99 commit 4430f43

5 files changed

Lines changed: 34 additions & 0 deletions

File tree

releases/v1.4.0/RELEASE_NOTES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# µMesh v1.4.0
2+
3+
Broader ESP target support release with capability detection and C6 TWT groundwork.
4+
5+
## Added
6+
- New compile-time target capability header: `include/umesh_caps.h`
7+
- ESP32 target matrix for ESP32 / S2 / S3 / C3 / C6
8+
- Unsupported target guards for ESP32-H2 and ESP32-C2
9+
- Runtime capability API:
10+
- `umesh_get_target()`
11+
- `umesh_get_wifi_gen()`
12+
- `umesh_target_supports(...)`
13+
- Extended `umesh_info_t` with target metadata (`target`, `wifi_gen`, `tx_power_max`)
14+
- ESP32-C6 TWT stub (`port/esp32/twt_esp32c6.c`)
15+
- New capability tests (`tests/test_caps.c`)
16+
- New target info example (`examples/target_info/`)
17+
18+
## Build/Config
19+
- Target-aware CMake source selection for ESP32-C6 TWT stub
20+
- `UMESH_LOW_MEMORY` compile option support
21+
- Version bump to `v1.4.0`
22+
23+
## Verification
24+
- Full POSIX test matrix passes with power management ON and OFF.
25+
26+
## Included Assets
27+
- `umesh-v1.4.0-source.zip`
28+
- `umesh-v1.4.0-hardware-firmware.zip`
29+
- `umesh-v1.4.0-target-info-example.zip`
30+
- `SHA256SUMS.txt`

releases/v1.4.0/SHA256SUMS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
efcacf9ffe8389470d18179be2d9b44b659871d0085fba7f060630244583194e RELEASE_NOTES.md
2+
753448156856ad458491d8ee36d525c741e202f5bed299f650fd44076c1d45a5 umesh-v1.4.0-source.zip
3+
a56d016a43c24287389c7a7d37db6740ba26666ffed4f458da66a654f5aa16c9 umesh-v1.4.0-hardware-firmware.zip
4+
a4d2cb77c25eee374eb91cd3604d404480ecf3d081612ff4477662a77064809c umesh-v1.4.0-target-info-example.zip
5.51 MB
Binary file not shown.
5.66 MB
Binary file not shown.
610 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)