Fresh import of the PX4 firmware sources.

This commit is contained in:
px4dev
2012-08-04 15:12:36 -07:00
commit 8a365179ea
2425 changed files with 609220 additions and 0 deletions

22
Firmware.sublime-project Normal file
View File

@@ -0,0 +1,22 @@
{
"folders":
[
{
"path": "."
}
],
"settings":
{
"tab_size": 8,
"translate_tabs_to_spaces": false
},
"build_systems":
[
{
"name": "PX4",
"working_dir": "${project_path}",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"cmd": ["make"]
}
]
}