You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
c9db3654b5
Signed-off-by: lbuque <1102390310@qq.com>
sys file system directory structure
The system resource files of different boards will be automatically packed according to the board type when the file system is packed.
├── README.md ----> this file
├── common ----> common resource for all board
├── atoms3 ----> resource for atoms3 board
├── cores3 ----> resource for cores3 board
└── ... ----> others board...