Files
2023-02-02 23:04:55 +08:00

368 B

freeze module

├── README.md          ---->  this file
├── _boot.py           ---->  system boot script, user can\'t change this
├── flashbdev.py
├── inisetup.py
└── startup            ---->  different board startup scripts
    ├── __init__.py
    ├── atoms3.py
    ├── cores3.py
    └── stamps3.py