Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename src/drivers/adc to src/drivers/adc/arch_adc #14477

Merged
merged 3 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_test/init.d/rc.sensors
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if bst start -X
then
fi

if adc start
if board_adc start
then
fi

Expand Down
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ px4_add_board(
TEL1:/dev/ttyS1
TEL2:/dev/ttyS2
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/airmind/mindpx-v2/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Airmind Mindpx-v2 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal I2C bus
hmc5883 -T -I -R 12 start
Expand Down
2 changes: 1 addition & 1 deletion boards/av/x-v1/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ px4_add_board(
TEL3:/dev/ttyS2
TEL4:/dev/ttyS3
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/av/x-v1/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# av_x1-v1 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

adis16477 -s -R 8 start

Expand Down
2 changes: 1 addition & 1 deletion boards/beaglebone/blue/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ px4_add_board(
TOOLCHAIN arm-linux-gnueabihf
TESTING
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/bmp280
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/bitcraze/crazyflie/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Bitcraze Crazyflie specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Onboard I2C
mpu9250 -I -R 12 start
Expand Down
2 changes: 1 addition & 1 deletion boards/cuav/nora/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ px4_add_board(
# CONSOLE: /dev/ttyS4
# RC: /dev/ttyS5
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/cuav/nora/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# board specific sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# SPI1 (internal)
rm3100 -s start
Expand Down
2 changes: 1 addition & 1 deletion boards/cuav/x7pro/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ px4_add_board(
# CONSOLE: /dev/ttyS4
# RC: /dev/ttyS5
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/cuav/x7pro/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# CUAV X7Pro specific board sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# SPI1 (internal)
#adis16470 -s start
Expand Down
2 changes: 1 addition & 1 deletion boards/cubepilot/cubeorange/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ px4_add_board(
# CONSOLE:/dev/ttyS4
GPS2:/dev/ttyS5
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/cubepilot/cubeorange/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Board specific sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# SPI1
ms5611 -s -b 1 start
Expand Down
2 changes: 1 addition & 1 deletion boards/cubepilot/cubeyellow/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ px4_add_board(
# CONSOLE:/dev/ttyS4
GPS2:/dev/ttyS5
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/cubepilot/cubeyellow/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Board specific sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# SPI1
ms5611 -s -b 1 start
Expand Down
2 changes: 1 addition & 1 deletion boards/emlid/navio2/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ px4_add_board(
TOOLCHAIN arm-linux-gnueabihf
TESTING
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/ms5611
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
TEL2:/dev/ttyS2
TEL4:/dev/ttyS3
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Holybro Durandal V1 specific board sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# Internal SPI bus ICM-20689
icm20689 -R 2 -s start
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/durandal-v1/stackcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
TEL2:/dev/ttyS2
TEL4:/dev/ttyS3
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/ms5611
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakutef7/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ px4_add_board(
RC:/dev/ttyS4 # UART6
# /dev/ttyS5: UART7 (ESC telemetry)
DRIVERS
adc
adc/board_adc
barometer/bmp280
dshot
gps
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakutef7/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KakuteF7 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# The default IMU is an ICM20689, but there might also be an MPU6000
if ! mpu6000 -R 6 -s start
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/pix32v5/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
TEL3:/dev/ttyS4
TEL4:/dev/ttyS3
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/pix32v5/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PX4 FMUv5 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal SPI bus ICM-20602
icm20602 -s -R 2 start
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v1/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ px4_add_board(
TEL2:/dev/ttyS4 # UART5 / J1
TEL3:/dev/ttyS1 # USART2 / J4
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/modalai/fc-v1/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ModalAI FC-v1 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Start Digital power monitors
voxlpm -X -b 3 -K -T VBATT start
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/ctrl-zero-f7/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
#CONSOLE:/dev/ttyS4
#FRSKY:/dev/ttyS5
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/dps310
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/ctrl-zero-f7/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# mRo Control Zero specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal ICM-20602
icm20602 -s -R 8 start
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/x21-777/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ px4_add_board(
# CONSOLE:/dev/tty5
# OSD:/dev/tty6
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/x21-777/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Board specific sensors init
#------------------------------------------------------------------------------
adc start
board_adc start

# SPI1
ms5611 -s -b 1 start
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/x21/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ px4_add_board(
TEL1:/dev/ttyS1
TEL2:/dev/ttyS2
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/mro/x21/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# mRo x21 specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal SPI bus ICM-20608-G
icm20608g -s -R 8 start
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-e/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ px4_add_board(
TEL1:/dev/ttyS4
TEL2:/dev/ttyS1
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
barometer/mpl3115a2
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-e/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# NXP fmuk66-e specific board defaults
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal Mag I2C bus roll 180, yaw 90
bmm150 -I -R 10 start
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-e/socketcan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ px4_add_board(
TEL1:/dev/ttyS4
TEL2:/dev/ttyS1
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
barometer/mpl3115a2
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-v3/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ px4_add_board(
TEL1:/dev/ttyS4
TEL2:/dev/ttyS1
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
barometer/mpl3115a2
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-v3/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# NXP fmuk66-v3 specific board defaults
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal Mag I2C bus roll 180, yaw 90
bmm150 -I -R 10 start
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmuk66-v3/socketcan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ px4_add_board(
TEL1:/dev/ttyS4
TEL2:/dev/ttyS1
DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
barometer/mpl3115a2
batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmurt1062-v1/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
GPS2:/dev/ttyS4

DRIVERS
adc
adc/board_adc
barometer # all available barometer drivers
batt_smbus
camera_capture
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/fmurt1062-v1/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#------------------------------------------------------------------------------

adc start
board_adc start

# Internal SPI bus ICM-20602
icm20602 -R 2 -s start
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/rddrone-uavcan146/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ px4_add_board(
ROMFSROOT cannode
UAVCAN_INTERFACES 2
DRIVERS
#adc
#adc/board_adc
#barometer # all available barometer drivers
#bootloaders
#differential_pressure # all available differential pressure drivers
Expand Down
2 changes: 1 addition & 1 deletion boards/omnibus/f4sd/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ px4_add_board(
TEL2:/dev/ttyS1
URT6:/dev/ttyS2
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/bmp280
#batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/omnibus/f4sd/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Omnibus F4SD specific board sensors init
#------------------------------------------------------------------------------

adc start
board_adc start

if ! mpu6000 -R 6 -s start
then
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ px4_add_board(
TEL2:/dev/ttyS2
TEL4:/dev/ttyS6
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/ms5611
#batt_smbus
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/fixedwing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ px4_add_board(
TEL2:/dev/ttyS2
TEL4:/dev/ttyS6
DRIVERS
adc
adc/board_adc
#barometer # all available barometer drivers
barometer/ms5611
#batt_smbus
Expand Down
Loading