Initial commit: Set up Zephyr MQTT project

This commit is contained in:
2025-07-17 08:49:06 +02:00
commit febaa06799
16 changed files with 1191 additions and 0 deletions

13
boards/native_sim.overlay Normal file
View File

@@ -0,0 +1,13 @@
/ {
switches {
compatible = "gpio-keys";
sw0: switch_0 {
label = "User switch";
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
};
aliases {
switch0 = &sw0;
};
};