summaryrefslogtreecommitdiff
path: root/examples/host/msc_file_explorer/src/msc_app.c
AgeCommit message (Collapse)Author
2026-04-06remove IAR toolchain support from make build systemhathach
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-23update host msc hil testhathach
2026-03-20Add dd command to MSC file explorer for sector read and speed reporting, ↵hathach
adjust CLI configuration and HIL tests
2026-03-17add hil test for host msc and cdchathach
2025-12-13example/msc_app: move buffers into usb ram sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-03-25fix waningshathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2024-11-26add buffer note for host msc apihathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix print lu format warnings with clanghathach
2023-08-14fix build iar with lpc43hathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
add user arg to all scsi command API that support complete callback
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21add pwdhathach
2022-11-21implement rm commandhathach
2022-11-21fix build with rp2040 and rx65hathach
2022-11-20implement cp commandhathach
2022-11-19add mv commandhathach
2022-11-19add mkdirhathach
2022-11-19implement cat commandhathach
2022-11-19add cd commandhathach
2022-11-19msc explorer ls work greathathach
2022-11-18add msc file explorer examplehathach
- add lib/fatfs version 15 - add lib/embedded-cli