summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-01only set turnaround in reset completehathach
2020-07-01correctly set turn around according to cpu clockhathach
help to run with low speed mcu
2020-07-01added uart for h743hathach
2020-07-01Merge branch 'master' into add-stm-hshathach
2020-07-01clean up codehathach
2020-07-01Merge pull request #439 from UweBonnes/add-stm-hsHa Thach
Add stm hs
2020-07-01Merge pull request #453 from hathach/add-da14695-usbHa Thach
Add da14695 usb
2020-07-01added DA14695 DK USB bsphathach
2020-07-01rename filehathach
2020-07-01Merge pull request #451 from duempel/fix_synopsys_short_packetHa Thach
Fix receiving of short packet data (Synopsys)
2020-06-30Clear ep0_pending if rx short packetJan Dümpelmann
2020-06-30Fix receiving of short packet data (ep out)Jan Dümpelmann
2020-06-30more clean uphathach
2020-06-30revert rhport config in nxp mcushathach
2020-06-30stm32f723disco: USB HS enumerates.Uwe Bonnes
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
Removes error: config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 while enumerationg.
2020-06-30dcd_synopsys: Handle HS and FS IP in one deviceUwe Bonnes
FIXME: Allow run-time selection to allow to handle both HS and FS with one file F746 HS port enumerates with error config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64
2020-06-30Add Stm32F7xxdisco board support filesUwe Bonnes
Status with examples/device/cdc_msc: - make BOARD=stm32f723disco => OK - make BOARD=stm32f723disco PORT=1 => No Reaction - make BOARD=stm32f746disco => OK - make BOARD=stm32f746disco PORT=1 => Hangs during enumeration - make BOARD=stm32f769disco => Hangs during enumeration
2020-06-30stm32h743nucleo: Enable Log via STLINK-VCP.Uwe Bonnes
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-30Merge pull request #427 from kasjer/kasjer/add-da1469x-supportHa Thach
Support for DA1469x MCU from Dialog Semiconductor
2020-06-29Merge pull request #445 from hathach/add-kaluga-bspHa Thach
added esp32s2 kaluga bsp
2020-06-29add kaluga fileshathach
2020-06-29update cihathach
2020-06-29added esp32s2 kaluga bsphathach
2020-06-29Merge pull request #399 from duempel/redesign_synopsys_receiveHa Thach
Improvements to Synopsys EP OUT
2020-06-29Add board support for Dialog DA1469x-dk-proJerzy Kasenberg
This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board. Source files .c .S and .ld are taken from Apache Mynewt repository. Those files were stripped to allow starting board without Mynewt os.
2020-06-29Add author name to dcd_synopsys.cJan Dümpelmann
2020-06-29Add name to contributor listJan Dümpelmann
2020-06-26Remove EP0 remaining bytes manipulationJan Dümpelmann
Renaming edpt_xact to edpt_schedule_packets
2020-06-26Merge pull request #444 from jepler/same5x_bugfixHa Thach
dcd_samd: Provide implementation for OPT_MCU_SAME5X
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-26Merge pull request #441 from hathach/add-same5xHa Thach
added OPT_MCU_SAME5X option
2020-06-26update readmehathach
2020-06-25Merge pull request #442 from czeslawmakarski/pr/update-nrfx-to-nrfx-2.2.0Ha Thach
Update NRFX to v2.2.0
2020-06-24Update NRFX to v2.2.0Czeslaw Makarski
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-06-22Merge pull request #438 from UweBonnes/debugHa Thach
examples/readme.md: Add hint to build for debug
2020-06-21examples/readme.md: Add hint to build for debug.Uwe Bonnes
2020-06-20Merge pull request #433 from HiFiPhile/sofHa Thach
Disable SOF in dcd_stm32_fsdev
2020-06-18Add transaction (edpt_xact) as sub transferJan Dümpelmann
A transfer can have one or multiple transactions. Usually only EP0 splits one xfer into multiple xact.
2020-06-18Disable SOF in dcd_stm32_fsdevMengsk
Signed-off-by: Mengsk <[email protected]>
2020-06-17Merge pull request #431 from HiFiPhile/unalignedHa Thach
Fix IAR compiler warnings.
2020-06-17Fix IAR warnings.Mengsk
Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type.
2020-06-16fix hs port1 build with net endpointhathach
2020-06-16fix stm32h743 priority with freeRTOShathach
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-06-15Enhance EP FIFO allocation for both Fullspeed and Highspeedhathach
- Update shared RX FIFO calculation with FS/HS - IN FIFO EP - Interrupt -> use EPSize - Bulk/ISO -> use max(EPSize, remaining-fifo / non-opened-EPIN)
2020-06-15update midihathach
2020-06-15clean up, update other example confighathach