35 #define UART1_DEV /dev/ttyPA1
37 #define GPS_UBX_ENABLE_NMEA_DATA_MASK 0xff
43 #define UART2_DEV /dev/ttyUSB0
46 #define UART4_DEV /dev/ttyUSB1
49 #define UART5_DEV /dev/ttyACM0
52 #define UART6_DEV /dev/ttyACM1
57 #define UART3_DEV /dev/uart-sbus
61 #define DEFAULT_ACTUATORS "boards/disco/actuators.h"
62 #define ActuatorDefaultSet(_x,_y) ActuatorsDiscoSet(_x,_y)
63 #define ActuatorsDefaultInit() ActuatorsDiscoInit()
64 #define ActuatorsDefaultCommit() ActuatorsDiscoCommit()
74 #ifndef USE_BARO_BOARD
75 #define USE_BARO_BOARD 1
81 #define ADC0_CHANNELS 2
82 #define ADC0_CHANNELS_CNT 1
83 #define ADC0_BUF_LENGTH 8192
89 #define SPI0_BITS_PER_WORD 8
90 #define SPI0_MAX_SPEED_HZ 320000
94 #define MS45XX_I2C_DEV i2c1
95 #define MS45XX_PRESSURE_RANGE 4
96 #define MS45XX_PRESSURE_TYPE 1
97 #define MS45XX_OUTPUT_TYPE 1
98 #define MS45XX_PRESSURE_OUTPUT_TYPE_InH2O 1
99 #define MS45XX_AIRSPEED_SCALE 1.6327
100 #ifndef USE_AIRSPEED_LOWPASS_FILTER
101 #define USE_AIRSPEED_LOWPASS_FILTER 1
104 #ifndef MS45XX_LOWPASS_TAU
105 #define MS45XX_LOWPASS_TAU 0.15
112 #define USE_AIRSPEED 1
Initialization and configuration of the MT9V117 CMOS Chip.
struct video_config_t bottom_camera
Initialization and configuration of the MT9F002 CMOS Chip.
struct video_config_t front_camera
Video thread dummy for simulation.