Initial import

This commit is contained in:
2026-03-25 18:14:45 +01:00
commit d074cd2e43
99 changed files with 3781 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/*
* Heltec WiFi LoRa 32 V2 — application DTS overlay
* KISS interface: UART0 (via CP2102 USB-Serial bridge)
* LoRa: SX1276 on SPI2 (already defined in upstream board DTS)
*/
/ {
chosen {
loramodem,kiss-uart = &uart0;
};
};