-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rp2040 - ISO API to make Audio work #2843
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15766ad - Browse repository at this point
Copy the full SHA 15766adView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 867f17a - Browse repository at this point
Copy the full SHA 867f17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c003081 - Browse repository at this point
Copy the full SHA c003081View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc816dc - Browse repository at this point
Copy the full SHA cc816dcView commit details -
update vendor device to use edpt stream which also support non-buffer…
…eed (no fifo) mode
Configuration menu - View commit details
-
Copy full SHA for bbeae09 - Browse repository at this point
Copy the full SHA bbeae09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7373a02 - Browse repository at this point
Copy the full SHA 7373a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab63fb - Browse repository at this point
Copy the full SHA 3ab63fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1822b - Browse repository at this point
Copy the full SHA dd1822bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7909a62 - Browse repository at this point
Copy the full SHA 7909a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4bb61 - Browse repository at this point
Copy the full SHA 9b4bb61View commit details
Commits on Sep 11, 2024
-
Merge pull request #2450 from HiFiPhile/vendor_fifo
Allow vendor class to be used without FIFO.
Configuration menu - View commit details
-
Copy full SHA for 4b107a2 - Browse repository at this point
Copy the full SHA 4b107a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013b448 - Browse repository at this point
Copy the full SHA 013b448View commit details -
Merge pull request #2794 from hathach/fix-circleci
[circleci] fix build with rx by get-deps before install toolchain
Configuration menu - View commit details
-
Copy full SHA for 91c8700 - Browse repository at this point
Copy the full SHA 91c8700View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c419b1e - Browse repository at this point
Copy the full SHA c419b1eView commit details -
Merge pull request #2799 from hathach/add-pico2
add pico2 rp2350 (arm) board
Configuration menu - View commit details
-
Copy full SHA for 3ff128b - Browse repository at this point
Copy the full SHA 3ff128bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 115b1bb - Browse repository at this point
Copy the full SHA 115b1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5217cee - Browse repository at this point
Copy the full SHA 5217ceeView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c27f29 - Browse repository at this point
Copy the full SHA 2c27f29View commit details
Commits on Sep 16, 2024
-
Merge pull request #2803 from UweBonnes/b_u585i-iot
Add STM32 B_5585I-IOT2A board
Configuration menu - View commit details
-
Copy full SHA for f4dd176 - Browse repository at this point
Copy the full SHA f4dd176View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6165328 - Browse repository at this point
Copy the full SHA 6165328View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bfb3e7 - Browse repository at this point
Copy the full SHA 9bfb3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b5517 - Browse repository at this point
Copy the full SHA 40b5517View commit details
Commits on Sep 24, 2024
-
update dfifo allocation scheme to use top pointer, update document an…
…d explanation for EPInfo address and GDFIFO. some function rename update h743 linker to use SRAM1 since USB DMA cannot access DTCM ram update xmc4500 to use uuid for testing
Configuration menu - View commit details
-
Copy full SHA for 86b4608 - Browse repository at this point
Copy the full SHA 86b4608View commit details -
Configuration menu - View commit details
-
Copy full SHA for a124438 - Browse repository at this point
Copy the full SHA a124438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a15e78 - Browse repository at this point
Copy the full SHA 6a15e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e483c6a - Browse repository at this point
Copy the full SHA e483c6aView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8ab65f - Browse repository at this point
Copy the full SHA c8ab65fView commit details
Commits on Sep 30, 2024
-
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
Configuration menu - View commit details
-
Copy full SHA for e209acb - Browse repository at this point
Copy the full SHA e209acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47233f8 - Browse repository at this point
Copy the full SHA 47233f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2d1dd - Browse repository at this point
Copy the full SHA bb2d1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e472fa - Browse repository at this point
Copy the full SHA 7e472faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e5577 - Browse repository at this point
Copy the full SHA 67e5577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f1993 - Browse repository at this point
Copy the full SHA 87f1993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c81d91 - Browse repository at this point
Copy the full SHA 4c81d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4617fb5 - Browse repository at this point
Copy the full SHA 4617fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa44923 - Browse repository at this point
Copy the full SHA fa44923View commit details -
temporarily update hil_test.py to have dual/host_info_to_device_cdc o…
…ptional for pico/pico2 since it does not seem to be stable enough
Configuration menu - View commit details
-
Copy full SHA for d6c8719 - Browse repository at this point
Copy the full SHA d6c8719View commit details -
Merge pull request #2823 from hathach/hil-piousb-host-optional
HIL have dual/host_info_to_device_cdc optional for pico/pico2
Configuration menu - View commit details
-
Copy full SHA for 254167b - Browse repository at this point
Copy the full SHA 254167bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53989a9 - Browse repository at this point
Copy the full SHA 53989a9View commit details -
Merge pull request #2820 from HiFiPhile/vendor_fix
Fix vendor class reset.
Configuration menu - View commit details
-
Copy full SHA for ad6e1ec - Browse repository at this point
Copy the full SHA ad6e1ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d250b - Browse repository at this point
Copy the full SHA 49d250bView commit details
Commits on Oct 1, 2024
-
Merge pull request #2818 from hathach/add-esp32p4
Add esp32p4 OTG HS support
Configuration menu - View commit details
-
Copy full SHA for eda3cce - Browse repository at this point
Copy the full SHA eda3cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa7da9 - Browse repository at this point
Copy the full SHA 3fa7da9View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db15f63 - Browse repository at this point
Copy the full SHA db15f63View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b295de - Browse repository at this point
Copy the full SHA 1b295deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5dbfc - Browse repository at this point
Copy the full SHA 5a5dbfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 072a80d - Browse repository at this point
Copy the full SHA 072a80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0634766 - Browse repository at this point
Copy the full SHA 0634766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdab1c - Browse repository at this point
Copy the full SHA 7cdab1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 790a107 - Browse repository at this point
Copy the full SHA 790a107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abd647 - Browse repository at this point
Copy the full SHA 0abd647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f7ce7 - Browse repository at this point
Copy the full SHA 73f7ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c123a - Browse repository at this point
Copy the full SHA 31c123aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0d534 - Browse repository at this point
Copy the full SHA 4e0d534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bfd024 - Browse repository at this point
Copy the full SHA 6bfd024View commit details
Commits on Oct 7, 2024
-
Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
Configuration menu - View commit details
-
Copy full SHA for a13dbd4 - Browse repository at this point
Copy the full SHA a13dbd4View commit details -
Merge pull request #2720 from YixingShen/master
fixed video_device.c _find_desc_format
Configuration menu - View commit details
-
Copy full SHA for 65242fd - Browse repository at this point
Copy the full SHA 65242fdView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb5e273 - Browse repository at this point
Copy the full SHA cb5e273View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a98ea - Browse repository at this point
Copy the full SHA b2a98eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599bb0c - Browse repository at this point
Copy the full SHA 599bb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c14f3 - Browse repository at this point
Copy the full SHA 07c14f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e94a5 - Browse repository at this point
Copy the full SHA 98e94a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c343796 - Browse repository at this point
Copy the full SHA c343796View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba3a5b4 - Browse repository at this point
Copy the full SHA ba3a5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1406ad8 - Browse repository at this point
Copy the full SHA 1406ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffdf81f - Browse repository at this point
Copy the full SHA ffdf81fView commit details -
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
Configuration menu - View commit details
-
Copy full SHA for 57aac43 - Browse repository at this point
Copy the full SHA 57aac43View commit details -
Merge pull request #2834 from hathach/add-tusb_int_handler-update-tin…
…yusb_init add new tusb_int_handler(rhport, in_isr) and update tusb_init(rhport, role)
Configuration menu - View commit details
-
Copy full SHA for a4fb835 - Browse repository at this point
Copy the full SHA a4fb835View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92602b9 - Browse repository at this point
Copy the full SHA 92602b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d997f00 - Browse repository at this point
Copy the full SHA d997f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b7d75 - Browse repository at this point
Copy the full SHA f3b7d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1587d48 - Browse repository at this point
Copy the full SHA 1587d48View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f18be9 - Browse repository at this point
Copy the full SHA 1f18be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83e083 - Browse repository at this point
Copy the full SHA e83e083View commit details -
Merge pull request #2836 from hathach/more-tusb_init()
change tusb_init() to use init struct
Configuration menu - View commit details
-
Copy full SHA for 933ac29 - Browse repository at this point
Copy the full SHA 933ac29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e4f14 - Browse repository at this point
Copy the full SHA 43e4f14View commit details