FengShun
65e976bbc2
docker: update px4-dev-simulation-bionic container versions to 2021-12-11
...
The current docker image will cause "make tests" to fail: "kconfiglib is not installed or not in PATH"
3 years ago
Jukka Laitinen
ffa5abbd65
ci: update container versions to 2021-09-08
...
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
3 years ago
profff
9418d36cc9
Tools/docker_run.sh: use recent docker image to fix missing python jsonschema when compiling linux arm based targets ( #18178 )
3 years ago
Daniel Agar
65745a3676
purge broken qurt support and atlflight boards
4 years ago
Beat Küng
b12b884f4c
ci: update container version to 2021-05-04
4 years ago
Daniel Agar
6e2343a485
Jenkins: fix new px4io/px4-dev-nuttx-focal container tag
4 years ago
Daniel Agar
7393d5d761
delete aerotenna ocpoc
4 years ago
Peter van der Perk
8242968b2b
UAVCAN v1 GPS demo with MAVCAN autoconfigure
4 years ago
Daniel Agar
71306f7f83
update all container tags to 2020-11-18
4 years ago
SalimTerryLi
6728a3a05a
boards: rename AirPi2 to PilotPi, add arm64 support, add to CI
...
* rename all
* add arm64 support
* change internal ist8310 onto I2C-1
4 years ago
SalimTerryLi
25eca31e3a
New board Scumaker AirPi HAT for Raspberry Pi B series
4 years ago
Daniel Agar
d61fd0e4ca
update all px4-dev-base and px4-dev-nuttx container usage uniformly
4 years ago
TSC21
e9aba642fe
CI: bump container tags to 2020-04-01
5 years ago
TSC21
40a99f940a
bump container tags to 2020-03-29
5 years ago
TSC21
6598ce5a46
CI: bump container tags to 2020-03-16
5 years ago
Julian Oes
065fa1244d
Update Snapdragon docker tag
5 years ago
TSC21
d447f15ac6
bump Docker container tags to 2019-11-25
5 years ago
TSC21
3ea62ff53b
bump Docker container tags to 2019-11-22
5 years ago
Daniel Agar
44f9de5e37
delete parrot bebop board support
...
This target was never fully supported and is heavily dependent on a number of DriverFramework drivers that have no in tree equivalents (bebop bus, flow, rangefinder, etc). Deleting this will make it easier to fully drop DriverFramework shortly.
5 years ago
Daniel Agar
7241eebd80
cmake merge linux cross compile targets (cross + native) and cleanup
...
- consolidate cross and native variants (only a single default is needed)
- beaglebone_blue_cross + beaglebone_blue_native => beaglebone_blue_default
- emlid_navio2_cross + emlid_navio2_native => emlid_navio2_default
- px4_raspberrypi_cross + px4_raspberrypi_native => px4_raspberrypi_default
- move upload helpers to cmake/upload.cmake
5 years ago
Daniel Agar
cc7a0cd69d
beaglebone blue: build librobotcontrol with cmake
5 years ago
Daniel Agar
8c38176d77
boards: alphabetize and sync common drivers and modules
5 years ago
Daniel Agar
d263811eef
Jenkins move raspi and bebop builds to regular armhf toolchain
5 years ago
TSC21
45c320ba8e
bump container tags to 2019-10-24
5 years ago
Nuno Marques
5a8aa04970
CI: bump container tags to 2019-10-04 ( #13095 )
...
* bump container tags to 2019-10-04
* docker_run: update container name and tag
* generate_microRTPS_bridge.py: force FastRTPSGen to version 1.0 if the result of 'fastrtpsgen -version' command is not a number
* CI: temporarly disable avoidance and safe landing tests
* CI: try to revive tiltrotor test
5 years ago
Daniel Agar
cfdabb26d7
update all docker tags 2019-03-08 -> 2019-07-29
6 years ago
Anthony Lamping
84c52439e9
jenkins: update all image tags to 2019-03-08
6 years ago
Daniel Agar
05dc2ba3ec
update px4 dev containers to 2019-02-09
...
- this updates all containers except for px4-dev-snapdragon
6 years ago
Daniel Agar
0f386ee52a
update all docker containers to latest 2019-01-27
...
- Jenkins compile drop arch until container is updated and maintained
- clang-tidy disable for now, the new version isn't respecting the existing configuration
6 years ago
Daniel Agar
e89779364e
Jenkins update px4-dev-base to 2019-01-26
6 years ago
Daniel Agar
abb3817d31
boards new split VENDOR_MODEL naming convention
6 years ago
Daniel Agar
f692ad04d0
boards organization
6 years ago
Daniel Agar
2c33a937dd
update docker images to 2018-11-22 tag
...
- keeping nuttx and armhf compile jobs on 2018-09-11 for now
6 years ago
Daniel Agar
a87e81c61b
Jenkins update snapdragon docker to 2018-09-12
6 years ago
Daniel Agar
90b60d44dc
Jenkins update docker containers to 2018-09-11 ( #10463 )
6 years ago
Daniel Agar
8feac97399
docker update all to 2018-07-19 tagged image
7 years ago
Daniel Agar
04ecc81a70
docker images update to 2018-03-30 tag
7 years ago
Daniel Agar
9b5ae1ef7a
NuttX upgrade default compiler to GCC 7
7 years ago
Daniel Agar
ad532d0510
docker_run.sh update container versions to match Jenkins
7 years ago
Julien Lecoeur
2ca00f1a65
Docker: update images to tag 2017-10-23
7 years ago
Daniel Agar
136d259876
travis-ci fix coverity scan and px4_metadata ( #8156 )
7 years ago
davidaroyer
ed9e798f86
docker_run.sh: add ocpoc target
7 years ago
Daniel Agar
01b3e6fd25
NuttX upgrade cmake wrapper ( #7873 )
...
* NuttX cmake
* px4_macros:Pass the stringified predicate as second arg to static assert
CC_ASSERT mapes to the c++ static_assert or provides the same
funtionality for c via the other macros. The c++ static assert
takes 2 argumants the prdicate and a message. This fixes the
lacking second argument.
* Updated nuttx and apps submodule to upstream nuttx 7.21+==master
This is the latest uptake of upstream nuttx and apps.
* ROMFS generate with xxd instead of objcopy
* delete nuttx-patches
* NuttX update submodules to latest px4_nuttx-master
* fix nuttx apps and board dependency
* docker_run update to latest container 2017-08-29
* cmake ROMFS portable sed usage
* NuttX update submodules to latest px4_nuttx-master
7 years ago
Daniel Agar
8f1355c325
docker_run.sh add default port (14556 udp) and remove X11 setup ( #7936 )
8 years ago
Daniel Agar
b9c1d87876
docker_run respect PX4_DOCKER_REPO env variable
8 years ago
Daniel Agar
1fcca041f3
docker_run.sh update px4-dev-snapdragon to FastRTPS 2017-07-28 tag
8 years ago
Daniel Agar
95a496d121
docker_run.sh update to FastRTPS 2017-07-27 tag
8 years ago
Nicolae Rosia
5e57594fba
update docker_run.sh
...
Signed-off-by: Nicolae Rosia <nicolae.rosia@gmail.com>
8 years ago
Daniel Agar
24b26e53b9
cmake organize code coverage handling and base
8 years ago
Daniel Agar
8a681397bf
travis-ci lazy init submodules
8 years ago