Beat Küng
1851665fab
boards: add new spi+i2c config
...
Chip-select and SPI initialization uses the new config, whereas the drivers
still use the existing defines.
The configuration in board_config.h can be removed after all drivers are
updated.
5 years ago
Daniel Agar
4698a09b98
delete unmaintained outback challenge (OBC) bottle drop example
5 years ago
David Sidrane
cad3a811d2
nxp_fmurt1062-v1:Run from OCRAM
5 years ago
David Sidrane
3ed643f3d7
fmurt1062-v1:Update imxrt_flexspi_nor_boot configurable
5 years ago
Daniel Agar
d7c3e1066a
uavcannode updates and px4_fmu-v4_cannode example
...
- drivers/uavcannode add baro, mag, gps publications
- delete old px4_cannode-v1 board
- add stripped down simple rcS for CAN nodes
5 years ago
Beat Küng
ccf2078c66
nxp/fmurt1062-v1: use hw description methods for timer configuration
5 years ago
Beat Küng
8cd9afc19a
imxrt io_timer: remove some fields from io_timers_t and split out channel indexes
...
IOMUX uses different enumeration from GPIO pin + port, so we cannot use
.gpio_out, and add a .gpio_portpin.
5 years ago
Beat Küng
d74d094940
nuttx configs: disable nuttx timers which are used for PWM output
...
These are not required, and to be consistent we enforce disabling them now.
5 years ago
Beat Küng
c01f6811d0
nxp/fmuk66-v3: use hw description methods for timer configuration
5 years ago
Beat Küng
62b4f3487a
io timer: remove some fields from io_timers_t and split out channel indexes
...
- reduces amount of board configuration required
- removes the cyclic dependency between io_timers_t and timer_io_channels_t
Fixes a bug in the fmuk66-v3 config: the 2. timer has 3 channels associated
not 2.
Fixes a bug in the modelai config: the 2. timer has 4 channels associated.
5 years ago
David Sidrane
2193cce50b
rddrone-uavcan146:Board Added
5 years ago
Beat Küng
b399698306
ist8310: remove calibration code
...
- it does nothing useful
- increases boot time by 2 seconds on pixhawk 4 due to a poll timeout:
IST8310 on I2C bus 3 at 0x0e (bus: 100 KHz, max: 400 KHz)
WARN [ist8310] ERROR: TIMEOUT 2
5 years ago
David Sidrane
78c7f98ef1
nxp_fmurt1062-v1:Memory Reorg
5 years ago
David Sidrane
962716a7c3
nxp_fmurt1062-v1:Performance tuning
5 years ago
David Sidrane
a8720057fd
nxp_fmurt1062-v1:RC is on LPUART6 ttyS5
5 years ago
David Sidrane
eb30041958
nxp_fmurt1062-v1:PROBES:carry includes and path needed
5 years ago
David Sidrane
ef5ed2e43c
nxp_fmurt1062-v1:OC remove Pull up - OC have series 47K
5 years ago
David Sidrane
ec0f004a7b
fmurt1062-v1:Correct SPI1_DRDY4_ICM20602
5 years ago
David Sidrane
1fd2f27493
fmurt1062-v1:Add SPI4 RESET and SYNC
5 years ago
David Sidrane
1346312012
fmurt1062-v1:Add GPIO info
5 years ago
David Sidrane
5202724f19
fmurt1062-v1:Add nARMED Support
5 years ago
David Sidrane
08ac209674
fmurt1062-v1:Set BAT ADC scaling
5 years ago
David Sidrane
453c39230f
fmurt1062-v1:Consistently use ONE/ZERO on inital OUTPUT settings
5 years ago
David Sidrane
1d2187528b
fmurt1062-v1:Fix LPUART8 RX, TX pin definitions
5 years ago
David Sidrane
a4e9498260
fmurt1062-v1:Fix LPUART3 CTS Pin definition
5 years ago
David Sidrane
2cbec89e2b
fmurt1062-v1:Fix and enable support for debut Probes
5 years ago
David Sidrane
2385e1091d
fmurt1062-v1:Correct ttyS usage
5 years ago
David Sidrane
e5bf0710b5
fmurt1062-v1:Support imxrt_lpi2c_reset uses GPIO with SION
5 years ago
David Sidrane
f44f8a95e1
fmurt1062-v1:Update board modules ==FMUv5
5 years ago
David Sidrane
625429d3b7
fmurt1062-v1:Support configurations to fine tune LPI2C Timeouts.
5 years ago
David Sidrane
59d17b053f
fmurt1062-v1:Support clock setting for SPI and I2C from board.h
5 years ago
David Sidrane
94dbf3176a
fmurt1062-v1:Update board modules ==FMUv5
5 years ago
David Sidrane
51f0bc9788
fmurt1062-v1:Remove EVK build options
5 years ago
David Sidrane
a8e0c29161
fmurt1062-v1:Invert USDHC CD
5 years ago
David Sidrane
be14fa084b
fmurt1062-v1 Build for BB Rev A
5 years ago
David Sidrane
b4b597251f
fmurt1062-v1:Rev to match Rev A HW
5 years ago
David Sidrane
59693dc48e
Adding NXP fmurt1062-v1
...
Add nxp_fmurt1062-v1 to CI
5 years ago
Daniel Agar
dc05ceaad2
create temperature_compensation module
...
- this is a new module for temperature compensation that consolidates the functionality previously handled in the sensors module (calculating runtime thermal corrections) and the events module (online thermal calibration)
- by collecting this functionality into a single module we can optionally disable it on systems where it's not used and save some flash (if disabled at build time) or memory (disabled at run time)
5 years ago
Daniel Agar
e951531b12
camera_feedback: move to WQ callback and uORB::Subscription
5 years ago
David Sidrane
c93d358145
fmuk66-v3:Add Ethernet Support
5 years ago
Daniel Agar
bc182e94e6
sensors split rc_update into new standalone module
5 years ago
Daniel Agar
92559f7a85
Bosch bmp280 barometer cleanup
5 years ago
Daniel Agar
5aaf1b100b
delete unused md25 driver
5 years ago
Daniel Agar
8c38176d77
boards: alphabetize and sync common drivers and modules
5 years ago
Daniel Agar
84fe64b1c2
create new multicopter rate controller module (mc_rate_control) split out of mc_att_control
5 years ago
Daniel Agar
99aae8b891
NuttX use toolchain math.h and avoid empty drivers/Kconfig
5 years ago
David Sidrane
15f25a4e02
fmuk66-v3:Remove MMC support - NuttX detection is broken
5 years ago
David Sidrane
5c0aada220
fmuk66-v3:Remove CONFIG_EXAMPLES_MOUNT
5 years ago
David Sidrane
65a26ec060
nxp_fmuk66-v1:Port to NuttX 8.1+
5 years ago
David Sidrane
d534349dfe
nxp:fmuk66-v3 BSP Updated to NuttX 8.1+
5 years ago