summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-19Check tud ready check for OUT xfer.HiFiPhile
2024-07-19Merge pull request #2726 from hathach/hil-add-ra4m1Ha Thach
add ra4m1 ek for hil test
2024-07-19skip msc tests for ra due to existing bughathach
2024-07-19Merge pull request #2725Ha Thach
UAC2: Fix memclr on driver reset.
2024-07-19update test jsonhathach
2024-07-19add ra4m1 ek for hil testhathach
2024-07-18UAC2: Fix memclr on driver reset.HiFiPhile
2024-07-18fix some clang compiler warningsgraham sanderson
2024-07-18not all GCC compiler builds support --no-warn-rwx-segments; ↵graham sanderson
check_linker_flag is not available in all supported version of CMake, so just allow it to be passed in
2024-07-18fix arguable bug caught as warning by LLVM embedded toolchain for ARM 14.0.0graham sanderson
2024-07-18net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake fileLiam Fraser
2024-07-18Merge pull request #2722 from hathach/fix-hil-boardtestHa Thach
2024-07-18skip hil test if binary not existhathach
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-18Merge pull request #2721 from hathach/hild-add-metro-m7Ha Thach
HIL add metro m7
2024-07-18fix make buildhathach
2024-07-18add metro_m7_1011 to hil rpihathach
2024-07-18add unique id for imxrthathach
2024-07-18fixed _find_desc_formatYixingShen
2024-07-17RP2040: no need to clear usb_hw (usb registers) as they are reset to default ↵Liam Fraser
state by a hardware reset
2024-07-17RP2040: Use our own unaligned memcpy to avoid alignment faults with some ↵Liam Fraser
memcpy implementations
2024-07-17Merge pull request #2719 from hathach/add-family-da1469xHa Thach
2024-07-17add FreeRTOSConfig.h for da1469hathach
2024-07-17update workflow build cihathach
2024-07-17bump up ch32 v20x and v307 depshathach
2024-07-17minor update hid devicehathach
2024-07-17add family cmake/make for da1469x boardshathach
2024-07-17Merge pull request #2718 from hathach/hid-2253-followupHa Thach
follow up to #2253
2024-07-17follow up to #2253hathach
- rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature - use default implementation for hid callbacks to be compatible with keil compiler - code format
2024-07-16Merge pull request #2715 from hathach/more-hil-pi5Ha Thach
hil flash itsybitsy m4 with picoprobe
2024-07-16hil flash itsybitsy m4 with picoprobehathach
2024-07-15avoid recursions in tud_network_recv_renew()Hardy Griech
2024-07-15Merge pull request #2712 from hathach/migrate-hil-pi5Ha Thach
update hil test to run on new pi5
2024-07-15update hil test to run on new pi5hathach
2024-07-12Merge pull request #2710 from hathach/dwc2-test-mode-followupHa Thach
2024-07-12simplify dwc2 test modehathach
- all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h
2024-07-12Merge pull request #2709 from hathach/add-tud_cdc_configure_fifoHa Thach
add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF
2024-07-12add lsusb for hil pi4hathach
2024-07-12Merge pull request #2688 from HiFiPhile/3511_rtosHa Thach
LPC55: FreeRTOS fix
2024-07-12- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFFhathach
- new line, and code format
2024-07-11Pre-commit fixes.Brent Kowal
Resolve codespell and EOF errors found in the pre-commit CI task.
2024-07-11Merge pull request #2705 from hathach/v203-use-224kbHa Thach
V203 use 224kb
2024-07-10Minor build system fixBrent Kowal
Correct a case-sensitive file extension issue in the MAX32690 build scripts. Did not present itself as an issue under MinGW or MSYS, just Linux.
2024-07-10BSP CleanupBrent Kowal
- Added MSDK flash rules for CMake - Removed partial IAR support. Uniform GCC support across MAX32 parts - Updated build scripts for correctly signing the MAX32651 - Added README files for the BSPs to describe flashing and limitiations
2024-07-10skip FLASH_ function to reduce dependencyhathach
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵hathach
SystemInit (better with startup). add flash with wlink-rs
2024-07-05Merge pull request #2699 from hathach/revert-2693-enum-intHa Thach
Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵hathach
working yet
2024-07-05add u for unsignedhathach
2024-07-05Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"Ha Thach