morris
651d6a283f
refactor(esp_common): centralize ALIGN_UP/ALIGN_DOWN into esp_macros.h
...
Remove ~50 duplicate local definitions of ALIGN_UP/ALIGN_DOWN/ALIGN_UP_BY/
ALIGN_DOWN_BY across the codebase and replace them with canonical
ESP_ALIGN_UP/ESP_ALIGN_DOWN from esp_macros.h.
2026-07-06 13:36:06 +08:00
peter.marcisovsky
af4f9cbaed
feat(cherry_usb): Pin cherryusb component version
...
- prerequisite for usb component migration from esp-idf
2025-09-12 09:13:29 +02:00
LiPeng
1f76ea953e
fix(usb): fix ths bug that ALT escape input for USB HID keyboard
2025-09-02 10:42:39 +08:00
LiPeng
8f9eeedae1
feat(usb): add CherryUSB support for multiple USB controllers selection
2025-08-27 16:59:37 +08:00
LiPeng
0ac445cbd6
feat(usb): add CherryUSB host msc example
2025-08-27 16:59:37 +08:00
LiPeng
f866fbd9bc
feat(examples/peripherals/usb/cherryusb/device/cherryusb_serial_device): add CherryUSB serial device example
2025-08-27 16:59:37 +08:00