-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
461 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
|
||
px4_add_board( | ||
PLATFORM nuttx | ||
VENDOR px4 | ||
MODEL fmu-v5 | ||
LABEL critmonitor | ||
TOOLCHAIN arm-none-eabi | ||
ARCHITECTURE cortex-m7 | ||
ROMFSROOT px4fmu_common | ||
IO px4_io-v2_default | ||
TESTING | ||
UAVCAN_INTERFACES 2 | ||
|
||
SERIAL_PORTS | ||
GPS1:/dev/ttyS0 | ||
TEL1:/dev/ttyS1 | ||
TEL2:/dev/ttyS2 | ||
TEL4:/dev/ttyS3 | ||
|
||
DRIVERS | ||
barometer # all available barometer drivers | ||
batt_smbus | ||
camera_capture | ||
camera_trigger | ||
differential_pressure # all available differential pressure drivers | ||
distance_sensor # all available distance sensor drivers | ||
gps | ||
#heater | ||
imu/adis16448 | ||
imu/adis16497 | ||
#imu # all available imu drivers | ||
imu/bmi055 | ||
imu/mpu6000 | ||
imu/mpu9250 | ||
irlock | ||
lights/blinkm | ||
lights/oreoled | ||
lights/pca8574 | ||
lights/rgbled | ||
lights/rgbled_ncp5623c | ||
lights/rgbled_pwm | ||
magnetometer # all available magnetometer drivers | ||
#md25 | ||
mkblctrl | ||
optical_flow # all available optical flow drivers | ||
pca9685 | ||
power_monitor/ina226 | ||
#protocol_splitter | ||
pwm_input | ||
pwm_out_sim | ||
px4fmu | ||
px4io | ||
rc_input | ||
roboclaw | ||
stm32 | ||
stm32/adc | ||
stm32/tone_alarm | ||
tap_esc | ||
telemetry # all available telemetry drivers | ||
test_ppm | ||
tone_alarm | ||
uavcan | ||
|
||
MODULES | ||
attitude_estimator_q | ||
camera_feedback | ||
commander | ||
dataman | ||
ekf2 | ||
events | ||
fw_att_control | ||
fw_pos_control_l1 | ||
rover_pos_control | ||
land_detector | ||
landing_target_estimator | ||
load_mon | ||
local_position_estimator | ||
logger | ||
mavlink | ||
mc_att_control | ||
mc_pos_control | ||
navigator | ||
sensors | ||
sih | ||
vmount | ||
vtol_att_control | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
config | ||
dmesg | ||
dumpfile | ||
esc_calib | ||
hardfault_log | ||
i2cdetect | ||
led_control | ||
mixer | ||
motor_ramp | ||
motor_test | ||
mtd | ||
nshterm | ||
param | ||
perf | ||
pwm | ||
reboot | ||
reflect | ||
sd_bench | ||
shutdown | ||
tests # tests and test runner | ||
top | ||
topic_listener | ||
tune_control | ||
usb_connected | ||
ver | ||
|
||
EXAMPLES | ||
bottle_drop # OBC challenge | ||
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control | ||
hello | ||
hwtest # Hardware test | ||
#matlab_csv_serial | ||
px4_mavlink_debug # Tutorial code from http://dev.px4.io/en/debug/debug_values.html | ||
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html | ||
rover_steering_control # Rover example app | ||
segway | ||
uuv_example_app | ||
|
||
) |
Oops, something went wrong.