Open Issues Need Help
View All on GitHubAI Summary: Develop a FATFS-based filesystem mount driver for the ARC-OS, integrating with ESP-IDF's existing file manipulation capabilities to provide a pseudo-POSIX interface for filesystem control, parameter setup, and optional formatting. The driver should adhere to the ARC-OS MountDriverOps interface.
AI Summary: Develop a USB-CDC driver for the ESP32S3 microcontroller. This driver will enable communication with a PC via USB, replacing the current UART/TTL bridge method. The task involves implementing the necessary driver functions and structures within the framework of a custom operating system for ARC devices, adhering to the provided driver interface specifications.
AI Summary: Implement a bitbang SPI driver for an embedded operating system targeting ARC devices. This driver will provide SPI communication functionality when the hardware's built-in SPI buses are insufficient, offering a software-based alternative. The driver should adhere to the existing OS driver interface specifications, using provided structs like `DevFileEntry` and `CharDriverOps`.