summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2020-10-30f2 use offical st driver repohathach
2020-10-30f1 use offical st driver repohathach
2020-10-30random clean uphathach
2020-10-30f0 use offical st driver repohathach
2020-10-30f4 use offical st driver repohathach
2020-10-14bsp: atsamd21_xpro: removed no longer needed workaroundPeter Lawrence
2020-10-11bsp: add ATSAMD21-XPRO eval boardPeter Lawrence
2020-10-11Merge branch 'master' into host-async-controlhathach
2020-10-11Merge pull request #520 from salkinium/feature/misc_enhancementsHa Thach
STM32F3 IRQ remap option and some minor improvements
2020-10-11Remap USB IRQs on STM32F303 BSPNiklas Hauser
2020-10-11update microchip driverhathach
also skip audio_test for same5x for now due to assert() macro conflict
2020-10-09Merge branch 'master' into house-keepinghathach
2020-10-09use pyocd for iMXRT boardshathach
2020-10-09Merge pull request #531 from majbthrd/mimxrt1010stackHa Thach
mimxrt1010_evk: double stack size to allow net_lwip_webserver to run
2020-10-08add flash-pyocd supporthathach
2020-10-08clean up jlink default interfacehathach
2020-10-08Merge pull request #528 from jgressmann/port-atsame51-to-tinyusbHa Thach
Adds files for the open source D5035-01 hardware
2020-10-07mimxrt1010_evk: double stack size to allow net_lwip_webserver to runPeter Lawrence
2020-10-07D5035-01 bsp: fix typoJean Gressmann
2020-10-07Address various issues raised by TinyUSB maintainersJean Gressmann
- remove OPT_MCU_SAME51 in favor of OPT_MCU_SAME5X and working around differences in the Atmel bsp locally in the D5035-01 bsp. - rename board folder to d5035_01 for consistency with other boards
2020-10-07fix usb pin config with idf latesthathach
2020-10-06D5035-01: more natural Makefile variable useJean Gressmann
2020-10-05D5035-01 bsp: fix paths, default to hw rev 1 (automated build)Jean Gressmann
2020-10-05Update Microchip submodule commitJean Gressmann
2020-10-05Adds files for the open source D5035-01 hardwareJean Gressmann
The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD
2020-09-06replacing hcd_pipe_xfer by usbh_edpt_xferhathach
2020-09-04update dochathach
2020-09-03fix vector assignhathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-09-03revert to use __USE_LPCOPENhathach
properly init fpu on LPC M4
2020-09-02ohci work, tested with lpc1769hathach
2020-09-02fix ci buildhathach
2020-09-02revert to use float-abihathach
define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU on startup properly. Although it is only relevant to lpx43/40 series, change all to __USE_CMSIS for consistency
2020-09-01add more logging to host stackhathach
tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway).
2020-09-01clean uphathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-27add itsybitsy nrf52840 board supporthathach
2020-08-22add OPT_MCU_SAMD11hathach
skip ci build for example that need more ROM/RAM could fit into SAMD11
2020-08-21add support for SAMD11 devices / add samd11_xplained boardKatherine Temkin
2020-08-21fix samg55 ci buildhathach
2020-07-23fix samd21 race condition with setup packethathach
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
2020-07-19Merge pull request #464 from hathach/improve-highspeedHa Thach
Better support highspeed mode
2020-07-16update link speed detection for nuc505hathach
2020-07-14add BSP for Great Scott Gadgets' LUNA boards (SAMD21)Kate Temkin
2020-07-08change REDUCE_SPEED=0/1 to explicitly SPEED=high/fullhathach
update readme, boards.md to add link to new stm boards
2020-07-03Add stm32l4r5nucleo. USB and UARTwork.Uwe Bonnes
USB runs from LSE stabilized MSI48 LPUART on PORTG needs VDDIO2 enabled.
2020-07-03stlinkv3mini: Only OTG_HS has connector.Uwe Bonnes
2020-07-03stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug.Uwe Bonnes
2020-07-03stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet.Uwe Bonnes
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
Add "REDUCE_SPEED=1" to the compile options.