James Goppert
|
8bc81d985f
|
Fixed typo in version, exposed some more useful cmake targets.
|
10 years ago |
James Goppert
|
0e8cc821a9
|
More config cleanup.
|
10 years ago |
James Goppert
|
ec209f13f0
|
Simplified config handling.
|
10 years ago |
James Goppert
|
3d52582dd7
|
Merge branch 'cmake-2' of github.com:jgoppert/Firmware into cmake-2
Conflicts:
CMakeLists.txt
|
10 years ago |
James Goppert
|
07851b79c2
|
Work on config only for cmake arguments.
|
10 years ago |
James Goppert
|
706905f35e
|
Merge pull request #44 from mcharleb/cmake-mc
cmake: Missed missed instance of config_
|
10 years ago |
Mark Charlebois
|
3de04cf6f4
|
cmake: fixes for posix configs
The posix eagle targets were fixed to include the px4_impl_posix.cmake file
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
ad4e31c88a
|
cmake: Missed anm insuance of config_
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
97cb25254d
|
Merge pull request #43 from mcharleb/cmake-mc
cmake: fixed posix configs
|
10 years ago |
Mark Charlebois
|
98897960e1
|
cmake: removed config_ prefix
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
0047b38c54
|
cmake: added Toolchain-arm-linux-gnueabihf
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
3b118a0ea7
|
cmake: Removed obsolete UPLOAD and TEST logic
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
4beabff26b
|
cmake: fixed posix configs
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
3104a974a9
|
Merge pull request #42 from mcharleb/cmake-mc
Cmake mc
|
10 years ago |
Mark Charlebois
|
cbb8ad19e5
|
cmake: Proof of concept for build without Makefile
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
5aa3c45b63
|
cmake: Unbreak all qurt and posix targets
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
813a1219a5
|
Work on travis, set package generators for cpack.
|
10 years ago |
Mark Charlebois
|
d5a404896d
|
Merge branch 'cmake-2' of https://github.com/jgoppert/Firmware into cmake-mc
|
10 years ago |
Mark Charlebois
|
270bc2ef5d
|
cmake: Fixed configs to use px4_get_config
The previous function name was changed to px4_get_config
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
a2615d793e
|
Put warning on spacing in makefile.
|
10 years ago |
James Goppert
|
2c33f4921c
|
Add makefile magic to simplify maintenance.
|
10 years ago |
James Goppert
|
2238c09b74
|
Merge pull request #41 from mcharleb/cmake-mc
Cmake mc
|
10 years ago |
Mark Charlebois
|
a456b6a1c6
|
Added missing Makefile update
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
2a77ea6b34
|
Merge branch 'cmake-2' of https://github.com/jgoppert/Firmware into cmake-mc
|
10 years ago |
Mark Charlebois
|
8dc5d7532e
|
Added more eagle build configurations
The config_qurt_eagle_travis.cmake target is for CI
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
422d47dd9a
|
Merge pull request #40 from mcharleb/cmake-mc
cmake: Added dspal and eigen32 to top level CMakeLists.txt
|
10 years ago |
James Goppert
|
6966331a88
|
Working on param xml gen. Haven't updated qurt config yet.
|
10 years ago |
Lorenz Meier
|
fc47f62b14
|
Merge pull request #2834 from mcharleb/dspal-add-write
qurt: updated dspal version
|
10 years ago |
James Goppert
|
2bd0c2479e
|
Makefile dep fix.
|
10 years ago |
James Goppert
|
a690fd12e0
|
Removed unneeded dep from makefile.
|
10 years ago |
Mark Charlebois
|
5182a63512
|
qurt: updated dspal version
Added declaration of write() call
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
e3e00e92d7
|
Updated to newer version of dspal
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
Mark Charlebois
|
cdcebfdb6e
|
Merge branch 'cmake-2' of https://github.com/jgoppert/Firmware into cmake-mc
|
10 years ago |
James Goppert
|
149deeb11f
|
Fixed autostart.
|
10 years ago |
Mark Charlebois
|
b09c8f3c9b
|
cmake: Added dspal and eigen32 to top level CMakeLists.txt
Relying on inclusion of git_eigen32 and git_dspal targets to trigger
the submodule init and update
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
b073edc684
|
Set makefile default target explicity.
|
10 years ago |
James Goppert
|
181d8db128
|
Merge branch 'master' into cmake-2
|
10 years ago |
James Goppert
|
34eeee9fa9
|
Added defautl config for nuttx, nuttx now works over usb.
|
10 years ago |
James Goppert
|
f7fe33e6a4
|
Removed old module list from nuttx firmware.
|
10 years ago |
James Goppert
|
b0f5ad671a
|
Merge pull request #39 from mcharleb/cmake-mc
cmake: fixes for qurt build after refactoring
|
10 years ago |
Mark Charlebois
|
08dc74afac
|
cmake: fixes for qurt build after refactoring
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
10 years ago |
James Goppert
|
cadc7280b7
|
Fixed makefile upload link.
|
10 years ago |
James Goppert
|
c66581d2ce
|
Travis fixes.
|
10 years ago |
James Goppert
|
3b231ec0a7
|
Travis fix for cmake.
|
10 years ago |
James Goppert
|
b7699bff5a
|
Changes to travis for cmake build.
|
10 years ago |
James Goppert
|
1eddfde439
|
Replaced awk with python script for bin_to_obj.
|
10 years ago |
James Goppert
|
0286136c68
|
Addressed scope question.
|
10 years ago |
James Goppert
|
d0c89b8396
|
Attempted to fix qurt build, some cleanup of old module funcs.
|
10 years ago |
James Goppert
|
323ae36d9f
|
Added nuttx sim config.
|
10 years ago |
James Goppert
|
bf18c84652
|
Cleanup of module building.
|
10 years ago |