| Age | Commit message (Expand) | Author |
| 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 |
| 2023-08-30 | call xfer_complete_isr() when result is not successful (stalled or failed) | hathach |
| 2023-08-29 | - correct tuh_max3421e_int_api() for nrf52 | hathach |
| 2023-08-24 | complete enumeration | hathach |
| 2023-08-23 | able to get 8 byte descriptor, but read(RCVBC) always return 0 | hathach |
| 2023-08-22 | able to send setup packet | hathach |
| 2023-08-18 | adding connection event handling, add nrf gpio interrupt for max2341e interru... | hathach |
| 2023-08-18 | ground works for hcd max3421e | hathach |
| 2023-08-18 | - update nrf52 bsp for cmake | hathach |
| 2023-08-03 | more board_api.h rename | hathach |
| 2023-08-03 | add osal queue name if needed | hathach |
| 2023-06-30 | move LTO checked to family_support.cmake | hathach |
| 2023-06-27 | rework cmake with rtos support add RTOS to family_configure_device/host/dual_... | hathach |