| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-29 | add CFG_EXAMPLE_MSC_READONLY for curiosity | hathach | |
| allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity. | |||
| 2021-08-29 | Add PYOCD_OPTION | mainr | |
| Added PYOCD_OPTION to pass board-specific options to build | |||
| 2021-08-29 | Added support for Microchip Curiosity Nano SAMD21 board (DM320119) | mainr | |
| Added support for Microchip Curiosity Nano SAMD21 board (DM320119) under hw/bsp/samd21/boards/curiosity_nano The nEDBG on this board requires dap_protocol be specified as SWD (changed in examples/rules.mk) NOTE: requires entry (03eb:2175) for VID:PID of nEDBG be added to /etc/udev/rules for pyocd | |||
| 2021-08-24 | test hid controller with rp2040 | hathach | |
| 2021-08-24 | add tuh_vid_pid_get() | hathach | |
| complete Sony PS4 dualshock controller example | |||
| 2021-08-23 | sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB | hathach | |
| separate dev0 from _usbh_devices pool to save sram | |||
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-08-23 | add tuh_hid_receive_report() for applicaiton to explicitly request report | hathach | |
| 2021-08-20 | hid host skip get report descriptor if too large instead of assert | hathach | |
| 2021-08-19 | Merge pull request #1025 from hathach/add-hid-boot-example | Ha Thach | |
| add hid_boot_interface example | |||
| 2021-08-17 | fix ci build | hathach | |
| 2021-08-17 | add hid_boot_interface example | hathach | |
| 2021-08-17 | Merge pull request #992 from majbthrd/net_example_pbuf | Ha Thach | |
| net_lwip_webserver: utilize pbuf_copy_partial() | |||
| 2021-08-16 | net_lwip_webserver: further simplify pbuf_copy_partial() usage | Peter Lawrence | |
| 2021-08-15 | Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb | Ha Thach | |
| [PORT] Add GD32VF103 support and Sipeed Longan Nano Board support | |||
| 2021-08-15 | skip freertos example for gd32vf103 | hathach | |
| 2021-08-13 | Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rx | Ha Thach | |
| add settings for Renesas RX family | |||
| 2021-08-10 | update node script to always shift dummy reportID like python | hathach | |
| allow specify all product id with 0xFFFF in boards.js | |||
| 2021-08-09 | fix hid_test.py for hid inout to correctly preceeded with dummy reportID | hathach | |
| add note for install hidapi on windows | |||
| 2021-08-05 | change webusb-serial landing page | hathach | |
| - to example.tinyusb.org/webusb-serial/ - remove landing page from doc | |||
| 2021-08-03 | Revert "Disable -Werror for now" | Stefan Kerkmann | |
| This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05. | |||
| 2021-08-03 | Disable -Werror for now | Stefan Kerkmann | |
| Without having __riscv_flen defined we get multiple warinings. But defining it causes the startup code to contain floating point instructions. This results in a exception right after booting. See startup_gd32vf103.S lines 289-294 should open a PR at nuclei sdk | |||
| 2021-08-02 | net_lwip_webserver: utilize pbuf_copy_partial() | Peter Lawrence | |
| 2021-07-22 | Merge pull request #950 from HiFiPhile/dfu | Ha Thach | |
| DFU improvements | |||
| 2021-07-22 | rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZE | hathach | |
| 2021-07-21 | Update EPNUM in usb_descriptors.c | MasterPhi | |
| 2021-07-17 | Fix merge error. | MasterPhi | |
| 2021-07-17 | Fix ISO support. | MasterPhi | |
| 2021-07-17 | Merge branch 'master' into dcd_same70 | HiFiPhile | |
| 2021-07-16 | revert unrelated midi exmample | hathach | |
| 2021-07-15 | revert debug midi changes | hathach | |
| 2021-07-15 | fix warnings | hathach | |
| 2021-07-15 | rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU | hathach | |
| 2021-07-15 | wrap up DFU update | hathach | |
| 2021-07-14 | more rename and update | hathach | |
| 2021-07-14 | rename dfu API | hathach | |
| - tud_dfu_dnload_complete() -> tud_dfu_download_complete() - tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb() - tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb() | |||
| 2021-07-12 | rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb() | hathach | |
| also add state as argument | |||
| 2021-07-12 | simplify TUD_DFU_DESCRIPTOR with alternate count | hathach | |
| remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional descriptor | |||
| 2021-07-12 | rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR | hathach | |
| 2021-07-12 | Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfu | hathach | |
| 2021-07-08 | add settings for Renesas RX family | kkitayam | |
| 2021-07-08 | Add bwPollTimeout set callback, postpone download callback after GETSTATUS | Mengsk | |
| 2021-07-07 | Refactor with one DFU functionnal descriptor | HiFiPhile | |
| 2021-07-07 | Reactor to one functional descriptor. | Mengsk | |
| 2021-07-06 | Update | MasterPhi | |
| 2021-07-06 | Merge pull request #938 from HiFiPhile/uac_example | Ha Thach | |
| Bug fix and Enhancements of UAC2 | |||
| 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-05 | Merge pull request #931 from hathach/more-hid-host | Ha Thach | |
| More hid host update | |||
