Files
lbuque c9db3654b5 boards: Add Arduino Nesso N1.
Signed-off-by: lbuque <1102390310@qq.com>
2025-11-17 09:28:40 +08:00
..
2024-02-02 09:14:33 +08:00
2024-09-11 16:49:13 +08:00
2024-01-30 17:35:11 +08:00
2023-10-17 18:12:42 +08:00
2023-09-14 18:03:12 +08:00
2025-11-17 09:28:40 +08:00
2024-03-01 09:15:32 +08:00
2024-12-19 17:49:00 +08:00
2024-03-07 10:53:38 +08:00

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...