| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | clean up jlink default interface | hathach | |
| 2020-10-08 | Merge pull request #528 from jgressmann/port-atsame51-to-tinyusb | Ha Thach | |
| Adds files for the open source D5035-01 hardware | |||
| 2020-10-07 | mimxrt1010_evk: double stack size to allow net_lwip_webserver to run | Peter Lawrence | |
| 2020-10-07 | D5035-01 bsp: fix typo | Jean Gressmann | |
| 2020-10-07 | Address various issues raised by TinyUSB maintainers | Jean 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-07 | fix usb pin config with idf latest | hathach | |
| 2020-10-06 | D5035-01: more natural Makefile variable use | Jean Gressmann | |
| 2020-10-05 | D5035-01 bsp: fix paths, default to hw rev 1 (automated build) | Jean Gressmann | |
| 2020-10-05 | Update Microchip submodule commit | Jean Gressmann | |
| 2020-10-05 | Adds files for the open source D5035-01 hardware | Jean Gressmann | |
| The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD | |||
| 2020-09-06 | replacing hcd_pipe_xfer by usbh_edpt_xfer | hathach | |
| 2020-09-04 | update doc | hathach | |
| 2020-09-03 | fix vector assign | hathach | |
| 2020-09-03 | rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler | hathach | |
| 2020-09-03 | revert to use __USE_LPCOPEN | hathach | |
| properly init fpu on LPC M4 | |||
| 2020-09-02 | ohci work, tested with lpc1769 | hathach | |
| 2020-09-02 | fix ci build | hathach | |
| 2020-09-02 | revert to use float-abi | hathach | |
| 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-01 | add more logging to host stack | hathach | |
| 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-01 | clean up | hathach | |
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-27 | add itsybitsy nrf52840 board support | hathach | |
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-08-21 | add support for SAMD11 devices / add samd11_xplained board | Katherine Temkin | |
| 2020-08-21 | fix samg55 ci build | hathach | |
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
| 2020-07-19 | Merge pull request #464 from hathach/improve-highspeed | Ha Thach | |
| Better support highspeed mode | |||
| 2020-07-16 | update link speed detection for nuc505 | hathach | |
| 2020-07-14 | add BSP for Great Scott Gadgets' LUNA boards (SAMD21) | Kate Temkin | |
| 2020-07-08 | change REDUCE_SPEED=0/1 to explicitly SPEED=high/full | hathach | |
| update readme, boards.md to add link to new stm boards | |||
| 2020-07-03 | Add stm32l4r5nucleo. USB and UARTwork. | Uwe Bonnes | |
| USB runs from LSE stabilized MSI48 LPUART on PORTG needs VDDIO2 enabled. | |||
| 2020-07-03 | stlinkv3mini: Only OTG_HS has connector. | Uwe Bonnes | |
| 2020-07-03 | stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug. | Uwe Bonnes | |
| 2020-07-03 | stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet. | Uwe Bonnes | |
| 2020-07-03 | STM32/OTG_HS: Allow OTG_HS port to run at FS speed. | Uwe Bonnes | |
| Add "REDUCE_SPEED=1" to the compile options. | |||
| 2020-07-02 | correct HSE_VALUE in hal_conf | hathach | |
| - although it is define in CFLAGS, it is worth to correct to be consistent with other build - extract set_speed() | |||
| 2020-07-02 | change default port some stm bsp | hathach | |
| - f769disco default port is highspeed port1 - remove PORT0 on stlink since the board only populated HS connector | |||
| 2020-07-01 | Merge branch 'add-stm-hs' of github.com:hathach/tinyusb into add-stm-hs | hathach | |
| 2020-07-01 | Add bsp for stlinkv3mini. | Uwe Bonnes | |
| 2020-07-01 | added uart for h743 | hathach | |
| 2020-07-01 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-07-01 | Merge pull request #439 from UweBonnes/add-stm-hs | Ha Thach | |
| Add stm hs | |||
| 2020-07-01 | added DA14695 DK USB bsp | hathach | |
| 2020-07-01 | rename file | hathach | |
| 2020-06-30 | more clean up | hathach | |
| 2020-06-30 | revert rhport config in nxp mcus | hathach | |
| 2020-06-30 | stm32f723disco: USB HS enumerates. | Uwe Bonnes | |
| 2020-06-30 | Add Stm32F7xxdisco board support files | Uwe 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-30 | stm32h743nucleo: Enable Log via STLINK-VCP. | Uwe Bonnes | |
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
