36 #ifndef STM3210E_INS_H_
40 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
42 #define DEBUG_PRINTF(level, ...) {if(level <= DEBUG_LEVEL && pios_com_debug_id > 0) { PIOS_COM_SendFormattedStringNonBlocking(pios_com_debug_id, __VA_ARGS__); }}
44 #define DEBUG_PRINTF(level, ...)
83 #define BOARD_READABLE true
84 #define BOARD_WRITABLE true
85 #define MAX_DEL_RETRYS 3
91 #define PIOS_LED_HEARTBEAT 0
92 #define PIOS_LED_ALARM 1
93 #define PIOS_ANNUNCIATOR_BUZZER 2
98 #define PIOS_WATCHDOG_TIMEOUT 250
99 #define PIOS_WDG_REGISTER RTC_BKP_DR4
119 #define PIOS_COM_GPS (pios_com_gps_id)
120 #define PIOS_COM_TELEM_USB (pios_com_telem_usb_id)
121 #define PIOS_COM_BRIDGE (pios_com_bridge_id)
122 #define PIOS_COM_VCP (pios_com_vcp_id)
123 #define PIOS_COM_MAVLINK (pios_com_mavlink_id)
124 #define PIOS_COM_HOTT (pios_com_hott_id)
125 #define PIOS_COM_FRSKY_SENSOR_HUB (pios_com_frsky_sensor_hub_id)
126 #define PIOS_COM_LIGHTTELEMETRY (pios_com_lighttelemetry_id)
127 #define PIOS_COM_FRSKY_SPORT (pios_com_frsky_sport_id)
128 #define PIOS_COM_OPENLOG (pios_com_openlog_logging_id)
129 #define PIOS_COM_STORM32BGC (pios_com_storm32bgc_id)
131 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
133 #define PIOS_COM_DEBUG (pios_com_debug_id)
136 #if defined(PIOS_INCLUDE_WS2811)
142 #ifdef PIOS_INCLUDE_MAX7456
152 #define RS_ECC_NPARITY 4
154 #define PIOS_SYSCLK 168000000
165 #define PIOS_PERIPHERAL_APB1_CLOCK (PIOS_SYSCLK / 4)
175 #define PIOS_PERIPHERAL_APB2_CLOCK (PIOS_SYSCLK / 2)
181 #define PIOS_IRQ_PRIO_LOW 12 // lower than RTOS
182 #define PIOS_IRQ_PRIO_MID 8 // higher than RTOS
183 #define PIOS_IRQ_PRIO_HIGH 5 // for SPI, ADC, I2C etc...
184 #define PIOS_IRQ_PRIO_HIGHEST 4 // for USART etc...
190 #define PIOS_RCVR_MAX_CHANNELS 12
195 #define PIOS_PPM_NUM_INPUTS 12
200 #define PIOS_PWM_NUM_INPUTS 8
205 #define PIOS_SPEKTRUM_NUM_INPUTS 12
210 #define PIOS_SBUS_NUM_INPUTS (16+2)
215 #define PIOS_DSM_NUM_INPUTS 12
220 #define PIOS_HSUM_MAX_DEVS 2
221 #define PIOS_HSUM_NUM_INPUTS 32
226 #define PIOS_SERVO_UPDATE_HZ 50
227 #define PIOS_SERVOS_INITIAL_POSITION 0
232 #define PIOS_TIM_MAX_DEVS 6
236 #define PIOS_ADC_MAX_OVERSAMPLING 2
237 #define VREF_PLUS 3.3
242 #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