| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-22 | comment out osal_task_delay if using os none | hathach | |
| 2023-02-22 | white space | hathach | |
| 2023-02-22 | move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt | hathach | |
| also add place holder for tusb_app_dcache_flush() and tusb_app_dcache_invalidate() | |||
| 2023-02-22 | Merge pull request #1796 from Sinitax/master | Ha Thach | |
| Fix ifdefs for disabled uart stdio in rp2040 family | |||
| 2023-02-22 | Merge pull request #1919 from hathach/use-tu-static-for-fuzz | Ha Thach | |
| use tu_static instead of static _fuzz_thread | |||
| 2023-02-22 | MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF | mikee47 | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | rename OHCI_RHPORTS to TUP_OHCI_RHPORTS | hathach | |
| 2023-02-22 | revert some changes | hathach | |
| 2023-02-22 | move check LIB_PICO_STDIO_UART to board.h | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | missing some files | hathach | |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-02-18 | ohci: Disable MIE interrupt during IRQ processing, zero HccADoneHead on ↵ | wooyay | |
| completion | |||
| 2023-02-18 | ohci: Use enum instead of magic number | Ryzee119 | |
| 2023-02-18 | ohci: Add ability to separate physical and virtual memory | Ryan Wendland | |
| 2023-02-18 | ohci: Set skip on ed prior to removal | Ryan Wendland | |
| 2023-02-18 | ohci: Fix bug in ed removal | Ryan Wendland | |
| 2023-02-18 | ohci: Direct port commands to the correct rhport. | Ryzee119 | |
| 2023-02-18 | ohci: Force reset of devices already connected on power up | Ryzee119 | |
| 2023-02-18 | ohci: Wait POTG time after port power | Ryzee119 | |
| 2023-02-18 | ohci: Toggle frameinterval bit on update | Ryzee119 | |
| 2023-02-18 | ohci: Leave SMM or bios mode during init | Ryzee119 | |
| 2023-02-18 | ohci: Support configurable number of roothub ports | Ryzee119 | |
| 2023-02-18 | ohci: Expand roothub descriptors into unions | Ryzee119 | |
| 2023-02-16 | Merge pull request #1825 from HiFiPhile/mic_test | PanRe | |
| Minor audio_test example fix. | |||
| 2023-02-16 | Merge pull request #1853 from NullMember/master | HiFiPhile | |
| examples/uac2: Fix mute and volume array lengths | |||
| 2023-02-16 | Merge pull request #1910 from rppicomidi/fix-1909 | Ha Thach | |
| Fix issue 1909 | |||
| 2023-02-15 | Fix issue 1909 | rppicomidi | |
| 2023-02-14 | Merge pull request #1906 from hathach/update-pio-pico-usb | Ha Thach | |
| update pico-pio-usb to include data pid fix (0.5.1) | |||
| 2023-02-14 | update pico-pio-usb to include data pid fix (0.5.1) | hathach | |
| 2023-02-13 | Merge pull request #1893 from jefftrull/bugfix/bitfields | Ha Thach | |
| Adjust reserved bitfields to make SDCC happy | |||
| 2023-02-13 | Merge pull request #1885 from kripton/fixDHCPServerDoS | Ha Thach | |
| dhserver: Fix a potential DoS vulnerability accidentially introduced by #1712 | |||
| 2023-02-13 | Merge pull request #1901 from hathach/add-metro-rt1011 | Ha Thach | |
| Add metro rt1011 | |||
| 2023-02-13 | forget to add metro 1011 linker | hathach | |
| 2023-02-13 | add uf2 linker for metro m7 1011 | hathach | |
| 2023-02-13 | fix typo | hathach | |
| 2023-02-13 | fix release trigger body | hathach | |
| 2023-02-13 | add metro m7 1011 board def (not running yet) | hathach | |
| 2023-02-13 | Merge pull request #1898 from ccrome/fix-imx1011 | Ha Thach | |
| Turn data cache on | |||
| 2023-02-12 | Correct bitfields for ↵ | Jeff Trull | |
| cdc_desc_func_telephone_call_state_reporting_capabilities_t | |||
| 2023-02-12 | Turn data cache on | caleb crome | |
| This fixes https://github.com/hathach/tinyusb/issues/1894. I'm not really sure if this is the correct way to fix it, and I have not tested on all the rest of the family members, however, this lets the i.MX1010 work again. The problem: the latest SDK update does not enable the data cache by default This causes an assert in board_init() when attemping to control clock gating. I haven't investigated further as to *why* it's a problem, but it is a problem. | |||
| 2023-02-10 | Adjust reserved bitfields to make SDCC happy | Jeff Trull | |
| - keep each field at or under 16b - For optimal packing, segment fields to 8b boundaries | |||
| 2023-02-10 | Merge pull request #1890 from hathach/release-0.15.00.15.0 | Ha Thach | |
| update version to 0.15.0 | |||
| 2023-02-10 | increase hw test timeout to 10s since pyocd seems to take longer to flash | hathach | |
| 2023-02-10 | change rp2040 hw test to use pyocd for better stability/performance than openocd | hathach | |
| 2023-02-10 | fix typo | hathach | |
| 2023-02-10 | update version to 0.15.0 | hathach | |
| add changelog | |||
| 2023-02-06 | Merge pull request #1887 from hathach/rp2040-build-fixes | Graham Sanderson | |
| RP2040 build fixes | |||
| 2023-02-06 | * don't force dependency on pico-pio-usb submodule | graham sanderson | |
| * suppress compiler warning/errors especially in pico-pio-usb * disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile | |||
