4 Star 2 Fork 1

W-Can1425/handpy-SeniorOS-苍旻OS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
micropymake.toml 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
CycleBai 提交于 2024-08-21 12:34 . chore: 增加对 MicroPyMake 的支持
[EntryPoint]
requirements = 'requirements.txt'
build = 'tools/Build.py'
buildOouputType = 'dir'
buildOouput = 'build'
projectName = 'SeniorOS'
[AutoInstall]
enable = true
installMethod = 'mount'
afterMount = 'import boot'
[AutoClone]
enable = true
repoPlatform = 'gitlab'
repoUri = 'Can1425/handpy-senioros'
[AutoFlash]
enable = true
eraseBeforeFlash = true
flashCommands = [
[
'--chip',
'esp32',
'--port',
'{{ port }}',
'--baud',
'460800',
'write_flash',
'-z',
'0x1000',
'{{ flashFile }}'
]
]
flashFileServerEndpoint = 'https://micropython.org/resources/firmware/'
flashFileServerFilename = 'ESP32_GENERIC-20240602-v1.23.0.bin'
flashFileGetMethod = 'WEB/DOWNLOAD'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/can1425/handpy-SeniorOS.git
[email protected]:can1425/handpy-SeniorOS.git
can1425
handpy-SeniorOS
handpy-SeniorOS-苍旻OS
Alpha

搜索帮助