| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-13 | Fix dcd_set_address bug when called more than once with different | Tobias Ringström | |
| addresses (e.g. after plugging the device into a different port). | |||
| 2021-08-13 | Merge pull request #1019 from kasjer/kasjer/da1469x-fix-no-vbus-startup | Ha Thach | |
| da1469x: Fix no VBUS startup | |||
| 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-12 | da1469x: Fix no VBUS startup | Jerzy Kasenberg | |
| For self powered device if device started without VBUS present it would not be correctly attached to USB bus even if tusb_vbus_changed() was later called. This modifies dcd_init() so it starts USB state machine without checking if VBUS is present or not, like all others drivers do. tusb_vbus_changed() function is also removed its content was moved to dcd_init. | |||
| 2021-08-11 | Merge pull request #1013 from kasjer/kasjer/da1469x-fix-register-file-dependency | Ha Thach | |
| dcd_da1469x: Use mcu.h instead of MCU specific header | |||
| 2021-08-10 | dcd_da1469x: Use mcu.h instead of MCU specific header | Jerzy Kasenberg | |
| dcd_da1469x can work with broader range of MCUs that share same USB core. Specific header file that was used DA1469xAB.h now it is changed to mcu/mcu.h which includes actual MCU specific register file. | |||
| 2021-08-10 | Merge pull request #1012 from hathach/fix-newline-keycode-usage | Ha Thach | |
| correct newline usage keycode (ENTER 0x28) | |||
| 2021-08-10 | correct newline usage keycode (ENTER 0x28) | hathach | |
| 2021-08-10 | Merge pull request #1011 from hathach/correct-hid-inout-example | Ha Thach | |
| Correct hid inout example | |||
| 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-09 | Merge pull request #1004 from ctag-fh-kiel/master | Ha Thach | |
| STM32L151 portable driver adaptations | |||
| 2021-08-08 | STM32L151 portable driver adaptations | Robert Manzke | |
| 2021-08-06 | Merge pull request #985 from HiFiPhile/same70 | Ha Thach | |
| SAMx7x improvements | |||
| 2021-08-06 | Merge pull request #1000 from hathach/more-doc | Ha Thach | |
| More doc | |||
| 2021-08-05 | update link to docs.tinyusb.org | hathach | |
| 2021-08-05 | change webusb-serial landing page | hathach | |
| - to example.tinyusb.org/webusb-serial/ - remove landing page from doc | |||
| 2021-08-05 | Minor fix. | MasterPhi | |
| 2021-08-05 | add html extra for webusb example | hathach | |
| 2021-08-05 | rename to .readthedocs.yaml | hathach | |
| exclude all submodules for docs | |||
| 2021-08-04 | Merge pull request #997 from hathach/perigoso-readme-patch | Rafael Silva | |
| readme: fix link to online documentation | |||
| 2021-08-04 | readme: fix link to online documentation | Rafael Silva | |
| 2021-08-04 | Merge pull request #983 from perigoso/docs | Ha Thach | |
| Docs | |||
| 2021-08-03 | add back info to readme, use stack.svg | hathach | |
| 2021-08-02 | Add @HiFiPhile in CONTRIBUTORS.rst | HiFiPhile | |
| 2021-08-02 | Merge pull request #991 from hathach/fix-midi-available | Ha Thach | |
| correct midi available with already stream read | |||
| 2021-08-02 | fix warning | hathach | |
| 2021-08-02 | correct midi available with already stream read | hathach | |
| 2021-08-02 | Merge pull request #874 from kkitayam/add_xfer_fifo_for_rx63 | Ha Thach | |
| Add dcd_edpt_xfer_fifo() for RX63N | |||
| 2021-07-31 | fix: D0FIFOSEL setting was incorrectly when big-endian is selected. | kkitayam | |
| In pipe_xfer_in(), the endianness setting of D0FIFOSEL was lacking due to refactoring. And add type cast operation to avoid warnings by CCRX. | |||
| 2021-07-30 | Move register define to separate header. | MasterPhi | |
| 2021-07-30 | docs/supported: add Waveshare OpenH743I-C to board support list | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | readme: add local links to documentation | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | readme: convert md readme to rst | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs/contributors: add credit for docs | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | readme: added docs status badge | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: remove doxygen files | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | readme: remove redundant info, and point to new docs | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: update main index | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add local copy of stackup image, with added backround | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add info section index | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add list of projects that use Tusb | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add supported devices list | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: move contributors to info section | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add structure doc | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add contributing section index | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: port porting doc to rst | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: add reference section index | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: port getting started doc to rst | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
| 2021-07-30 | docs: port concurrency doc to rst | perigoso | |
| Signed-off-by: perigoso <[email protected]> | |||
