Files
buzzer_2/firmware/sysbuild/mcuboot.overlay
2026-03-19 07:39:25 +01:00

13 lines
205 B
Plaintext

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