esp32s2_bare_board/managed_components/cherry-embedded__cherryusb/platform/README.md
impressionyang b0e0ddebf4 feat: 修改u8g2移植配置中的I2C速率至400KHz
feat: 添加线程资源打印功能
fix🐛: 修复USB未启用其他线程卡死问题,是USB写入循环阻塞所致
feat: 升级cherryUSB,使用官方方式集成至ESP32
2025-03-22 16:56:52 +08:00

629 B

Platform Support

This is a platform support for other os with their own components.

Platform fs net serial
none fatfs lwip none
rtthread dfs lwip rt_device
nuttx nuttx block driver nuttx net nuttx char driver
threadx filex netx none
  • fs is for usbd_msc and usbh_msc
  • net is for cdc_ecm, cdc_rndis, cdc_ncm, asix, rtl8152 and so on.
  • serial is for cdc_acm, ch340, ftdi, cp210x, pl2303 and so on.