lchish
6e1f54e2ff
Add missing stm32f4discovery make targets
9 years ago
David Sidrane
a67097731a
Renamed pax4fmu-v3 to pax4fmu-v4
9 years ago
David Sidrane
f3b7585a89
Wip FMUV3
9 years ago
Mark Charlebois
c4438bf50a
Fix to move DriverFramework includes to common
...
Nuttx now gets to link phase. But there are two unresolved symbols:
arm-none-eabi/include/c++/4.7.4/bits/basic_string.h:1128: undefined reference to `std::string::assign(char const*, unsigned int)'
arm-none-eabi/include/c++/4.7.4/bits/stl_list.h:1534: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
7111e9d4c9
Removed -lstdc++ for nuttx build
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
52957ab0cc
Don't add DriverFramework dir for NuttX
...
I am unable to get the nuttx build dependencies set up so that
it builds the export dir before it builds df_driver_framework.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
1bcb93180b
Set flags for building the proper DriverFramework target
...
The DF_TARGET cmake variable needs to be set to (linux, darwin, qurt, nuttx)
The define __DF_LINUX or __DF_QURT needs to be set.
The __DF_DARWIN target is untested
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Daniel Agar
e2fda01545
nuttx only show stderr
...
-failures will still be displayed, but we don't need to see normal
successful compile output
9 years ago
Daniel Agar
75b3564789
cmake better nuttx copy
9 years ago
Daniel Agar
3f0653e824
bin_to_obj.py don't use full path to visibility.h
9 years ago
Daniel Agar
2c1e999e1a
cmake remove rsync dep
9 years ago
Lorenz Meier
9a0b6aca90
Revert "Remove rsync dependency"
...
This reverts commit 5b9a19aa65
.
9 years ago
Lorenz Meier
428297fd6f
Revert "Remove rsync dependency"
...
This reverts commit 5b9a19aa65
.
9 years ago
Lorenz Meier
5b9a19aa65
Remove rsync dependency
9 years ago
Daniel Agar
f13daa7314
cmake fix NuttX copy
...
-on the 2nd run this was copying NuttX to NuttX/Nuttx
9 years ago
Daniel Agar
330bacd229
cmake nuttx slightly quieter
9 years ago
Daniel Agar
7749d1cb1c
cmake fix export paths for ninja
...
-make nuttx build a bit quieter
9 years ago
James Goppert
4dd59cd09a
Fixed param dependencies.
9 years ago
Lorenz Meier
d0ca0ff837
Added FMUv1 config
9 years ago
James Goppert
501f3cf2df
Fix for tracking nuttx config changes.
10 years ago
James Goppert
2101ffbeca
Removed extra print message.
10 years ago
James Goppert
bd33d546e3
Fixed extra dir.
10 years ago
James Goppert
7b6dff7cdc
Fix for romfs generation.
10 years ago
James Goppert
cd98cfe555
cmake: ROMFS build overhaul.
10 years ago
James Goppert
8165cd2171
Fixed romfs dependency.
10 years ago
James Goppert
cc053bffcd
Added px4io bin to ROMFS.
10 years ago
James Goppert
676a3d230c
Work on px4io firmware building.
10 years ago
James Goppert
a58416235d
Re-enable autostart.
10 years ago
Lorenz Meier
c19fa0c822
Revert "Revert "Disable autostart for now so usb works.""
...
This reverts commit 998acf4d08
.
10 years ago
Lorenz Meier
998acf4d08
Revert "Disable autostart for now so usb works."
...
This reverts commit b2c67a4cf9
.
10 years ago
James Goppert
b2c67a4cf9
Disable autostart for now so usb works.
10 years ago
James Goppert
ad321927e9
Added install target for nuttx.
10 years ago
James Goppert
0e8cc821a9
More config cleanup.
10 years ago
James Goppert
07851b79c2
Work on config only for cmake arguments.
10 years ago
James Goppert
2c33f4921c
Add makefile magic to simplify maintenance.
10 years ago
James Goppert
6966331a88
Working on param xml gen. Haven't updated qurt config yet.
10 years ago
James Goppert
149deeb11f
Fixed autostart.
10 years ago
James Goppert
34eeee9fa9
Added defautl config for nuttx, nuttx now works over usb.
10 years ago
James Goppert
1eddfde439
Replaced awk with python script for bin_to_obj.
10 years ago
James Goppert
bf18c84652
Cleanup of module building.
10 years ago
Mark Charlebois
9c8dd69f29
Removed debug
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
7e1c984234
Hack to get posix build partially working
...
Created a dummy build_git_version.h so I did not have to figure out
how to generate it.
Commented out topic_listener.cpp from src/systemcmds/CMakeLists.txt
because it depends on a generated cpp file.
Link doesn't work mut many modules build
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
c16c6a00e3
Clean up location of nuttx specific template
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
James Goppert
9d18337647
Fixed issues noted by voon, start of python script for bin to obj.
10 years ago
James Goppert
bbf043e327
More work on romfs.
10 years ago
James Goppert
b7850fc319
Fixed romfs building.
10 years ago
James Goppert
bf9e541d19
Got romfs generation working.
10 years ago
James Goppert
0dab16123e
Rename of modules.
10 years ago
James Goppert
4d02b74748
Rename of modules.
10 years ago
James Goppert
852c72fdc7
Naming fix.
10 years ago