Andrew Tridgell
84a4f9dc96
AP_HAL: added boost_end() method to Scheduler API
...
this allows for a better method of controlling main thread priority
7 years ago
Lucas De Marchi
0355b1a340
waf: update submodule
7 years ago
Lucas De Marchi
98c741803f
build: change default installation prefix to /usr
7 years ago
Lucas De Marchi
997d9f58de
build: invert default for header checks
...
In the end the build time is always almost the same, but it's a pain to
change one header and have it check the world. CI continues to use the
check so we can get any mistake before merging.
7 years ago
Lucas De Marchi
7c068ee8ef
build: add command to output currently configured board
...
./waf board now shows what's the currently configured board. Same as
grep "'board':" build/.lock-waf*
but in a more pleasant way.
7 years ago
Lucas De Marchi
3ecc138c86
build: move more Linux-only options inside group
...
prefix, destdir, libdir, bindir only make sense for Linux targets.
7 years ago
Lucas De Marchi
73edda697d
build: align help options
...
While it's aesthetically nice to start the help message in a new line
looking at the code, the first \n screws the output leaving them not
aligned.
7 years ago
Lucas De Marchi
9342bc5050
build: invert default for lttng
...
Since it's a debug option, particularly for the scheduler, leave it
disabled by default and let the user enable on demand.
7 years ago
Lucas De Marchi
4697089a82
build: move Linux configuration options to its own sections
7 years ago
Lucas De Marchi
b1b4b66e65
AP_HAL_Linux: minlure: fix uart path
...
In some point in past it may have been ttyS2, but right now on kernel
4.16+ the UART is on ttyS5. We could do like is done for I2C and search
on sysfs, but it requires additional changes.
7 years ago
Lucas De Marchi
b54b95de12
AP_HAL: minlure: search for specific I2C controller
...
The number can change from one kernel version to another and even from
one boot to another. Find the I2C controller on sysfs and stick to that,
like it's done for PCA9685.
7 years ago
Lucas De Marchi
320db1d79b
AP_HAL_Linux: remove unused i2c devpaths
7 years ago
Lucas De Marchi
2000e17646
AP_HAL: move get_device() method from AP_HAL_Linux
...
This way it's possible to use the method in platform-independent code
without a need to up cast.
7 years ago
Lucas De Marchi
4f2498947b
AP_HAL_Linux: remove redundant ifdef
...
CONFIG_HAL_BOARD_SUBTYPE should be set in the boards header.
7 years ago
Lucas De Marchi
904888fba7
DataFlash: Linux boards never use /fs
7 years ago
Peter Barker
4e53d9e1a8
Tools: correct flashing under Linux
7 years ago
Andrew Tridgell
3b143a99bf
autotest: removed sitl-debug varient
7 years ago
Andrew Tridgell
9aa0ddfa54
waf: don't make --debug create a build varient
...
this behaviour is really quite annoying for developers
7 years ago
stephen.dade
76cc014245
waf: Allow spaces in paths when compiling for ChibiOS targets
7 years ago
Andrew Tridgell
835484429d
waf: don't build ChibiOS with debug by default
...
this makes builds (and rebuilds with ccache) faster
7 years ago
mirkix
0c353d2af0
AP_HAL_Linux: change PocketPilot to final baro sensor
7 years ago
mirkix
ee86418587
AP_HAL: change PocketPilot to final baro sensor
7 years ago
mirkix
598ae5c3f7
AP_HAL_Linux: PocketPilot: change pru to final design
7 years ago
mirkix
f4a38d6f2a
Linux_HAL_Essentials: PocketPilot: change pinorder to final design
7 years ago
Francisco Ferreira
483048398e
AP_Relay: document BB Blue pin options
7 years ago
Andrew Tridgell
5854ccbb4c
HAL_ChibiOS: removed stray debug code
...
thanks to @alielectric for noticing
7 years ago
Eugene Shamaev
5d4579a086
AP_HAL_SITL: add wind type parameters
7 years ago
Eugene Shamaev
d086edc762
SITL: add wind type parameters
7 years ago
Andrew Tridgell
9e76555152
autotest: added --no-extra-ports option for sim_vehicle.py
7 years ago
Peter Barker
83b918f1c3
AP_Param: make send_parameter_value_all a GCS method rather than static
7 years ago
Peter Barker
bf124e9333
GCS_MAVLink: make send_parameter_value_all a GCS method rather than static
7 years ago
Peter Barker
1a640e3405
AP_InertialSensor: parameterise sensor-rate logging, generalise it
...
AP_InertialSensor: add parameters for push-to-log interval and count
AP_InertialSensor: rename BAT_RAW to BAT_OPT
This becomes a bitmask of options for the BatchSampler
AP_InertialSensor: rename 'fast sample' to 'sensorrate sample'
AP_InertialSensor: const sensor-rate filter method
AP_InertialSampler: remove hard-coding of sample rate multiplier
AP_InertialSensor: use parameter to enable/disable sensor-rate logging
AP_InertialSensor: use a parameter to control sensor-rate logging
AP_InertialSensor: allow backends to override sensor data multiplier
e.g. some accelerometers are sensitive over wider ranges than the default 16G
AP_Inertialsensor: correct sample rate multiplier
7 years ago
Andrew Tridgell
44131202cd
AP_InertialSensor: 4kHz batch sampling
7 years ago
Andrew Tridgell
4869dd0ae4
AP_NavEKF3: send airspeed variance over mavlink
7 years ago
Andrew Tridgell
fb0deba3aa
AP_NavEKF2: send airspeed variance over mavlink
7 years ago
Andrew Tridgell
0b03562cf2
AP_AHRS: fix for mavlink update
7 years ago
Andrew Tridgell
69e38d1b67
mavlink: submodule update
7 years ago
Sarthak Bhagat
0bd21b0b3f
Copter: SmartRTL add pilot yaw control
7 years ago
Peter Barker
767f81265b
Sub: correct compilation under clang++ on MacOSX
7 years ago
Andrew Tridgell
2684f46641
HAL_ChibiOS: fixed IMU orientation for revo-mini
7 years ago
night-ghost
c51dda45e7
HAL_F4light: fix compilation errors
7 years ago
night-ghost
1cfdfe55a1
DataFlash: fix HAL_F4light compilation errors
7 years ago
night-ghost
a05c79f1d8
Compass: fix HAL_F4light compilation errors
7 years ago
night-ghost
eb0343649b
Baro: fix HAL_F4light compilation errors
7 years ago
Jacob Walser
aadbd04726
Sub: Update release notes for 3.5.3-beta
7 years ago
Jacob Walser
e5bd6e289e
AP_Motors: Add current limiting to 6DOF motors for Sub
7 years ago
mirkix
c2eee2db23
AP_HAL_ChibiOS: add STM32F7 I2C support
7 years ago
Alexander Malishev
1fd52c4e01
HAL_ChibiOS: added input capture filter
7 years ago
night-ghost
a2cc54fb5d
HAL_F4Light fixes: removed unused code, removed debugging printf(), removed hard-coded pins
7 years ago
night-ghost
e5c3fd43ee
upgrade FatFS to most recent version
7 years ago