| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-19 | Check tud ready check for OUT xfer. | HiFiPhile | |
| 2024-07-19 | Merge pull request #2726 from hathach/hil-add-ra4m1 | Ha Thach | |
| add ra4m1 ek for hil test | |||
| 2024-07-19 | skip msc tests for ra due to existing bug | hathach | |
| 2024-07-19 | Merge pull request #2725 | Ha Thach | |
| UAC2: Fix memclr on driver reset. | |||
| 2024-07-19 | update test json | hathach | |
| 2024-07-19 | add ra4m1 ek for hil test | hathach | |
| 2024-07-18 | UAC2: Fix memclr on driver reset. | HiFiPhile | |
| 2024-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2024-07-18 | not 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-18 | fix arguable bug caught as warning by LLVM embedded toolchain for ARM 14.0.0 | graham sanderson | |
| 2024-07-18 | net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake file | Liam Fraser | |
| 2024-07-18 | Merge pull request #2722 from hathach/fix-hil-boardtest | Ha Thach | |
| 2024-07-18 | skip hil test if binary not exist | hathach | |
| 2024-07-18 | fix hil board_test duplication, add cdc_msc_freertos test | hathach | |
| 2024-07-18 | Merge pull request #2721 from hathach/hild-add-metro-m7 | Ha Thach | |
| HIL add metro m7 | |||
| 2024-07-18 | fix make build | hathach | |
| 2024-07-18 | add metro_m7_1011 to hil rpi | hathach | |
| 2024-07-18 | add unique id for imxrt | hathach | |
| 2024-07-18 | fixed _find_desc_format | YixingShen | |
| 2024-07-17 | RP2040: no need to clear usb_hw (usb registers) as they are reset to default ↵ | Liam Fraser | |
| state by a hardware reset | |||
| 2024-07-17 | RP2040: Use our own unaligned memcpy to avoid alignment faults with some ↵ | Liam Fraser | |
| memcpy implementations | |||
| 2024-07-17 | Merge pull request #2719 from hathach/add-family-da1469x | Ha Thach | |
| 2024-07-17 | add FreeRTOSConfig.h for da1469 | hathach | |
| 2024-07-17 | update workflow build ci | hathach | |
| 2024-07-17 | bump up ch32 v20x and v307 deps | hathach | |
| 2024-07-17 | minor update hid device | hathach | |
| 2024-07-17 | add family cmake/make for da1469x boards | hathach | |
| 2024-07-17 | Merge pull request #2718 from hathach/hid-2253-followup | Ha Thach | |
| follow up to #2253 | |||
| 2024-07-17 | follow up to #2253 | hathach | |
| - 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-16 | Merge pull request #2715 from hathach/more-hil-pi5 | Ha Thach | |
| hil flash itsybitsy m4 with picoprobe | |||
| 2024-07-16 | hil flash itsybitsy m4 with picoprobe | hathach | |
| 2024-07-15 | avoid recursions in tud_network_recv_renew() | Hardy Griech | |
| 2024-07-15 | Merge pull request #2712 from hathach/migrate-hil-pi5 | Ha Thach | |
| update hil test to run on new pi5 | |||
| 2024-07-15 | update hil test to run on new pi5 | hathach | |
| 2024-07-12 | Merge pull request #2710 from hathach/dwc2-test-mode-followup | Ha Thach | |
| 2024-07-12 | simplify dwc2 test mode | hathach | |
| - 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-12 | Merge pull request #2709 from hathach/add-tud_cdc_configure_fifo | Ha Thach | |
| add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF | |||
| 2024-07-12 | add lsusb for hil pi4 | hathach | |
| 2024-07-12 | Merge pull request #2688 from HiFiPhile/3511_rtos | Ha Thach | |
| LPC55: FreeRTOS fix | |||
| 2024-07-12 | - add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF | hathach | |
| - new line, and code format | |||
| 2024-07-11 | Pre-commit fixes. | Brent Kowal | |
| Resolve codespell and EOF errors found in the pre-commit CI task. | |||
| 2024-07-11 | Merge pull request #2705 from hathach/v203-use-224kb | Ha Thach | |
| V203 use 224kb | |||
| 2024-07-10 | Minor build system fix | Brent 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-10 | BSP Cleanup | Brent 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-10 | skip FLASH_ function to reduce dependency | hathach | |
| 2024-07-10 | enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵ | hathach | |
| SystemInit (better with startup). add flash with wlink-rs | |||
| 2024-07-05 | Merge pull request #2699 from hathach/revert-2693-enum-int | Ha Thach | |
| Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'" | |||
| 2024-07-05 | add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵ | hathach | |
| working yet | |||
| 2024-07-05 | add u for unsigned | hathach | |
| 2024-07-05 | Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'" | Ha Thach | |
