加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Bootloader.sublime-project 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
none 提交于 2012-08-04 14:51 . Fresh import of the PX4 boot loaders.
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["*.elf"]
}
],
"settings":
{
"tab_size": 8,
"translate_tabs_to_spaces": false
},
"build_systems":
[
{
"name": "Bootloader",
"working_dir": "${project_path}",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"cmd": ["make"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化