aboutsummaryrefslogblamecommitdiff
path: root/Firmware.sublime-project
blob: 091bfb1286ab78fbe8bb665d53733c7300903ed5 (plain) (tree)
1
2
3
4
5
6
7
8
9



                  




                                                
                                      


                                           

                                           


                                                    

                                                      

                                            


                                                  


                                                           
                         




                              

                                                  



                        
                                                

                                                                               
                                        







                                                                               


                 
{
	"folders":
	[
		{
			"path": ".",
			"file_exclude_patterns":
			[
				"*.o",
				"*.a",
				"*.d",
				".built",
				".context",
				".depend",
				".config",
				".version",
				"Make.dep",
				".configured",
				"*.sublime-project",
				"*.sublime-workspace",
				".project",
				".cproject",
				"cscope.out"
			],
			"folder_exclude_patterns":
			[
				".settings",
				"nuttx/arch/arm/src/board",
				"nuttx/arch/arm/src/chip"
			]
		}
	],
	"settings":
	{
		"tab_size": 8,
		"translate_tabs_to_spaces": false,
	       "highlight_line": true
	},
	"build_systems":
	[
		{
			"name": "PX4: make all",
			"working_dir": "${project_path}",
			"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
			"cmd": ["make"],
			"shell": true
		},
		{
			"name": "PX4: make and upload",
			"working_dir": "${project_path}",
			"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
			"cmd": ["make upload px4fmu-v2_default -j8"],
			"shell": true
		}
	]
}