30 #ifndef STM3210E_INS_H_
31 #define STM3210E_INS_H_
35 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
37 #define DEBUG_PRINTF(level, ...) {if(level <= DEBUG_LEVEL && pios_com_debug_id > 0) { PIOS_COM_SendFormattedStringNonBlocking(pios_com_debug_id, __VA_ARGS__); }}
39 #define DEBUG_PRINTF(level, ...)
78 #define BOARD_READABLE true
79 #define BOARD_WRITABLE true
80 #define MAX_DEL_RETRYS 3
85 #define PIOS_LED_HEARTBEAT 0
86 #define PIOS_LED_ALARM 1
87 #define PIOS_ANNUNCIATOR_BUZZER 2
92 #define PIOS_WATCHDOG_TIMEOUT 250
93 #define PIOS_WDG_REGISTER RTC_BKP_DR4
113 #define PIOS_COM_GPS (pios_com_gps_id)
114 #define PIOS_COM_TELEM_USB (pios_com_telem_usb_id)
115 #define PIOS_COM_BRIDGE (pios_com_bridge_id)
116 #define PIOS_COM_VCP (pios_com_vcp_id)
117 #define PIOS_COM_MAVLINK (pios_com_mavlink_id)
118 #define PIOS_COM_HOTT (pios_com_hott_id)
119 #define PIOS_COM_FRSKY_SENSOR_HUB (pios_com_frsky_sensor_hub_id)
120 #define PIOS_COM_LIGHTTELEMETRY (pios_com_lighttelemetry_id)
121 #define PIOS_COM_FRSKY_SPORT (pios_com_frsky_sport_id)
122 #define PIOS_COM_OPENLOG (pios_com_openlog_logging_id)
123 #define PIOS_COM_STORM32BGC (pios_com_storm32bgc_id)
125 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
127 #define PIOS_COM_DEBUG (pios_com_debug_id)
131 #ifdef PIOS_INCLUDE_MAX7456
137 #if defined(PIOS_INCLUDE_WS2811)
143 #define PIOS_SYSCLK 168000000
154 #define PIOS_PERIPHERAL_APB1_CLOCK (PIOS_SYSCLK / 4)
164 #define PIOS_PERIPHERAL_APB2_CLOCK (PIOS_SYSCLK / 2)
169 #define PIOS_IRQ_PRIO_LOW 12 // lower than RTOS
170 #define PIOS_IRQ_PRIO_MID 8 // higher than RTOS
171 #define PIOS_IRQ_PRIO_HIGH 5 // for SPI, ADC, I2C etc...
172 #define PIOS_IRQ_PRIO_HIGHEST 4 // for USART etc...
178 #define PIOS_RCVR_MAX_CHANNELS 12
183 #define PIOS_PPM_NUM_INPUTS 12
188 #define PIOS_PWM_NUM_INPUTS 8
193 #define PIOS_DSM_NUM_INPUTS 12
198 #define PIOS_HSUM_MAX_DEVS 2
199 #define PIOS_HSUM_NUM_INPUTS 32
204 #define PIOS_SBUS_NUM_INPUTS (16+2)
209 #define PIOS_SERVO_UPDATE_HZ 50
210 #define PIOS_SERVOS_INITIAL_POSITION 0
215 #define PIOS_TIM_MAX_DEVS 8
220 #define PIOS_ADC_SUB_DRIVER_MAX_INSTANCES 3
221 #define PIOS_ADC_MAX_OVERSAMPLING 2
222 #define VREF_PLUS 3.3
227 #define PIOS_USB_ENABLED 1
uintptr_t pios_com_frsky_sport_id
uintptr_t pios_com_frsky_sensor_hub_id
uintptr_t pios_com_telem_serial_id
uintptr_t pios_com_debug_id
uintptr_t pios_com_hott_id
struct max7456_dev_s * max7456_dev_t
uintptr_t pios_com_mavlink_id
uintptr_t pios_com_lighttelemetry_id
uintptr_t pios_com_openlog_logging_id
uintptr_t pios_com_telem_usb_id
uintptr_t pios_com_bridge_id
uintptr_t pios_com_storm32bgc_id
uintptr_t pios_com_gps_id
uintptr_t pios_com_vcp_id