px4dev
|
b6676f6cb8
|
NuttX is confused when it doesn't know what board it's building for - since we don't tell it in the config anymore, we need to pass it a hint.
|
12 years ago |
px4dev
|
c4498ce9a3
|
Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig tool on the PX4 config files.
|
12 years ago |
px4dev
|
f36a2ff45a
|
Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig tool on the PX4 config files.
|
12 years ago |
px4dev
|
f8951759f8
|
Add a top-level Makefile rule for building "everything" as a test.
|
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 |
px4dev
|
ecc7bc5bca
|
Clean out unused trash from the NuttX configs.
|
12 years ago |
px4dev
|
9d6ec6b365
|
Restructure things so that the PX4 configs move out of the NuttX tree, and most of the PX4-specific board configuration data moves out of the config and into the board driver.
Rename some directories that got left behind in the great board renaming.
|
12 years ago |
Julian Oes
|
a19e0f2f9c
|
Small fix for make distclean, Linux find doesn't seem to know the -depth n argument
|
12 years ago |
px4dev
|
b4029dd824
|
Pull v2 pieces up to build with the merge
|
12 years ago |
px4dev
|
d178276438
|
All NuttX configs are called 'nsh' now, stop trying to guess based on the board name.
|
12 years ago |
px4dev
|
78d29045c4
|
Fix configuration selection for px4iov2; still doesn't build completely, but it's better.
|
12 years ago |
px4dev
|
504b6d1256
|
Hotfix: install the firmware .bin files as well as the .px4 bundles until we have a chance to fix the px4io uploader.
|
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 |
px4dev
|
2423c54e0e
|
Build the right config for IOv2
|
12 years ago |
px4dev
|
01e427b17c
|
Merge working changes into export-build branch.
|
12 years ago |
px4dev
|
a7cf9e2a36
|
Make 'make upload' work
|
12 years ago |
px4dev
|
7e8d8f9e72
|
Call sub-makes with -r to make them start faster (mostly on Windows, where this inhibits an enormous amount of silly scanning for things).
Force non-parallel builds for the NuttX archives.
|
12 years ago |
px4dev
|
2e5809d051
|
Fix the remaining pieces so that we can build a firmware image for FMUv2
|
12 years ago |
px4dev
|
976f1334ef
|
More config for fmuv2
|
12 years ago |
px4dev
|
335a645330
|
Add some help text.
|
12 years ago |
Thomas Gubler
|
e0376fc375
|
archlinux compatibility
|
12 years ago |
px4dev
|
b6218794c6
|
Stick copyrights on the major moving parts of the build system
|
12 years ago |
px4dev
|
d24599931a
|
APP -> MODULE
remove as many duplicate slashes, etc. as seems practical
|
12 years ago |
px4dev
|
8d7621079a
|
Checkpoint: application framework makefile done
|
12 years ago |
px4dev
|
50739c1843
|
platform -> board
|
12 years ago |
px4dev
|
abe48bd714
|
Auto-generate builtin command prototypes.
Tidy up path configuration, etc.
|
12 years ago |
px4dev
|
a7a1cc4625
|
Add support for per-config ROMFS generation.
|
12 years ago |
px4dev
|
963621c1f3
|
Rename makefiles to help categorise them.
|
12 years ago |
px4dev
|
8440e4f709
|
Simplify the PLATFORM/CONFIG handling a little.
|
12 years ago |
px4dev
|
e9f2197bfa
|
Move upload functionality out into a separate makefile.
|
12 years ago |
px4dev
|
e692ccc44e
|
Move more functionality into firmware.mk. Now we build the px4 bundles in a way that will let external builders generate them too.
Pass the platform define into the firmware builder.
|
12 years ago |
px4dev
|
d2d9800c2e
|
Recover commits lost in the previous merge. Syllableise PX4_BASE like its peers.
|
12 years ago |
Marco Bauer
|
2a95fa64c2
|
timing changed and amber for manual added
|
12 years ago |
Marco Bauer
|
deb5fe5187
|
timing changed and amber for manual added
|
12 years ago |
Marco Bauer
|
a2a87d1019
|
some changes in structure
|
12 years ago |
Marco Bauer
|
edc3ae7b6c
|
some changes in structure
|
12 years ago |
px4dev
|
919d53766a
|
Less noisy build again.
|
12 years ago |
px4dev
|
f127495caa
|
Manually fixup merge botches via direct comparison with NuttX r5447.
|
12 years ago |
px4dev
|
e7723e0d52
|
Force a configure before compiling in order to work around more NuttX/config dependency issues.
|
12 years ago |
px4dev
|
3f42006696
|
Don't re-run the configuration phase every time we build; NuttX will re-build just about everything if you do.
|
12 years ago |
Lorenz Meier
|
d16d66f990
|
Enabled UART3, added JTAG make target for IO, removed potentially problematic usleep
|
12 years ago |
Julian Oes
|
c2a2eb1a1a
|
Raised COM port number for windows from 18 to 32
|
12 years ago |
Lorenz Meier
|
1b3ab2f18d
|
Pull JTAG config from bootloader dir
|
12 years ago |
tnaegeli
|
c9f27cbdc9
|
f
|
13 years ago |
px4dev
|
99515fc1dd
|
'make clean' at the top level should 'distclean' in NuttX, as it's not obvious otherwise how to get NuttX to clean out its dependencies and app configuration.
|
13 years ago |
Lorenz Meier
|
4eef4e1864
|
Ensured startup of USB link, updated port ids to read from
|
13 years ago |
px4dev
|
8a365179ea
|
Fresh import of the PX4 firmware sources.
|
13 years ago |