| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-24 | increase version as pre-releases, still need more clean up before actual relesae | hathach | |
| 2024-05-24 | test README.rst | hathach | |
| 2024-05-24 | Merge pull request #2657 from Rbb666/rtthread | HiFiPhile | |
| [osal]Add usb-device and host macro controls. | |||
| 2024-05-24 | [osal]Add usb-device and host macro controls. | Rbb666 | |
| 2024-05-24 | Merge pull request #2659 from hathach/fsdev-generalize-ch32 | Ha Thach | |
| CH32 add support for usbd (only), fsdev | |||
| 2024-05-24 | minor clean up | hathach | |
| 2024-05-24 | change default clock to 144mhz | hathach | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵ | hathach | |
| highspeed | |||
| 2024-05-22 | feat(uvc): support format frame based | Li Junru | |
| 2024-05-21 | Merge pull request #2392 from Krasutski/bugfix/ch32-hs-dcd | Ha Thach | |
| bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmit | |||
| 2024-05-21 | re-add sof event | hathach | |
| 2024-05-21 | - minor update to ep_set_response_and_toggle/xfer_data_packet | hathach | |
| - merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar - improve uart output - add note for link speed in bus reset | |||
| 2024-05-21 | use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_buffer | hathach | |
| reformat indent to 2 spaces | |||
| 2024-05-21 | fix(ch32, iso): fix iso IN transfers for CH32 | Denis Krasutski | |
| 2024-05-21 | bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmission | dkrasutski | |
| 2024-05-21 | Merge pull request #2654 from hathach/update-circleci | Ha Thach | |
| circle ci remove deps caching to reduce storage credit | |||
| 2024-05-21 | try to update cache for esp-idf | hathach | |
| 2024-05-21 | circle ci skip cache for toolchain | hathach | |
| action skip cache for toolchain url hosted by github | |||
| 2024-05-21 | circle ci remove deps caching to reduce storage credit | hathach | |
| 2024-05-20 | Merge pull request #2362 from dragonlock2/master | Ha Thach | |
| Add CH32V20x USB OTG/FS Driver | |||
| 2024-05-20 | revert unrelated changes to video_device.c | hathach | |
| 2024-05-20 | try fixing codeql | hathach | |
| 2024-05-20 | code format | hathach | |
| add missing MIT license | |||
| 2024-05-20 | use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED | hathach | |
| 2024-05-20 | - update ch203 family to allow to specify flash and ram size. Introduce | hathach | |
| - add ch32v203_ro_1v0 board - CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203 | |||
| 2024-05-20 | temp code | hathach | |
| 2024-05-19 | fix ep0 stall not clearing | Matthew Tran | |
| 2024-05-17 | Merge pull request #2648 from tannewt/esp32c2_h2 | Ha Thach | |
| Add esp32c2 and esp32h2 for max3421 support | |||
| 2024-05-16 | Add esp32c2 and esp32h2 for max3421 support | Scott Shawcroft | |
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter | |||
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-05-15 | Merge pull request #2626 from rgrr/dcd_nrf5x-fix-race-condition | Ha Thach | |
| dcd_nrf5x: fix race condition | |||
| 2024-05-15 | Merge pull request #2646 from hathach/max3421-abort-xfer | Ha Thach | |
| Implement Max3421 hcd abort xfer | |||
| 2024-05-15 | circleci light build for merged commit to master | hathach | |
| 2024-05-15 | tweak action | hathach | |
| 2024-05-15 | implement max3421e hcd_edpt_abort_xfer() | hathach | |
| 2024-05-14 | build arm-clang on circleci with pull request (#2644) | Ha Thach | |
| * Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps | |||
| 2024-05-13 | Merge pull request #2416 from Rocky04/test-mode-support | HiFiPhile | |
| Add DWC2 Test Mode Support | |||
| 2024-05-13 | Remove dead code. | HiFiPhile | |
| 2024-05-13 | Adjust logic. | HiFiPhile | |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile | |
| 2024-05-13 | revert (unverified) second race condition | Hardy Griech | |
| 2024-05-13 | Ci tweak3 (#2643) | Ha Thach | |
| - enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present - minimize ci run for push event - only build one board per family - skip hil test on both pi4 and hfp - full build will be runn for PR event - IAR always build 1 board per family regardless of event - update build.py to optimize make - remove all setup python since we don't really need it | |||
| 2024-05-13 | more ci update (#2642) | Ha Thach | |
| * Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master | |||
| 2024-05-12 | Fix HS playback on OSX. | HiFiPhile | |
| 2024-05-12 | Typo. | HiFiPhile | |
| 2024-05-12 | Fix CI. | HiFiPhile | |
| 2024-05-12 | Tested 3 bytes feedback work on OSX. | HiFiPhile | |
| 2024-05-12 | Optimize fifo level display. | HiFiPhile | |
