| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-07 | Reactor to one functional descriptor. | Mengsk | |
| 2021-07-06 | Update | MasterPhi | |
| 2021-07-05 | Add alt settings support in DFU class. | Mengsk | |
| 2021-07-04 | Skip MCU | MasterPhi | |
| 2021-07-04 | Skip MCU | MasterPhi | |
| 2021-07-04 | Move audio_control_request_t to audio.h | MasterPhi | |
| 2021-07-04 | Prevent overflow noise | MasterPhi | |
| 2021-07-04 | Partially revert "skip uac2_headset for mcu that does not have enough sram" | MasterPhi | |
| This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f. | |||
| 2021-07-04 | Clear FIFO only if enabled... | MasterPhi | |
| Add buffer align | |||
| 2021-07-04 | skip uac2_headset for mcu that does not have enough sram | hathach | |
| 2021-07-04 | Add 24bit loopback in example. | MasterPhi | |
| 2021-07-04 | Refactor descriptor, add alt settings support. | MasterPhi | |
| 2021-07-04 | Fix typo | MasterPhi | |
| 2021-07-04 | Fix audiod_get_AS_interface_index in audio class. | MasterPhi | |
| Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size. | |||
| 2021-07-01 | update hid_composite freertos with capslock as well | hathach | |
| 2021-07-01 | better support for hid device set/get protocol | hathach | |
| add caplock detection for hid_composite | |||
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-15 | Fix resume, always init FS clock. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | set TOP to build with esp32sx | hathach | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | examples: freertos: add skip for same70 | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-12 | dcd: sam7x: rename family dcd to include the whole family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | Add fifo & DMA linked list mode support. | MasterPhi | |
| 2021-06-11 | Add sketchy SAME70 DCD driver. | HiFiPhile | |
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-02 | fixed net_lwip_webserver cmake build | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-05-31 | Fix up build_family style builds: | graham sanderson | |
| - added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py | |||
| 2021-05-30 | Rework rp2040 examples and CMake build: | graham sanderson | |
| - Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added. | |||
| 2021-05-30 | don't override CFG_TUSB_OS in cdc_dual_ports example | graham sanderson | |
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-26 | Merge branch 'master' into xmos-jmccarthy-master | hathach | |
| 2021-05-26 | fix uac2_headset example | noodlefighter | |
| tud_audio_rx_done_cb() is departed, replace with tud_audio_rx_done_pre_read_cb() | |||
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-20 | fix uac2_headset example: type of bRequest should be uint8_t, not enumerate | noodlefighter | |
| 2021-05-18 | clean up, rename some HID device symbol/API | hathach | |
| - add tud_hid_n_interface_protocol() - rename tud_hid_n_boot_mode() to tud_hid_n_get_protocol() - rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb() - add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1 - rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid confusion | |||
| 2021-05-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-05-05 | Fix typo | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 2021-04-22 | USBTMC: remove reference to visa DLL (which only was for windows, and ↵ | Nathan Conrad | |
| auto-select instead. | |||
| 2021-04-19 | cmake cleanup | hathach | |
| 2021-04-18 | update per review | hathach | |
| 2021-04-16 | espressif: group boards using target name as a family | Alex Lisitsyn | |
| `hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach | |||
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-04-15 | Fix bug in audio_4_channel_mic.c | Reinhard Panhuber | |
| 2021-04-15 | Try to resolve include hassle in uac2_headset | Reinhard Panhuber | |
| 2021-04-15 | update cmakelist for audio_4_channel | hathach | |
| 2021-04-15 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-04-15 | update plot script to work on macos and linux | hathach | |
| also add note for installing pip module | |||
