summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-24lpc55 better multiport supporthathach
2021-04-24update dcd ip3511 for better multiple rhport supporthathach
2021-04-22add lpc55 uart writehathach
2021-04-22Merge pull request #798 from hathach/uac2_fix_cs_as_int_alt_set_0Ha Thach
Uac2 fix cs as int alt set 0
2021-04-21Remove unnecessary volatile and short audio function index to func_idReinhard Panhuber
2021-04-20Merge remote-tracking branch 'upstream/master' into uac2_fix_cs_as_int_alt_set_0Reinhard Panhuber
2021-04-20Clean up old depracted and misleading variable namesReinhard Panhuber
2021-04-20Refactor static function for better performanceReinhard Panhuber
2021-04-20Fix pointer alt_setting to be cleared when driver gets initializedReinhard Panhuber
2021-04-19Merge pull request #794 from hathach/fix-ci-rp2040Ha Thach
Fix ci rp2040
2021-04-19correct boot stage2 for itsybitsy and qt rp2040hathach
2021-04-19cmake cleanuphathach
2021-04-19Update bug_report.mdHa Thach
2021-04-19Merge pull request #783 from alisitsyn/esp-based_on_334e95fHa Thach
WIP: Add new Espressif target esp32s3 for tinyUSB
2021-04-18Merge pull request #790 from hathach/group-f0Ha Thach
Group f0 boards
2021-04-18update ci buildhathach
2021-04-18add stm32f072eval to grouphathach
2021-04-18add f070 nucleo to grouphathach
2021-04-18create stm32f0 grouphathach
2021-04-18Merge pull request #789 from kapacuk/freertosHa Thach
When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQn
2021-04-17When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQnDima Barsky
2021-04-18update per reviewhathach
2021-04-18Merge branch 'master' into alisitsyn-esp-based_on_334e95fhathach
2021-04-18Merge pull request #788 from kapacuk/blackpillHa Thach
Change LED_STATE_ON to 0 for stm32f401 and stm32f411 blackpill boards
2021-04-16Change LED_STATE_ON to 0 for f401 and f411 blackpill boardsDima Barsky
2021-04-16espressif: temporarily remove the espressif_addax_1 board from testAlex Lisitsyn
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16Added support for Black Magic Probe (#787)Dima Barsky
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk
2021-04-16tinyusb: add support of esp32s3 targetAlex 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-16Merge pull request #593 from hathach/edpt_ISO_xferHa Thach
Edpt iso xfer
2021-04-15Fix bug in audio_4_channel_mic.cReinhard Panhuber
2021-04-16Merge pull request #786 from kapacuk/seeeduino-fixesHa Thach
Changed LED_PIN to 17 on Seeeduino Xiao
2021-04-15fix build with LOG=2hathach
2021-04-15Merge branch 'seeeduino-fixes' of github.com:kapacuk/tinyusb into ↵Dima Barsky
seeeduino-fixes
2021-04-15Changed LED_PIN to 17, LED_STATE_ON to 0Dima Barsky
2021-04-15Try to resolve include hassle in uac2_headsetReinhard Panhuber
2021-04-15update cmakelist for audio_4_channelhathach
2021-04-15Merge branch 'master' into edpt_ISO_xferhathach
2021-04-15minor clean uphathach
2021-04-15update plot script to work on macos and linuxhathach
also add note for installing pip module
2021-04-14Improve user feedback in case of wrong configuration of audio driverReinhard Panhuber
2021-04-14Changed LED_PIN to 17Dima Barsky
2021-04-11Merge pull request #782 from hathach/remove-submodule-pico-sdkHa Thach
Remove submodule pico sdk
2021-04-11try to correct cihathach
2021-04-11update rp2040 to use pico-sdk externallyhathach
also try to update ci
2021-04-11remove pico-sdk as submodulehathach
2021-04-11Merge pull request #776 from joeycastillo/masterHa Thach
Add support for SAM L22 family
2021-04-10Add SAML22 boards to build.ymlJoey Castillo
2021-04-10Update boards.md with SAM L22 boardsJoey Castillo
2021-04-09Add support for SAM L22 familyJoey Castillo