Peter van der Perk
815617e670
Added common options for sensor drivers
...
uavcan_board_identity check for existance
Added kconfig for compiler definitions
3 years ago
Peter van der Perk
82888d3320
[Kconfig] Merge/diff fixes and added some FMUv5 targets
3 years ago
Peter van der Perk
ea393b54d9
[Kconfig] non-default labels config inherit default.px4board config
3 years ago
Peter van der Perk
b7f03cec5e
[Kconfig] Add FMU-V5 and PX4-IOv2 px4board config
3 years ago
Peter van der Perk
56472eeed7
Completely removed px4_add_board
3 years ago
Peter van der Perk
57593cc56a
Initial attempt to make px4_add_board obsolute
3 years ago
Peter van der Perk
abd85cd219
Rebase 06-07-21 and add batman Kconfig support
3 years ago
Peter van der Perk
4e4aabc03f
Update Kconfig after rebasing 03-05-21
3 years ago
Peter van der Perk
d5e3e9a7bc
[Kconfig] Decompose Kconfig, now each module has its own Kconfig
...
Which is better for versioning and decomposability
3 years ago
Peter van der Perk
094d3557d7
Add Kconfig for Gyro calibration #17040
3 years ago
Peter van der Perk
a0821afafd
[Kconfig] Move UAVCANv0 num interfaces to Kconfig
3 years ago
Peter van der Perk
16f86a99c2
Swap pwm_out with pwm_sim_out to get same binary output as the non-kconfig build
3 years ago
Peter van der Perk
e4f9fd8f53
[Kconfig] forgot distance sensor furthermore K66 build should be equal now
3 years ago
Peter van der Perk
787b9b54e1
Board config now saved as defconfig which is smaller and friendlier for version control
3 years ago
Peter van der Perk
7a747b43f6
Initial boardconfig working with FMUK66
3 years ago
Peter van der Perk
4044fbd4a0
Initial Kconfig implementation in CMake
...
Used fmuk66-v3 as test case
3 years ago
Daniel Agar
bbfaa4694c
boards: cleanup serial RX DMA hrt_call_every
...
- remove ts_to_abstime dependency
3 years ago
Daniel Agar
10bc778651
boards: freefly_can-rtk-gps delete unused include
3 years ago
Daniel Agar
51758bd7e6
boards: delete unused variants
3 years ago
Daniel Agar
3570e5a4f0
boards: cuav_nora_test disable attitude_estimator_q to save flash
3 years ago
Daniel Agar
02aed782e3
boards: px4_fmu-v6x_default disable sd_stress to save flash
3 years ago
Daniel Agar
b4d33a36f8
boards: px4_fmu-v6x_default disable examples/fake_gps to save flash
3 years ago
Daniel Agar
2b9ebb7ed6
boards: holybro_kakutef7 disable systemcmds/work_queue to save flash
3 years ago
Daniel Agar
c271a9e3e6
add sd_stress to all boards and run on test rack
3 years ago
Julian Oes
397b1ed8d6
Add sd_stress command
3 years ago
Daniel Agar
c35f68b49d
boards: px4_fmu-v5 sync UAVCAN_TIMER_OVERRIDE across all variants
3 years ago
Daniel Agar
6d78054f50
mavlink USB auto start/stop on boards with VBUS
...
- no longer start sercon or mavlink usb by default
- on USB connection (VBUS) monitor serial USB at low rate and start Mavlink if there's a HEARTBEAT or nshterm on 3 consecutive carriage returns
- the mavlink USB instance is automatically stopped and serdis executed if USB is disconnected
- skipping Mavlink USB (and sercon) saves a considerable amount of memory on older boards
3 years ago
bresch
1443f773da
mbe: add module to targets
3 years ago
bresch
5874b1f87c
mc atune: add module to all targets
...
- adjust flash constrianed targets to fit
3 years ago
bresch
cd61065aea
sitl: start MC autotune module
3 years ago
alexklimaj
05ee31072a
Add ARK RTK GPS
3 years ago
David Sidrane
63e29b821c
holybro_can-gps-v1:Ensure sensors are powered
3 years ago
David Sidrane
70eca23468
ark_can-gps_debug:Fit in Flash w/o loosing tools
3 years ago
David Sidrane
20c1f763d2
px4_fmu-v4:CAN build needs .app_descriptor
3 years ago
David Sidrane
797bd9592b
mxp_ucans32k146:using padding of 8
3 years ago
Peter van der Perk
360c3781f3
UCANS32K146-01 Add CAN tranceiver self test
3 years ago
Jukka Laitinen
1687cab56c
FMUv5: Add a build target for crypto interface testing, px4_fmu-v5_cryptotest
...
To avoid messing with existing targets, and to automatically set the test keys
for the keystore.
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
3 years ago
Daniel Agar
592885480e
boards: ark_can-gps_debug disable perf to save flash
3 years ago
achim
c67d943158
boards: mro_ctrl-zero-h7-oem board.h fix SPI5 ( #18294 )
...
- fix spi pin missmatch PF9=GPIO_SPI5_MOSI_2
3 years ago
Daniel Agar
089c962d92
px4io: moving mixing to FMU side
...
Using mixers on the IO side had a remote benefit of being able to
override all control surfaces with a radio remote on a fixed wing.
This ended up not being used that much and since the original design
10 years ago (2011) we have been able to convince ourselves that the
overall system stability is at a level where this marginal benefit,
which is not present on multicopters, is not worth the hazzle.
Co-authored-by: Beat Küng <beat-kueng@gmx.net>
Co-authored-by: Daniel Agar <daniel@agar.ca>
3 years ago
Thomas Debrunner
43ece74fa0
ina238: Do not expose raw adc config to user, make specific to ina238
3 years ago
Thomas Debrunner
b8d0bb44c4
ina23X: Support for ina23X power monitors
3 years ago
Daniel Agar
3d56836850
boards: nxp_fmurt1062-v1 disable extra barometers to save flash
3 years ago
Beat Küng
bf48057090
px4/fmu-v2_test: disable modules to reduce flash
3 years ago
Beat Küng
946857ddf7
px4/fmu-v6x: disable modules to reduce flash
3 years ago
Beat Küng
673de86553
cubepilot/cubeorange: disable system_time and motor_ramp to reduce flash
3 years ago
Beat Küng
759d03e5f9
nxp/fmurt1062-v1: disable modules to reduce flash
3 years ago
Beat Küng
ce747fac62
cuav/x7pro: disable modules to reduce flash
3 years ago
Beat Küng
3e899564d4
cuav/nora: disable some modules to reduce flash
3 years ago
Beat Küng
c49e78cbac
holybro/durandal-v1: disable modules to reduce flash
3 years ago