px4dev
|
5e2d676173
|
Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h>
|
12 years ago |
Lorenz Meier
|
7c3ee6714c
|
Enabled mathlib
|
12 years ago |
px4dev
|
ce2fa29fe3
|
Add a missing module -> module makefile dependency
|
12 years ago |
px4dev
|
c14a71c095
|
Move NuttX configurations out of the NuttX tree proper. This reduces the diffs we have to carry against the NuttX upstream repo to just our local patches to the NuttX code itself.
|
12 years ago |
Lorenz Meier
|
f4fc3bbd57
|
Added RAMTRON device, updated diagrams
|
12 years ago |
James Goppert
|
1980d9dd63
|
Working on segway controller, restructure of fixedwing.
|
12 years ago |
Lorenz Meier
|
95dde5f1be
|
Implemented config command, fixed a number range set / get issues for some sensor drivers, fixed gyro calibration
|
12 years ago |
Lorenz Meier
|
290ca1f9bf
|
Reworked airspeed driver to keep most of it abstract
|
12 years ago |
Simon Wilks
|
6d2f14e125
|
Refactoring of the hott telemetry driver and added functionality to read from a HoTT sensor.
|
12 years ago |
samuezih
|
b789e01a0f
|
Add PX4Flow board modules and corresponding ORB msgs.
|
12 years ago |
Lorenz Meier
|
f28cec350c
|
Hotfix: Excluded sdlog app from standard build, still keeping code in place for now
|
12 years ago |
Lorenz Meier
|
66879e6ff6
|
Hotfix: Make maxoptimization configurable from the shell via MAXOPTIMIZATION=-O0 V=1 make archives
|
12 years ago |
px4dev
|
4302f76402
|
Hotfix: fix building firmware parallel
|
12 years ago |
Lorenz Meier
|
2aa16dc447
|
Hotfix: Disable instrumentation on IO
|
12 years ago |
Lorenz Meier
|
382c9a69e4
|
Removed big RAM consumer (inactive filter)
|
12 years ago |
px4dev
|
971e810301
|
Adjust upload target name for v1.x FMU
|
12 years ago |
Lorenz Meier
|
198df9c82e
|
All apps compiling and linked (listed in NSH help), but not executing yet
|
12 years ago |
Lorenz Meier
|
5375bb5b86
|
Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX now
|
12 years ago |
px4dev
|
eab01a2efd
|
Hotfix: Generate map files for modules as well for more in-depth memory-use debugging.
|
12 years ago |
Anton Babushkin
|
e211352604
|
sdlog2 logger app added. New flexible log format, compatible with APM.
|
12 years ago |
px4dev
|
f30695e1df
|
Hotfix: fix section attribute for the ROMFS, moving it back into .rodata where it belongs.
|
12 years ago |
px4dev
|
318d2baba0
|
Reinstate mapfile generation.
|
12 years ago |
Hyon Lim (Retina)
|
cd7b0f7aab
|
I missed to add build command
|
12 years ago |
px4dev
|
2135628254
|
Hotfix: dependency scanning for modules was totally broken. Fix it so that changes to depended headers correctly cause modules to be rebuilt.
|
12 years ago |
px4dev
|
5576e321fa
|
Use the new prebuilt-library support to wrap the ARM CMSIS DSP library, and update to the version shipped with CMSIS 3.0 r3p2
|
12 years ago |
px4dev
|
3a1c9f14f6
|
Teach the PX4 build system how to handle pre-built libraries.
|
12 years ago |
px4dev
|
0c43315c1e
|
Hotfix: better error messages for missing modules
|
12 years ago |
Lorenz Meier
|
1ff6c80866
|
More example fixes
|
12 years ago |
px4dev
|
edb0e01dfd
|
HOTFIX: simplify symbol names going into the ROMFS object, hopefully this avoids inconsistent symbol naming on Windows.
|
12 years ago |
Lorenz Meier
|
6ea204c813
|
Added fixed wing controller example
|
12 years ago |
px4dev
|
0ee738e9c9
|
Fix ROMFS dependency scan, add a warning if ROMFS_ROOT appears to be empty.
|
12 years ago |
px4dev
|
196ee8b16f
|
Change the way modules are built so that object paths are relative and use vpath for locating sources (so source paths are also shorter).
Add some basic documentation for the build system files while we're at it.
|
12 years ago |
Lorenz Meier
|
296a19072d
|
Enabled leds on FMU again
|
12 years ago |
px4dev
|
1caffca358
|
whitespace
|
12 years ago |
px4dev
|
3b65281f00
|
Remove EXTRAFLAGS compatibility hack.
|
12 years ago |
px4dev
|
3bf26ac51f
|
Obsolete bogus EXTRAFLAGS, add language-specific flags overrides.
|
12 years ago |
Lorenz Meier
|
8c6abe717d
|
Moved BLCTRL driver to new world
|
12 years ago |
Andrew Tridgell
|
aa9275c29c
|
build: allow additional flags to be passed via EXTRAFLAGS
this allows for flags needed for the APM build
|
12 years ago |
Andrew Tridgell
|
6e8c1148d5
|
build: allow absolute paths for module sources
|
12 years ago |
px4dev
|
edf96fc808
|
Remove some naked command invocations.
|
12 years ago |
Lorenz Meier
|
6479ebcc73
|
General app cleanup for FMU
|
12 years ago |
Lorenz Meier
|
b1de6c0eaf
|
Excluded examples from default build
|
12 years ago |
Lorenz Meier
|
25612cebc2
|
Cleaned up NuttX appconfig, added examples to config
|
12 years ago |
Lorenz Meier
|
13fc670386
|
Moved last libs, drivers and headers, cleaned up IO build
|
12 years ago |
Lorenz Meier
|
f57439b90e
|
Moved all drivers to new world, PX4IO completely in new world
|
12 years ago |
Lorenz Meier
|
7ca82801bd
|
Moved multirotor controllers
|
12 years ago |
Lorenz Meier
|
988bf1eb0a
|
Moved all fixed wing controllers to new world
|
12 years ago |
Lorenz Meier
|
76a30108d2
|
Moved James Gopperts EKF to the new world
|
12 years ago |
Lorenz Meier
|
5974c37abb
|
Moved the bulk of sensor drivers to the new world
|
12 years ago |
Lorenz Meier
|
1becedfe01
|
Minor config file rearrangement
|
12 years ago |