| Age | Commit message (Expand) | Author |
| 2025-01-25 | fix ci | hathach |
| 2025-01-25 | cmake remove EXAMPLE-tinyusb target as library | hathach |
| 2025-01-25 | use board alias for pca10056 | hathach |
| 2025-01-25 | use board alias for pca10056 | hathach |
| 2025-01-25 | add -DRTOS=zephyr to ci west build | hathach |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w... | hathach |
| 2025-01-21 | zephyr | hathach |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach |
| 2024-11-30 | Add bin & hex output to cmake targets. | HiFiPhile |
| 2024-08-22 | skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb | hathach |
| 2024-08-21 | update circle ci to build make (#2769) | Ha Thach |
| 2024-05-15 | implement max3421e hcd_edpt_abort_xfer() | hathach |
| 2024-04-24 | update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 sa... | hathach |
| 2024-04-23 | clang work with lpc54 | hathach |
| 2024-04-22 | fix linker libgcc for nrf | hathach |
| 2024-04-22 | clang compile with lpc17 | hathach |
| 2024-04-22 | clang work with lpc43 | hathach |
| 2024-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach |
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach |
| 2024-04-22 | dcd nrf change atoimc_bool to atomic_flag | hathach |
| 2024-04-19 | - update nrfx to v3.4.0 | hathach |
| 2024-04-19 | adding clang for nrf | hathach |
| 2024-03-22 | remove pca10095 suppport for max3421 | hathach |
| 2024-03-22 | add note for max3421e is not signal compatible with pca10056/95 | hathach |
| 2024-02-19 | Fix nRF5340 DK USB host shield build | Xudong Zheng |
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach |
| 2023-12-18 | update FreeRTOSConfig.h | hathach |
| 2023-12-12 | add reset usb bus | hathach |
| 2023-12-12 | add feather nrf52840 express to hil pool | hathach |
| 2023-11-23 | move tools/cmake to examples/build_system | hathach |
| 2023-11-23 | minor-update | hathach |
| 2023-11-23 | make nanolib linking explicitly by each family/board | hathach |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach |
| 2023-11-16 | switch freertos to static allocation only (dynamic = 0), since it is possible... | hathach |
| 2023-10-05 | tested with nrf52840 and esp32s2 | hathach |
| 2023-10-04 | change tuh_max3421_spi_xfer_api() signature | hathach |
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-26 | tested cdc_msc_hid_freertos with samd51 | hathach |
| 2023-09-11 | enable max3421 host for feather nrf52840 with makefile | hathach |
| 2023-09-11 | update readme to include max3421 support | hathach |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, 'M... | hathach |
| 2023-09-09 | minor rename | hathach |
| 2023-09-08 | get spi working for metro m4 express | hathach |
| 2023-09-07 | - wrap up hcd max3421, work well with nrf52840 | hathach |
| 2023-08-31 | improve connection & disconnection detection. But there is still issue when C... | hathach |