dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_board.h
Go to the documentation of this file.
1 
15 /*
16  * This program is free software; you can redistribute it and/or modify
17  * it under the terms of the GNU General Public License as published by
18  * the Free Software Foundation; either version 3 of the License, or
19  * (at your option) any later version.
20  *
21  * This program is distributed in the hope that it will be useful, but
22  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
23  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
24  * for more details.
25  *
26  * You should have received a copy of the GNU General Public License along
27  * with this program; if not, see <http://www.gnu.org/licenses/>
28  *
29  * Additional note on redistribution: The copyright and license notices above
30  * must be maintained in each individual source file that is a derivative work
31  * of this source file; otherwise redistribution is prohibited.
32  */
33 
34 #ifndef SEPPUKU_PIOS_BOARD_H_
35 #define SEPPUKU_PIOS_BOARD_H_
36 
37 #include <stdbool.h>
38 
39 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
40 #define DEBUG_LEVEL 0
41 #define DEBUG_PRINTF(level, ...) {if(level <= DEBUG_LEVEL && pios_com_debug_id > 0) { PIOS_COM_SendFormattedStringNonBlocking(pios_com_debug_id, __VA_ARGS__); }}
42 #else
43 #define DEBUG_PRINTF(level, ...)
44 #endif /* PIOS_INCLUDE_DEBUG_CONSOLE */
45 
46 //------------------------
47 // Timers and Channels Used
48 //------------------------
49 /*
50 Timer | Channel 1 | Channel 2 | Channel 3 | Channel 4
51 ------+-----------+-----------+-----------+----------
52 TIM1 | | | |
53 TIM2 | --------------- PIOS_DELAY -----------------
54 TIM3 | | | |
55 TIM4 | | | |
56 TIM5 | | | |
57 TIM6 | | | |
58 TIM7 | | | |
59 TIM8 | | | |
60 ------+-----------+-----------+-----------+----------
61 */
62 
63 //------------------------
64 // DMA Channels Used
65 //------------------------
66 /* Channel 1 - */
67 /* Channel 2 - */
68 /* Channel 3 - */
69 /* Channel 4 - */
70 /* Channel 5 - */
71 /* Channel 6 - */
72 /* Channel 7 - */
73 /* Channel 8 - */
74 /* Channel 9 - */
75 /* Channel 10 - */
76 /* Channel 11 - */
77 /* Channel 12 - */
78 
79 //------------------------
80 // BOOTLOADER_SETTINGS
81 //------------------------
82 #define BOARD_READABLE true
83 #define BOARD_WRITABLE true
84 #define MAX_DEL_RETRYS 3
85 
86 //------------------------
87 // PIOS_LED
88 //------------------------
89 #define PIOS_LED_ALARM 0
90 #define PIOS_LED_HEARTBEAT 0
91 
92 #define PIOS_ANNUNCIATOR_BUZZER 1
93 
94 //------------------------
95 // PIOS_WDG
96 //------------------------
97 #define PIOS_WATCHDOG_TIMEOUT 250
98 #define PIOS_WDG_REGISTER RTC_BKP_DR4
99 
100 //-------------------------
101 // PIOS_COM
102 //
103 // See also pios_board.c
104 //-------------------------
105 extern uintptr_t pios_com_telem_serial_id;
106 extern uintptr_t pios_com_gps_id;
107 extern uintptr_t pios_com_telem_usb_id;
108 extern uintptr_t pios_com_bridge_id;
109 extern uintptr_t pios_com_vcp_id;
110 extern uintptr_t pios_com_mavlink_id;
111 extern uintptr_t pios_com_hott_id;
112 extern uintptr_t pios_com_frsky_sensor_hub_id;
113 extern uintptr_t pios_com_lighttelemetry_id;
114 extern uintptr_t pios_com_frsky_sport_id;
115 extern uintptr_t pios_com_openlog_logging_id;
116 extern uintptr_t pios_com_storm32bgc_id;
117 
118 #define PIOS_COM_GPS (pios_com_gps_id)
119 #define PIOS_COM_TELEM_USB (pios_com_telem_usb_id)
120 #define PIOS_COM_BRIDGE (pios_com_bridge_id)
121 #define PIOS_COM_VCP (pios_com_vcp_id)
122 #define PIOS_COM_MAVLINK (pios_com_mavlink_id)
123 #define PIOS_COM_HOTT (pios_com_hott_id)
124 #define PIOS_COM_FRSKY_SENSOR_HUB (pios_com_frsky_sensor_hub_id)
125 #define PIOS_COM_LIGHTTELEMETRY (pios_com_lighttelemetry_id)
126 #define PIOS_COM_FRSKY_SPORT (pios_com_frsky_sport_id)
127 #define PIOS_COM_OPENLOG (pios_com_openlog_logging_id)
128 #define PIOS_COM_STORM32BGC (pios_com_storm32bgc_id)
129 
130 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
131 extern uintptr_t pios_com_debug_id;
132 #define PIOS_COM_DEBUG (pios_com_debug_id)
133 #endif /* PIOS_INCLUDE_DEBUG_CONSOLE */
134 
135 #if defined(PIOS_INCLUDE_WS2811)
136 #include <pios_ws2811.h>
137 
139 #endif
140 
141 #define PIOS_SYSCLK 168000000
142 // Peripherals that belongs to APB1 are:
143 // DAC |PWR |CAN1,2
144 // I2C1,2,3 |UART4,5 |USART3,2
145 // I2S3Ext |SPI3/I2S3 |SPI2/I2S2
146 // I2S2Ext |IWDG |WWDG
147 // RTC/BKP reg
148 // TIM2,3,4,5,6,7,12,13,14
149 
150 // Calculated as SYSCLK / APBPresc * (APBPre == 1 ? 1 : 2)
151 // Default APB1 Prescaler = 4
152 #define PIOS_PERIPHERAL_APB1_CLOCK (PIOS_SYSCLK / 4)
153 
154 // Peripherals belonging to APB2
155 // SDIO |EXTI |SYSCFG |SPI1
156 // ADC1,2,3
157 // USART1,6
158 // TIM1,8,9,10,11
159 //
160 // Default APB2 Prescaler = 2
161 //
162 #define PIOS_PERIPHERAL_APB2_CLOCK (PIOS_SYSCLK / 2)
163 
164 //-------------------------
165 // Interrupt Priorities
166 //-------------------------
167 #define PIOS_IRQ_PRIO_LOW 12 // lower than RTOS
168 #define PIOS_IRQ_PRIO_MID 8 // higher than RTOS
169 #define PIOS_IRQ_PRIO_HIGH 5 // for SPI, ADC, I2C etc...
170 #define PIOS_IRQ_PRIO_HIGHEST 4 // for USART etc...
171 
172 //------------------------
173 // PIOS_RCVR
174 // See also pios_board.c
175 //------------------------
176 #define PIOS_RCVR_MAX_CHANNELS 12
177 
178 //-------------------------
179 // Receiver PPM input
180 //-------------------------
181 #define PIOS_PPM_NUM_INPUTS 12
182 
183 //-------------------------
184 // Receiver PWM input
185 //-------------------------
186 #define PIOS_PWM_NUM_INPUTS 8
187 
188 //-------------------------
189 // Receiver DSM input
190 //-------------------------
191 #define PIOS_DSM_NUM_INPUTS 12
192 
193 //-------------------------
194 // Receiver HSUM input
195 //-------------------------
196 #define PIOS_HSUM_MAX_DEVS 2
197 #define PIOS_HSUM_NUM_INPUTS 32
198 
199 //-------------------------
200 // Receiver S.Bus input
201 //-------------------------
202 #define PIOS_SBUS_NUM_INPUTS (16+2)
203 
204 //-------------------------
205 // Servo outputs
206 //-------------------------
207 #define PIOS_SERVO_UPDATE_HZ 50
208 #define PIOS_SERVOS_INITIAL_POSITION 0 /* dont want to start motors, have no pulse till settings loaded */
209 
210 //--------------------------
211 // Timer controller settings
212 //--------------------------
213 #define PIOS_TIM_MAX_DEVS 8
214 
215 //-------------------------
216 // ADC
217 //-------------------------
218 #define PIOS_ADC_MAX_OVERSAMPLING 4
219 #define VREF_PLUS 3.3
220 
221 //-------------------------
222 // USB
223 //-------------------------
224 #define PIOS_USB_ENABLED 1 /* Should remove all references to this */
225 
226 
227 #endif /* SEPPUKU_PIOS_BOARD_H_ */
228 
uintptr_t pios_com_frsky_sport_id
uintptr_t pios_com_frsky_sensor_hub_id
uintptr_t pios_com_telem_serial_id
Definition: pios_hal.c:127
uintptr_t pios_com_debug_id
Definition: pios_board.c:76
uintptr_t pios_com_hott_id
uintptr_t pios_com_mavlink_id
uintptr_t pios_com_lighttelemetry_id
ws2811_dev_t pios_ws2811
Definition: pios_board.c:66
uintptr_t pios_com_openlog_logging_id
Definition: pios_board.c:49
uintptr_t pios_com_telem_usb_id
Definition: pios_board.c:42
uintptr_t pios_com_bridge_id
Definition: pios_hal.c:81
uintptr_t pios_com_storm32bgc_id
uintptr_t pios_com_gps_id
Definition: pios_hal.c:80
uintptr_t pios_com_vcp_id