| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-06 | remove IAR toolchain support from make build system | hathach | |
| IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> | |||
| 2026-03-23 | update host msc hil test | hathach | |
| 2026-03-20 | Add dd command to MSC file explorer for sector read and speed reporting, ↵ | hathach | |
| adjust CLI configuration and HIL tests | |||
| 2026-03-17 | add hil test for host msc and cdc | hathach | |
| 2025-12-13 | example/msc_app: move buffers into usb ram section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-25 | fix wanings | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2024-11-26 | add buffer note for host msc api | hathach | |
| 2024-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2023-08-14 | fix build iar with lpc43 | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson | |
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach | |
| add user arg to all scsi command API that support complete callback | |||
| 2022-11-21 | add board_getchar() for non-blocking getchar() | hathach | |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-11-21 | add pwd | hathach | |
| 2022-11-21 | implement rm command | hathach | |
| 2022-11-21 | fix build with rp2040 and rx65 | hathach | |
| 2022-11-20 | implement cp command | hathach | |
| 2022-11-19 | add mv command | hathach | |
| 2022-11-19 | add mkdir | hathach | |
| 2022-11-19 | implement cat command | hathach | |
| 2022-11-19 | add cd command | hathach | |
| 2022-11-19 | msc explorer ls work great | hathach | |
| 2022-11-18 | add msc file explorer example | hathach | |
| - add lib/fatfs version 15 - add lib/embedded-cli | |||
