...
RPMSG and virtual IO
Build image
...
Supported drivers for SP7350 platform
Drivers | Folders or files | Features |
ADC (SAR12B) | ||
Audio (I2S) | ||
GPIO driver | ||
AHB DMA | ||
I2C driver | ||
Mailbox | ||
PWM | ||
RTC | ||
SPI | ||
Timer | ||
UART | ||
Watchdog |
Source files
The source files of FreeRTOS are organized within the "firmware/arduino_core_sunplus/" directory at the top level of the project. Below is a breakdown of the main subdirectories:
Folders | Descriptions |
firmware/arduino_core_sunplus/ | |
application/ | |
application/power_manager/ | |
application/VirtIOSerial/ | |
bin/ | |
system/drivers | |
system/freertos | |
system/Middlewares | |
system/sp7350 | |
variants/sp7350_evb/ |
...