aboutsummaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in ↵px4dev2013-08-133-5/+10
| | | | the toolchain configuration.
* Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h>px4dev2013-08-123-0/+6
|
* Merge pull request #347 from jgoppert/md25_devLorenz Meier2013-08-111-0/+1
|\ | | | | Segway Controller
| * Merge branch 'master' of github.com:jgoppert/Firmware into md25_devJames Goppert2013-08-031-0/+4
| |\
| * | Working on segway controller, restructure of fixedwing.James Goppert2013-07-281-0/+1
| | |
* | | Enabled mathlibLorenz Meier2013-08-041-0/+1
| | |
* | | Add a missing module -> module makefile dependencypx4dev2013-08-031-1/+1
| | |
* | | Move NuttX configurations out of the NuttX tree proper. This reduces the ↵px4dev2013-08-032-2/+1
| |/ |/| | | | | diffs we have to carry against the NuttX upstream repo to just our local patches to the NuttX code itself.
* | Merge branch 'config' of github.com:PX4/FirmwareLorenz Meier2013-07-301-0/+1
|\ \
| * | Implemented config command, fixed a number range set / get issues for some ↵Lorenz Meier2013-07-261-0/+1
| |/ | | | | | | sensor drivers, fixed gyro calibration
* | Merge pull request #343 from PX4/meas_splitLorenz Meier2013-07-281-0/+2
|\ \ | | | | | | ETS airspeed and MEAS airspeed combined driver
| * | MergedLorenz Meier2013-07-141-1/+2
| |\|
| * | Reworked airspeed driver to keep most of it abstractLorenz Meier2013-07-101-0/+2
| | |
* | | Added RAMTRON device, updated diagramsLorenz Meier2013-07-281-0/+1
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into hott-escSimon Wilks2013-07-096-4/+5
|\|
| * Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-171-2/+3
| |\
| * \ mergedLorenz Meier2013-06-071-1/+1
| |\ \
| * \ \ MergedLorenz Meier2013-06-072-7/+11
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-061-2/+10
| |\ \ \ \
| * \ \ \ \ MergedLorenz Meier2013-06-061-1/+3
| |\ \ \ \ \
| * | | | | | Adjust upload target name for v1.x FMUpx4dev2013-06-021-1/+1
| | | | | | |
| * | | | | | All apps compiling and linked (listed in NSH help), but not executing yetLorenz Meier2013-06-011-1/+2
| | | | | | |
| * | | | | | Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-015-2/+2
| | | | | | |
* | | | | | | Refactoring of the hott telemetry driver and added functionality to read ↵Simon Wilks2013-07-041-1/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | from a HoTT sensor.
* | | | | | Add PX4Flow board modules and corresponding ORB msgs.samuezih2013-06-141-0/+3
| | | | | |
* | | | | | Hotfix: Excluded sdlog app from standard build, still keeping code in place ↵Lorenz Meier2013-06-131-2/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | for now
* | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-06-072-7/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Hotfix: fix building firmware parallelpx4dev2013-06-062-7/+11
| | |_|/ | |/| |
* / | | Hotfix: Make maxoptimization configurable from the shell via ↵Lorenz Meier2013-06-071-1/+1
|/ / / | | | | | | | | | MAXOPTIMIZATION=-O0 V=1 make archives
* | / Hotfix: Disable instrumentation on IOLorenz Meier2013-06-061-2/+10
| |/ |/|
* | Removed big RAM consumer (inactive filter)Lorenz Meier2013-06-061-1/+1
| |
* | Merge pull request #284 from limhyon/masterLorenz Meier2013-06-061-0/+1
|\ \ | | | | | | Nonlinear complementary SO(3) filter has been implemented.
| * | Merge remote-tracking branch 'upstream/master'Hyon Lim (Retina)2013-05-282-3/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mikrokopter BLCTRL seems to be updated - HMC5883L calibration problem has been corrected. (This is because of RAM mis allocation?) See https://groups.google.com/forum/?fromgroups#!topic/px4users/yTYJiDBBKfo - Fixed wing control updated https://groups.google.com/forum/?fromgroups#!topic/px4users/s7owpvZN8UI - GPIO module has been removed. - STM32 DRV updated
| * | I missed to add build commandHyon Lim (Retina)2013-05-231-0/+1
| | |
* | | Merge branch 'master' into sdlog2Anton Babushkin2013-06-012-1/+2
|\ \ \ | | |/ | |/|
| * | Hotfix: Generate map files for modules as well for more in-depth memory-use ↵px4dev2013-05-261-1/+1
| | | | | | | | | | | | debugging.
| * | Merge pull request #267 from DrTon/gpio_ledLorenz Meier2013-05-261-0/+1
| |\ \ | | | | | | | | gpio_led app added: drive LEDs by GPIO_EXT1 pin of PX4FMU
| | * \ Merge branch 'master' into gpio_ledAnton Babushkin2013-05-175-33/+141
| | |\ \
| | * | | Merge branch 'master' into gpio_ledAnton Babushkin2013-05-091-0/+1
| | | | |
* | | | | sdlog2 logger app added. New flexible log format, compatible with APM.Anton Babushkin2013-05-251-0/+1
|/ / / /
* | | | Hotfix: fix section attribute for the ROMFS, moving it back into .rodata ↵px4dev2013-05-231-1/+2
| | | | | | | | | | | | | | | | where it belongs.
* | | | Reinstate mapfile generation.px4dev2013-05-231-1/+1
| |_|/ |/| |
* | | Hotfix: dependency scanning for modules was totally broken. Fix it so that ↵px4dev2013-05-231-3/+10
| | | | | | | | | | | | changes to depended headers correctly cause modules to be rebuilt.
* | | Use the new prebuilt-library support to wrap the ARM CMSIS DSP library, and ↵px4dev2013-05-201-2/+6
| | | | | | | | | | | | update to the version shipped with CMSIS 3.0 r3p2
* | | Teach the PX4 build system how to handle pre-built libraries.px4dev2013-05-203-36/+233
| |/ |/|
* | Hotfix: better error messages for missing modulespx4dev2013-05-131-3/+3
| |
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-05-134-30/+134
|\ \
| * | HOTFIX: simplify symbol names going into the ROMFS object, hopefully this ↵px4dev2013-05-122-1/+16
| | | | | | | | | | | | avoids inconsistent symbol naming on Windows.
| * | Fix ROMFS dependency scan, add a warning if ROMFS_ROOT appears to be empty.px4dev2013-05-121-7/+11
| | |
| * | Change the way modules are built so that object paths are relative and use ↵px4dev2013-05-113-22/+107
| |/ | | | | | | | | | | vpath for locating sources (so source paths are also shorter). Add some basic documentation for the build system files while we're at it.