summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-28merge saml21 + saml22 = saml2xhathach
2021-06-28rename bsp saml22 to saml2xhathach
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
Add rx65n board
2021-06-28reduce esp32s2 board to cihathach
2021-06-28update doc and clean uphathach
2021-06-28rename rx63n to simply rxhathach
2021-06-28refactor rx6x bsphathach
2021-06-28fix rx65n with freertos buildhathach
2021-06-28update renesas rx submodulehathach
2021-06-28Merge pull request #922 from kkitayam/add-rx65n-boardHa Thach
Update some settings for rx65n board
2021-06-27add options for e2lkkitayam
2021-06-27Merge pull request #923 from DuMaM/patch-1Ha Thach
GCC 11 build fix for nrf5x
2021-06-26GCC 11 build fix DuMaM
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project. ``` c inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13: lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized] 792 | return (is_running ? true : false); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ```
2021-06-26add the entry for RX65Nkkitayam
2021-06-26add handling for software configurable interrupts.kkitayam
2021-06-26fix baudrate settingkkitayam
2021-06-22change stdio channel to SCI5 from SCI0.kkitayam
change ports settings for LED and button. add PLL setting for 240MHz based on HOCO into HardwareSetup().
2021-06-21Merge pull request #907 from salkinium/fix/tuh_config_typoHa Thach
Fix typo in TUH configuration define
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-21Merge pull request #906 from hathach/fix-midiHa Thach
fix issue when calling midi API when not enumerated yet
2021-06-21fix issue when calling midi API when not enumerated yethathach
2021-06-20adding rx65nhathach
2021-06-20Merge pull request #895 from ElectronicCats/masterHa Thach
add support SAML21
2021-06-19fix build with saml21, update microchip driver submodulehathach
2021-06-19Merge pull request #899 from Product-Creation-Studio/ned-pcs/fix-initializerHa Thach
Changed order of struct initializer to avoid compiler error
2021-06-18Changed order of struct initializer to avoid compiler errorNed Konz
2021-06-19Merge pull request #898 from hathach/fix-nrf-control-bulk-race-conditionHa Thach
fix nrf52 race condition with TASKS_EP0RCVOUT
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach
2021-06-18add saml21 to CIsabas1080
2021-06-15add support SAML21sabas1080
2021-06-12Merge pull request #889 from kilograham/masterHa Thach
Make examples standalone buildable via CMake
2021-06-12set TOP to build with esp32sxhathach
2021-06-10Make examples standalone buildable via CMakegraham sanderson
2021-06-10Merge pull request #887 from hathach/host-updateHa Thach
Host API clean up
2021-06-10remove BOARD from output namehathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10add usbh_classdriver.hhathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
fix computing transferred bytes with E4
2021-06-10Update bug_report.mdHa Thach
2021-06-09Merge pull request #882 from mmosca/masterHa Thach
Add support for 32 button gamepads
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09Merge branch 'master' of github.com:mmosca/tinyusbMarcelo Bezerra
2021-06-09fix enum overflow with msp430hathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra