Skip to content

Commit 7d22ce4

Browse files
committed
portenta_c33: rebuild loader
1 parent d73bb13 commit 7d22ce4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

loader/boards/arduino_portenta_c33.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ CONFIG_UART_LINE_CTRL=y
1212
CONFIG_USBD_CDC_ACM_CLASS=y
1313
CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1414
CONFIG_USBD_CDC_ACM_LOG_LEVEL_ERR=y
15+
CONFIG_UDC_DRIVER_LOG_LEVEL_ERR=y
16+
CONFIG_USBD_LOG_LEVEL_ERR=y
1517

1618
CONFIG_LLEXT_STORAGE_WRITABLE=n
1719

loader/boards/arduino_portenta_c33.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272

7373
pwm-pin-gpios = <&ioport6 0 0>;
7474

75-
serials = /*<&cdc_acm_uart0>,*/ <&uart9>;
76-
/* cdc-acm = <&cdc_acm_uart0>; */
75+
serials = <&cdc_acm_uart0>, <&uart9>;
76+
cdc-acm = <&cdc_acm_uart0>;
7777
i2cs = <&iic1>;
7878
spis = <&spi1>;
7979
pwms = <&pwm6 1 PWM_HZ(25000000) PWM_POLARITY_NORMAL>;

0 commit comments

Comments
 (0)