| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-15 | wrap up DFU update | hathach | |
| 2021-06-29 | Merge from current master. Fixed a compilation error with the GNUC toolchain | Wini-Buh | |
| 2021-06-29 | Merge remote-tracking branch 'origin/master' into CCRX_Port | Wini-Buh | |
| # Conflicts: # src/portable/renesas/usba/dcd_usba.c # src/tusb_option.h | |||
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-22 | Merge remote-tracking branch 'upstream/master' into CCRX_Port | Wini-Buh | |
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-15 | Fix resume, always init FS clock. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[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 | clean up | Wini-Buh | |
| 2021-06-11 | Add OPT_MCU_SAME70 option value. | HiFiPhile | |
| 2021-06-07 | add OPT_MCU_MM32F327X | hathach | |
| move dcd_mm32f into mindmotion folder | |||
| 2021-06-03 | Merge remote-tracking branch 'upstream/master' into CCRX_Port | Wini-Buh | |
| 2021-06-03 | increase version for release, update changelog | hathach | |
| 2021-05-29 | Adaptations for Renesas CCRX toolchain and Rx72N controller performed | Wini-Buh | |
| 2021-05-28 | increase version for release0.10.0 | hathach | |
| 2021-05-26 | clean up | hathach | |
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-04-26 | add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that ↵ | hathach | |
| is m4 but cannot unaligned acces on usb ram | |||
| 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-12 | Remove DFU mode and rt | Jeremiah McCarthy | |
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-04-06 | add tu_unaligned_read32/write32 (#772) | Ha Thach | |
| * add tu_unaligned_read32/write32 * added tu_unaligned_read16/write16 * add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function | |||
| 2021-04-05 | Add DFU runtime and mode "class" | Jeremiah McCarthy | |
| With the runtime and mode portions in separate classes, a single application should only be building with one or the other enabled. In some applications both might be desired at build time. The CFG_TUD_DFU_RUNTIME_AND_MODE option creates a DFU class, which asks the application which mode to initialize to. This allows a runtime change between RT and DFU mode, by just reinitializing tusb. | |||
| 2021-04-05 | Separate DFU RT and Mode. Untested | Jeremiah McCarthy | |
| 2021-03-26 | Add DFU Class per Version 1.1 Spec | Jeremiah McCarthy | |
| 2021-03-26 | update for gr_citurs | kkitayam | |
| 2021-03-23 | add efm32gg12 family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-12 | Release 0.9.0 (#716)0.9.0 | Ha Thach | |
| * update change log for release * move changelog into docs/ * more changelog * increase macro version | |||
| 2021-02-18 | Implement requested PR changes | Jeremiah McCarthy | |
| Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED. | |||
| 2021-02-16 | Add alternate bitfield padding option | Jeremiah McCarthy | |
| Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled. | |||
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-08 | add basic support for rt-thread | tfx2001 | |
| 2021-02-05 | increase TUSB_VERSION_ to 0.8.0 | hathach | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-08 | minor clean up following pr581 | hathach | |
| 2021-01-03 | Merge branch 'master' into ncm | Jacob Potter | |
| 2020-12-18 | added support for frdm_kl25z | kkitayam | |
| 2020-11-07 | release 0.7.0 with changelog and doc update0.7.0 | hathach | |
| 2020-11-04 | Add default for CFG_TUD_NCM | Jacob Potter | |
| 2020-10-11 | Merge pull request #520 from salkinium/feature/misc_enhancements | Ha Thach | |
| STM32F3 IRQ remap option and some minor improvements | |||
| 2020-10-03 | Change CFG_TUSB_CONFIG_FILE mechanism to improve header file scanning | Niklas Hauser | |
| 2020-10-03 | Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0 | Reinhard Panhuber | |
| Change 1 << 31 to 0x100000000 in audio.h | |||
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
