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,17 @@
/*
* RAK WisMesh Pocket — application DTS overlay
* KISS interface: USB CDC-ACM
* LoRa: SX1262 on SPI1 (defined in custom board DTS)
*/
/ {
chosen {
loramodem,kiss-uart = &cdc_acm_uart0;
};
};
&zephyr_udc0 {
cdc_acm_uart0: cdc_acm_uart0 {
compatible = "zephyr,cdc-acm-uart";
};
};