Architecture
user@workstation:~$ cd src/
user@workstation:~/src$ cd Firmware/
user@workstation:~/src/Firmware$user@workstation:~/src/Firmware$ ls
build Documentation LICENSE README.md
circle.yml eclipse.cproject Makefile ROMFS
cmake eclipse.project mavlink src
CMakeLists.txt Firmware.sublime-project msg test_data
CODE_OF_CONDUCT.md Images nuttx-configs Tools
CONTRIBUTING.md integrationtests package.xml Vagrantfile
CTestConfig.cmake Jenkinsfile platforms
Debug launch posix-configs
user@workstation:~/src/Firmware$user@workstation:~/src/Firmware$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/PX4/Firmware.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule "src/lib/ecl"]
url = https://github.com/PX4/ecl.git
[submodule "src/lib/matrix"]
url = https://github.com/PX4/Matrix.git
[submodule "Tools/gencpp"]
url = https://github.com/ros/gencpp.git
[submodule "Tools/genmsg"]
url = https://github.com/ros/genmsg.git
[submodule "src/lib/DriverFramework"]
url = https://github.com/PX4/DriverFramework.git
[submodule "src/drivers/gps/devices"]
url = https://github.com/PX4/GpsDrivers.git
[submodule "mavlink/include/mavlink/v2.0"]
url = https://github.com/mavlink/c_library_v2.git
[submodule "mavlink/include/mavlink/v1.0"]
url = https://github.com/mavlink/c_library_v1.git
[submodule "Tools/sitl_gazebo"]
url = https://github.com/PX4/sitl_gazebo.git
[submodule "Tools/jMAVSim"]
url = https://github.com/PX4/jMAVSim.git
user@workstation:~/src/Firmware$Directory src/
Directory nuttx-configs/
Directory posix-configs/
Directory Images/
Directory mavlink/
Last updated