mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +00:00
e737b1a7bc
Building veil_ris_controller/veil_sensing_detector for real against ESP-IDF
v5.4 (esp32s3 target) surfaced two compile bugs, now fixed in both the
firmware/privshield/ and wifi-veil/ copies:
- veil_sensing_detector/CMakeLists.txt: PRIV_REQUIRES esp_mqtt -> mqtt
(esp_mqtt is not a real ESP-IDF v5.4 component name; the real one is mqtt)
- veil_ris_controller.c / veil_sensing_detector.c: ESP_LOGI("%u", ...) calls
passed a bare uint32_t; -Werror=format= requires (unsigned) casts
Also adds esp32/examples/ — minimal ESP-IDF apps wrapping each component's
public API, added purely to prove they compile+link on a real toolchain.
Still SYNTHETIC / L0, build-only — never flashed, no hardware exists.
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
core/test_veil_shield
|
|
*.o
|
|
|
|
# ESP-IDF example build output
|
|
esp32/examples/*/build/
|
|
esp32/examples/*/managed_components/
|
|
esp32/examples/*/sdkconfig
|
|
esp32/examples/*/sdkconfig.old
|
|
esp32/examples/*/dependencies.lock
|