Skip to content

Commit 11d6bac

Browse files
committed
portenta_c33: rebuild loader
1 parent cc447e6 commit 11d6bac

File tree

7 files changed

+15016
-15089
lines changed

7 files changed

+15016
-15089
lines changed
67.5 KB
Binary file not shown.
824 KB
Binary file not shown.

loader/boards/arduino_portenta_c33.conf

+2
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

+2-2
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>;

variants/arduino_portenta_c33/llext-edk/include/zephyr/include/generated/zephyr/autoconf.h

+8-4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
#define CONFIG_DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED 1
9595
#define CONFIG_DT_HAS_ZEPHYR_CDC_ACM_UART_ENABLED 1
9696
#define CONFIG_TAINT_BLOBS 1
97+
#define CONFIG_USB_DEVICE_PRODUCT "Arduino Portenta C33"
98+
#define CONFIG_USB_DEVICE_MANUFACTURER "Arduino"
99+
#define CONFIG_USB_DEVICE_VID 0x2341
100+
#define CONFIG_USB_DEVICE_PID 0x0068
97101
#define CONFIG_ZEPHYR_ARDUINO_API_MODULE 1
98102
#define CONFIG_ZEPHYR_CMSIS_MODULE 1
99103
#define CONFIG_HAS_CMSIS_CORE 1
@@ -383,8 +387,8 @@
383387
#define CONFIG_UDC_DRIVER 1
384388
#define CONFIG_UDC_BUF_COUNT 16
385389
#define CONFIG_UDC_BUF_POOL_SIZE 1024
386-
#define CONFIG_UDC_DRIVER_LOG_LEVEL_DEFAULT 1
387-
#define CONFIG_UDC_DRIVER_LOG_LEVEL 3
390+
#define CONFIG_UDC_DRIVER_LOG_LEVEL_ERR 1
391+
#define CONFIG_UDC_DRIVER_LOG_LEVEL 1
388392
#define CONFIG_UDC_AMBIQ_MAX_QMESSAGES 8
389393
#define CONFIG_UDC_RENESAS_RA 1
390394
#define CONFIG_UDC_RENESAS_RA_STACK_SIZE 512
@@ -799,8 +803,8 @@
799803
#define CONFIG_KERNEL_THREAD_SHELL_KILL 1
800804
#define CONFIG_FLASH_MAP 1
801805
#define CONFIG_USB_DEVICE_STACK_NEXT 1
802-
#define CONFIG_USBD_LOG_LEVEL_DEFAULT 1
803-
#define CONFIG_USBD_LOG_LEVEL 3
806+
#define CONFIG_USBD_LOG_LEVEL_ERR 1
807+
#define CONFIG_USBD_LOG_LEVEL 1
804808
#define CONFIG_USBD_THREAD_INIT_PRIO 90
805809
#define CONFIG_USBD_THREAD_STACK_SIZE 1024
806810
#define CONFIG_USBD_MAX_UDC_MSG 10

0 commit comments

Comments
 (0)