Fix: Applied updates needed for 3.0

This commit is contained in:
Thomas N Atkins 2022-06-13 23:17:32 -05:00
parent 279bbd6817
commit ab9dab4d09
2 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,7 @@
zephyr,code-partition = &code_partition;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &cdc_acm_uart;
};
leds {
@ -46,6 +47,11 @@
&usbd {
status = "okay";
cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
};
};
/**

View file

@ -13,6 +13,7 @@ CONFIG_ARM_MPU=y
CONFIG_GPIO=y
CONFIG_BUILD_OUTPUT_UF2=y