Results 5 issues of kylongmu

## 拉取/合并请求描述:(PR description) [ 解决win11下USB CDC自动安装驱动的问题,在win11下设备显示黄色感叹号,无法自动安装USB串口驱动。 NUC980-IOT开发板已测试 这是微软关于此问题的链接: https://learn.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/usb-driver-installation-based-on-compatible-ids#usbsersys-installation Windows 10 及更高版本 从 Windows 10 开始,Usbser.inf 已添加到 %Systemroot%\INF 目录,该目录加载 Usbser.sys 作为设备堆栈中功能设备对象 (FDO) 。 如果设备属于通信和 CDC 控制设备类, Usbser.sys 加载。 无需编写自己的 INF...

> menuconfig --generate THINKPAD@NOTEBOOK-P52 D:\Develop\Git_Project\rt-thread\bsp\nuvoton\nk-980iot > pkgs --update [Use Gitee server] ==============================> wavplayer update done ==============================> uffs update done ==============================> ramdisk update done ==============================> optparse update done Operation completed successfully....

This is my test code for multicore, with PIO arduino framework: ``` #include "Arduino.h" #include "pico/multicore.h" void setup() { multicore_reset_core1(); multicore_launch_core1(core1_entry); } void loop() { } void core1_entry() { pinMode(LED_BUILTIN,...

Make a "rp2040 dap" with [this](https://github.com/ataradov/free-dap/blob/master/bin/free_dap_rp2040.uf2) , and use it to debug another rp2040 is very cool, debug is OK, but download shows error. This is my platform.ini: ``` [env:upstream_develop]...

` xTaskCreatePinnedToCore( taskModbus, "taskModbus", 1

Type: Issue
Platform: ESP32
ModbusRTU
Status: Investigating