summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-08added support for building uf2 fileGreg Steiert
2021-12-08adding support for KUIIC boardGreg Steiert
2021-12-09Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-conditionHa Thach
nrf5x: Fix race condition during startup
2021-12-08nrf5x: Fix race condition during startupJerzy Kasenberg
When NRF5x device is reset by software (after DFU for example), power event is ready from the beginning. When power interrupt is triggered before tud_init() finished USBD_IRQn is enabled before it would be enabled in tud_init(). This in turn may result in BUS RESET event being sent from USB interrupt to USB task when queue is not initialized yet. This scenario often happens in Mynewt build where queue creation takes more time. To prevent this scenario USBD_IRQn is not enabled in power event interrupt handler before dcd_init() was called.
2021-12-07Merge pull request #1222 from scoudreau/swo_loggerHa Thach
Remove unused-parameter errors when LOGGER=swo
2021-12-07Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401yHa Thach
Add a HCD driver for MSP-EXP432E401Y
2021-12-07skip host ci for tm4c due to sram overflowhathach
2021-12-07change uart baudrate for tm4c123 to 115200hathach
2021-12-07move hcd_musb.c include to family.mkhathach
2021-12-06Merge pull request #1227 from kkitayam/fix_dcd_musb_buffer_overrunHa Thach
Fix buffer overrun in dcd_musb driver
2021-12-04Fix buffer overrun at pipe_read_packet()kkitayam
2021-12-04Fix memory overrun at pipe_read_packet()kkitayam
2021-12-03Merge branch 'master' into add_hcd_for_msp_exp432e401yHa Thach
2021-12-03Merge pull request #1225 from perigoso/doc-requirementsHa Thach
after commit: eae4132 this dependency is no longer required
2021-12-02after commit: eae4132 this dependency is no longer requiredRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-12-02Merge pull request #1224 from hathach/chipidea-controllerHa Thach
rename transdimension to chipidea
2021-12-02minor doc updatehathach
2021-12-02Merge pull request #1223 from hathach/fix-s3-ciHa Thach
temporarily skip s3 build on ci
2021-12-02temporarily skip s3 build on cihathach
2021-12-02fix cihathach
2021-12-02update supported dochathach
2021-12-02more chipideahathach
2021-12-01more work to abstract chipidea driverhathach
2021-12-01more ci abstracthathach
2021-12-01Remove unused-parameter errors when LOGGER=SWOSebastien COUDREAU
2021-12-01add chipidea highspeed controllerhathach
add warning to transdimension for the rename
2021-11-30Merge pull request #1193 from rppicomidi/implement_usbh_replug_on_picoHa Thach
Implement usbh replug on pico
2021-11-30Add register settings to handle a HUBkkitayam
2021-11-30improve hcd_device_close() for rp2040hathach
2021-11-30on unplug release device endpointsrppicomidi
2021-11-30implement hcd device closerppicomidi
2021-11-30Merge pull request #1216 from hathach/update-docHa Thach
Update doc
2021-11-30remove warningshathach
2021-11-30update supported dochathach
2021-11-29Merge pull request #1215 from hathach/fix-esp-stackHa Thach
use 4k stack for example with esp32sx
2021-11-29Merge pull request #1214 from hathach/fix-gamepad-commentHa Thach
correct 32 button in gamepad hid descriptor template
2021-11-29use 4k stack for example with esp32sxhathach
2021-11-29correct 32 button in gamepad hid descriptor templatehathach
2021-11-29Fix build errorskkitayam
2021-11-29Add musb driverkkitayam
2021-11-29Add initialization sequence as a HOSTkkitayam
2021-11-29Add hcd_musb.ckkitayam
2021-11-27Add a compile condition for dcdkkitayam
2021-11-26Merge pull request #1209 from HiFiPhile/iar_updateHa Thach
Update iar project template.
2021-11-26Merge pull request #1208 from hathach/fix-nrf-easydma-raceHa Thach
fix nrf easy dma race condition
2021-11-25Update iar project template.Mengsk
2021-11-23more clean uphathach
2021-11-23clean uphathach
2021-11-23fix nrf easy dma race conditionhathach
2021-11-22Merge pull request #1207 from hathach/update-issue-tempateHa Thach
Update bug_report.yml