# rt-thread_4.0.3_at32f403a
**Repository Path**: chenpenglai/rt-thread_at32f403a
## Basic Information
- **Project Name**: rt-thread_4.0.3_at32f403a
- **Description**: at32 使用rtthread操作系统
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 2
- **Created**: 2022-07-02
- **Last Updated**: 2025-05-14
## Categories & Tags
**Categories**: iot
**Tags**: None
## README
# gateway_rtt #
**flash驱动的关系**
dfs(文件系统抽象层 **device file system**,**dfs_mount** 通过查找 **dfs_register** 注册的文件系统 和传入的**fal**的分区名来将把文件系统挂 载到指定的分区路径上注意:通过 **fal_mtd_nor_device_create**("*filesystem*") 来创建**mtd**设备,让**dfs**挂载到**mtd**(依赖
*mtd_nor.c*)设备上)
lfs(文件系统 **little_fs**,使用 **dfs_register** 注册到**dfs**)
fal(**Flash**抽象层,提供统一的存储器上层操作接口,可以为**Flash**设备分区,
挂接多种存储设备:**spi**的**w25qxx**或者**sdio**的**SD**卡 通过**FAL_FLASH_DEV_TABLE**)
sfud(万能**spi Flash**组件,用来挂接**spi Flash**,自动识别**Flash**型号 **w25qxx**)
FlashDB (FlashDB 依赖 **fal**)
## RT-Thread Architecture
RT-Thread has not only a real-time kernel, but also rich components. Its architecture is as follows:
