| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-03 | Generalize audio driver for 3 audio functions plus a lot more. | Reinhard Panhuber | |
| - Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific) | |||
| 2021-03-25 | Fix shadowing parameter in fifo.c | Reinhard Panhuber | |
| 2021-03-25 | Implement unaligned word copy. | Reinhard Panhuber | |
| 2021-03-25 | Rework to copy wrapped word bytes by byte in copy_to_cont_dst etc. | Reinhard Panhuber | |
| 2021-03-23 | Fix bug in writing to constant src/dst address. | Reinhard Panhuber | |
| Copying has to be conduct in full words (at least for STM32). Renamed copy function to tu_fifo_write_n_const_addr_full_words() | |||
| 2021-03-14 | Intermediate commit | Reinhard Panhuber | |
| 2021-03-13 | Add new line at end of python script | Reinhard Panhuber | |
| 2021-03-13 | Add python script to plot audio sample data. | Reinhard Panhuber | |
| 2021-03-13 | move AUDIO_SAMPLE_RATE to example main.c | hathach | |
| 2021-03-13 | fix fifo unlock typo, also clean up a bit | hathach | |
| 2021-03-10 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-03-10 | fix ci build with rp2040 | hathach | |
| 2021-03-10 | fix build with freertos | hathach | |
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-03-10 | Update pico sdk 1.1.0 (#712) | Ha Thach | |
| * update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior | |||
| 2021-03-10 | Merge pull request #711 from hathach/usbd-handle-set-interface | Ha Thach | |
| Usbd handle set interface | |||
| 2021-03-10 | Merge pull request #710 from hathach/update-doc | Ha Thach | |
| update doc for BOARD name, add note for udev on Linux | |||
| 2021-03-10 | usbd ack SET_INTERFACE if it is not implemented by class driver. | hathach | |
| 2021-03-10 | clean up | hathach | |
| 2021-03-10 | update doc for BOARD name, add note for udev on Linux | hathach | |
| 2021-03-05 | Merge pull request #708 from hathach/add-back-cmsis5 | Ha Thach | |
| Add back cmsis5 as submodule | |||
| 2021-03-05 | clean up | hathach | |
| some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel | |||
| 2021-03-05 | nrf add lib/CMSIS_5 to DEPS_SUBMODULES | hathach | |
| 2021-03-05 | update DEPS_SUBMODULES to optimize ci | hathach | |
| 2021-03-05 | add back lib/CMSIS_5 submodule | hathach | |
| 2021-03-05 | remove local cmsis_5 | hathach | |
| 2021-03-04 | Adapt mutexes in fifo.c | Reinhard Panhuber | |
| 2021-03-04 | Remove TODOs done. | Reinhard Panhuber | |
| 2021-03-05 | Merge pull request #702 from hathach/more-ci | Ha Thach | |
| More ci | |||
| 2021-03-04 | rename FAMILY_SUBMODULES to DEPS_SUBMODULES | hathach | |
| 2021-03-04 | merge no-family example build | hathach | |
| specify FAMILY_SUBMODULES for all boards | |||
| 2021-03-04 | Merge pull request #701 from hathach/ci-cache-toolchain | Ha Thach | |
| cache all toolchains to speed up ci | |||
| 2021-03-04 | Merge pull request #700 from hathach/fix-rp2040-bus-reset | Ha Thach | |
| fix enum walkaround forever check for SE0 when pull up is disabled | |||
| 2021-03-04 | cache all toolchains to speed up ci | hathach | |
| 2021-03-04 | Extend FIFO mutex to use separate write and read mutexes. | Reinhard Panhuber | |
| Adjust all USB drivers using FIFO and mutexes. | |||
| 2021-03-04 | add midi comment | hathach | |
| 2021-03-04 | fix enum walkaround forever check for SE0 when pull up is disabled | hathach | |
| 2021-03-04 | update doc, skip board_test in esp32s2 ci | hathach | |
| 2021-03-04 | add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7 | hathach | |
| 2021-03-04 | Merge pull request #688 from duddie/master | Ha Thach | |
| Fix Endpoint descriptor size for MIDI Device | |||
| 2021-03-03 | Merge pull request #695 from hathach/more-family-board | Ha Thach | |
| More family board | |||
| 2021-03-03 | Create config.yml | Ha Thach | |
| 2021-03-03 | Delete porting.md | Ha Thach | |
| 2021-03-03 | clean up | hathach | |
| 2021-03-03 | add h745disco to family group | hathach | |
| 2021-03-03 | group h743eval and h743nucleo into stm32h7 | hathach | |
| tested and work well | |||
| 2021-03-03 | mcb1800 and lpc18s37 work well with both device and host demo | hathach | |
| 2021-03-03 | add lpc18 family | hathach | |
