Beat Küng
7e33d03470
drivers: remove tap_esc
...
- it's not used anymore
- it would need a refactoring to use mixer_module
4 years ago
David Sidrane
fd0494555c
canbootloader:stm32_boarddeinitialize->board_deinitialize
4 years ago
David Sidrane
d8b9def3f8
cuav_an-gps-v1:Ensure yeild is used for FLASH programing
4 years ago
Daniel Agar
bcae99e34a
boards: CUAV Nora don't start icm20649 on SPI6 by default
...
- waiting on NuttX SPI6 BDMA to be fixed
4 years ago
Daniel Agar
414f9f81d9
move fake GPS to standalone module
4 years ago
Daniel Agar
5dc5ebc0a1
boards: cleanup uavcan test targets (v1 and v0 embedded peripherals)
4 years ago
Daniel Agar
46eb790188
boards: new uavcan board variants remove delete mkblctrl driver
4 years ago
David Sidrane
e0e796a2b9
ROMFS:Bake in UAVCAN FW with builds that end in _uavcan
...
The configuration are mostly for testing now.
4 years ago
David Sidrane
57195843bf
cuav_can-gps-v1:Use for ALT Bootloader an Option
4 years ago
David Sidrane
3f6388f9a1
uav_can-gps-v1:Use common uavcan board identity
4 years ago
David Sidrane
28030e96e2
cuav_can-gps-v1:UavcanNode app ensure IWDG off in debuger
4 years ago
David Sidrane
5c80b2d3dd
cuav_can-gps-v1:canbootloader - enable SWD and Pause IWDT whils stepping
4 years ago
David Sidrane
c7182d5453
cuav_can-gps-v1:CMakeList remove .h files
4 years ago
David Sidrane
878baabce8
cuav GPS use appdes
4 years ago
Daniel Agar
ab0d0fd0be
uORB move to PX4 platform layer
4 years ago
Daniel Agar
44df0fb7a2
Analog Devices ADIS16448 rewrite
...
- new IMU driver structure with state machine (no sleeps in bus thread)
- verify all configured registers and trigger reset on failure
- detect if DIO1 or DIO2 are actually connected for data ready interrupt usage
- don't use CRC-16 on burst transfers except for verified lots
4 years ago
Daniel Agar
fb2a199621
delete unmaintaned mkblctrl driver
4 years ago
Daniel Agar
a257120e8d
boards: use new param default mechanism
4 years ago
Daniel Agar
8a0bf15b9e
boards: CUAV X7Pro fix BMI088 orientation
4 years ago
Daniel Agar
8f0918a16b
boards: remove unused linker __param section
4 years ago
Daniel Agar
a2442ffb48
board: enable UAVCAN sensors by default on F7/H7
4 years ago
Daniel Agar
78dff6adcb
boards: add CONSTRAINED_MEMORY build option
...
- currently the main change is that it reduces the max number of ORB multi instances to 4, but usage will be expanded as needed
- limits number of EKF2 multi instances to 2.
- enabled on all cortex m4 boards
4 years ago
Daniel Agar
318c7e83b3
support up to PWM 14
...
- generate PWM_MAIN 1-14
- generate PWM_AUX 1-8
- generate PWM_EXTRA 1-8
- px4io and pwm_out directly read configuration parameters
- only available and active physical outputs are actually shown for configuration
- overall saves flash despite adding many new parameters
4 years ago
CUAVcaijie
e30b8495b8
Enable x7pro and nora spi4 DMA
4 years ago
Daniel Agar
f0d1f1d679
boards: disable BDMA on STM32H7 for now
4 years ago
Lorenz Meier
2308cb8a40
CUAV CAN GPS support UAVCAN standard/indication/Button.uavcan
...
Co-authored-by: Daniel Agar <daniel@agar.ca>
4 years ago
David Sidrane
ab650373d6
cuav gps:Add Beep indication
4 years ago
Daniel Agar
b422da45ec
boot_app_shared automatically generate UAVCAN bootable image
4 years ago
Daniel Agar
347c185967
UAVCAN bootloader merge duplicate boot_app_shared
4 years ago
Daniel Agar
350ebf5a1f
boards: CUAV CAN GPS flash based parameters
4 years ago
David Sidrane
7800f94dcb
cuav_can-gps-v1 Use SK6812 Serial PWM LED Driver
4 years ago
David Sidrane
fdba8f1f23
cuav_can-gps-v1:Use corrected pinout
4 years ago
Daniel Agar
e4d223f098
boards: CUAV Nora fix BMI088 orientation
4 years ago
Daniel Agar
1ec10bfcc6
boards: disable CONFIG_ARMV7M_LAZYFPU again ( #16573 )
...
- this was causing hard faults on the CUAV Nora and possibly other boards, disabling everywhere until we fully understand the root cause
4 years ago
Daniel Agar
e96571b45d
uavcannode: GPS working on cuav_can-gps-v1
...
- use sensor_gps directly from sensor rather than vehicle_gps_position (aggregated value)
4 years ago
Daniel Agar
58909b208d
boards: cuav can-gps-v1 add safety button and LED
4 years ago
David Sidrane
1ac70cc72f
can-gps-v1:Correct Memory size used by app and bootloader size
4 years ago
David Sidrane
618bd5978a
can-gps-v1:canbootloader SAFETY is GETNODEINFO_JUMPER
4 years ago
David Sidrane
177109a1af
can-gps-v1:LED Trimming
4 years ago
David Sidrane
238c28d458
SK6812 Led driver
4 years ago
David Sidrane
85bd04f0c7
can-gps-v1:canbootloader Fixed
4 years ago
David Sidrane
3e08fd6682
can-gps-v1: Removed GPIO_CAN_CTRL
4 years ago
David Sidrane
c2c92cb2c8
can-gps-v1: Added LED pin
4 years ago
David Sidrane
cdae8bf168
can-gps-v1:Fixed Clock
4 years ago
Daniel Agar
cb74cb8692
boards: enable CONFIG_ARMV7M_LAZYFPU everywhere
4 years ago
Daniel Agar
763c3b8fda
boards: start enabling multi-EKF by default on F7/H7
4 years ago
Matthias Grob
7545249215
Add flight_mode_manager to all targets with mc_pos_control
4 years ago
David Sidrane
22bc176885
Added mft for queries
4 years ago
David Sidrane
16f388d625
cuav_x7pro: Use px4_platform_configure
4 years ago
David Sidrane
26e164c3ba
cuav_nora: Use px4_platform_configure
4 years ago