Files
buzzer_2/firmware/sysbuild/mcuboot.overlay
2026-03-21 13:49:05 +01:00

13 lines
205 B
Plaintext

/ {
aliases {
mcuboot-button0 = &button0;
mcuboot-led0 = &led0;
};
};
/* Step 2.1 - Configure CDC ACM */
&zephyr_udc0 {
cdc_acm_uart0: cdc_acm_uart0 {
compatible = "zephyr,cdc-acm-uart";
};
};