summaryrefslogtreecommitdiff
path: root/hw/bsp/nrf
AgeCommit message (Expand)Author
2024-08-22skip dual/host_info_to_device_cdc for pico due to a bug in pio-usbhathach
2024-08-21update circle ci to build make (#2769)Ha Thach
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 sa...hathach
2024-04-23clang work with lpc54hathach
2024-04-22fix linker libgcc for nrfhathach
2024-04-22clang compile with lpc17hathach
2024-04-22clang work with lpc43hathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-22fix build with nrfx v3, though max3421e spi does not seem to work well.hathach
2024-04-22dcd nrf change atoimc_bool to atomic_flaghathach
2024-04-19- update nrfx to v3.4.0hathach
2024-04-19adding clang for nrfhathach
2024-03-22remove pca10095 suppport for max3421hathach
2024-03-22add note for max3421e is not signal compatible with pca10056/95hathach
2024-02-19Fix nRF5340 DK USB host shield buildXudong Zheng
2023-12-26tested other ports with featherwing max3421, change cs, intr pin to D10, D9hathach
2023-12-18update FreeRTOSConfig.hhathach
2023-12-12add reset usb bushathach
2023-12-12add feather nrf52840 express to hil poolhathach
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23minor-updatehathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is possible...hathach
2023-10-05tested with nrf52840 and esp32s2hathach
2023-10-04change tuh_max3421_spi_xfer_api() signaturehathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-09-26tested cdc_msc_hid_freertos with samd51hathach
2023-09-11enable max3421 host for feather nrf52840 with makefilehathach
2023-09-11update readme to include max3421 supporthathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, 'M...hathach
2023-09-09minor renamehathach
2023-09-08get spi working for metro m4 expresshathach
2023-09-07- wrap up hcd max3421, work well with nrf52840hathach
2023-08-31improve connection & disconnection detection. But there is still issue when C...hathach
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-29- correct tuh_max3421e_int_api() for nrf52hathach
2023-08-24complete enumerationhathach
2023-08-23able to get 8 byte descriptor, but read(RCVBC) always return 0hathach
2023-08-22able to send setup packethathach
2023-08-18adding connection event handling, add nrf gpio interrupt for max2341e interru...hathach
2023-08-18ground works for hcd max3421ehathach
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-03more board_api.h renamehathach
2023-08-03add osal queue name if neededhathach
2023-06-30move LTO checked to family_support.cmakehathach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach