| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 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 | increase example CFG_TUH_HID from 2 to 4 | hathach | |
| 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-11 | improve usbh | hathach | |
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-10 | remove BOARD from output name | hathach | |
| 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 | Merge pull request #850 from hathach/fix-warnings | Ha Thach | |
| fix warnings | |||
| 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 | fix warnings cast function type for nrf, fix pico osal warning | hathach | |
| add TODO for overflow in tusb_fifo.c | |||
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-22 | Merge pull request #834 from hathach/host-hid | Ha Thach | |
| Rework Host hid | |||
| 2021-05-22 | add tuh_hid_report_sent_cb() | hathach | |
| 2021-05-22 | rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() | hathach | |
| 2021-05-22 | implement hid host set report with control transfer | hathach | |
| rename mount, umount callback | |||
| 2021-05-22 | clean p | hathach | |
| 2021-05-22 | improve hid parser | hathach | |
| 2021-05-22 | more hid api rename | hathach | |
| 2021-05-22 | update app | hathach | |
| 2021-05-22 | simplify hid api | hathach | |
| add hid set_protocol() and set_protocol_complete_cb() | |||
| 2021-05-20 | fix uac2_headset example: type of bRequest should be uint8_t, not enumerate | noodlefighter | |
| 2021-05-19 | fix build for rp2040 | hathach | |
| 2021-05-18 | Merge branch 'master' into host-hid | hathach | |
| 2021-05-18 | move report_info to application | hathach | |
| update API accordingly, update hid parser for usage, and usage_page. | |||
| 2021-05-18 | more API update | hathach | |
| - remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data | |||
| 2021-05-18 | adding hid parser | hathach | |
| 2021-05-18 | more host hid API | hathach | |
| adding hid parser | |||
| 2021-05-18 | remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE | hathach | |
| 2021-05-18 | more hid host API rework | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | reworking host hid API | hathach | |
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-18 | reworking hid host | hathach | |
