| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-24 | change default clock to 144mhz | hathach | |
| 2024-05-20 | code format | hathach | |
| add missing MIT license | |||
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter | |||
| 2024-05-09 | Rework ci (#2631) | Ha Thach | |
| * add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click | |||
| 2024-05-04 | add cmake for samg55 | hathach | |
| 2024-05-03 | clion setting | hathach | |
| 2024-05-03 | rename to samd5x_e5x | hathach | |
| 2024-04-24 | update clion metadata | hathach | |
| 2024-04-19 | run config update | hathach | |
| 2024-04-12 | add cmake support for msp430 | hathach | |
| 2024-03-31 | move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to ↵ | hathach | |
| 20 (40 cycle) | |||
| 2024-03-13 | usbd only process last setup packet in the event queue | hathach | |
| 2024-02-24 | fix build with cpu without USB_CLK_RECOVER using old dcd_khci driver | hathach | |
| 2024-02-23 | adding frdm k64f, board test run well with led, button and uart | hathach | |
| 2024-02-04 | Merge branch 'hathach:master' into nxp_k64 | Michael Fischer | |
| 2024-01-16 | change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to ↵ | hathach | |
| CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid. | |||
| 2024-01-11 | add cmake support for lpc17 | hathach | |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-12-18 | added ioc for h563 nucleo, usb working with on-board stlink | hathach | |
| 2023-12-15 | rename dk board and more update | hathach | |
| 2023-11-23 | move make.mk and rules.mk to build_system/make | hathach | |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach | |
| tested with feather nrf52840, m0, m4 | |||
| 2023-11-16 | update clion setting | hathach | |
| 2023-11-16 | add metro m7 1011 sd with trace etm, try to enable but not working yet | hathach | |
| 2023-11-15 | add ra2a1 ek | hathach | |
| also make some other changes | |||
| 2023-10-31 | Merge pull request #2300 from hathach/add-u5a5 | Ha Thach | |
| Add support for stm32u5a5 (highspeed with built-in femtoPHY) | |||
| 2023-10-27 | update s3 devkitm with max3421 pin following metro s3, check max3421 version ↵ | hathach | |
| to make sure it is valid | |||
| 2023-10-18 | adding u5a5 nucleo | hathach | |
| 2023-10-17 | add cmake support for u575 nucleo | hathach | |
| 2023-10-03 | esp32 comment out uart, increase max3421 spi speed to 26mhz | hathach | |
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach | |
| 2023-09-27 | max3421 communication work with esp32 up to enumeration, seems still have a ↵ | hathach | |
| bit of issue | |||
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
| 2023-09-19 | addding cmake support for u5 | hathach | |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, ↵ | hathach | |
| 'MAX3421_HOST=1' must be added as part of make/cmake command | |||
| 2023-09-07 | Merge branch 'master' into add-max3421e-hcd | hathach | |
| 2023-09-07 | fix ci | hathach | |
| 2023-09-07 | add cmake support for samd21. | hathach | |
| update ci cmake | |||
| 2023-09-07 | add samd51 to cmake | hathach | |
| 2023-08-28 | Merge branch 'master' into nxp_k64 | Ha Thach | |
| 2023-08-28 | add kinetis_k family and teensy_35 | hathach | |
| - teensy_35 is not able to blink led with board_test though, probably due to clock config. | |||
| 2023-08-27 | minor update | hathach | |
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci ↵ | hathach | |
| with IAR build | |||
| 2023-08-09 | update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ↵ | hathach | |
| USB.2 msc is mounted, but device couldn't work reliably and got constant reset due to other errata probably. | |||
| 2023-08-04 | add cmake for all board in stm32f4. fix build, also move ci for f4 from ↵ | hathach | |
| makefile to cmake | |||
| 2023-08-04 | more clean up | hathach | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-04 | add uid for some stm32 | hathach | |
| 2023-08-03 | ide settings | hathach | |
| 2023-08-01 | enable flto for ra makefile | hathach | |
| - remove ra from ci make build since it is already in cmake ci | |||
