2 * This file is part of Cleanflight and Betaflight.
4 * Cleanflight and Betaflight are free software. You can redistribute
5 * this software and/or modify this software under the terms of the
6 * GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or (at your option)
10 * Cleanflight and Betaflight are distributed in the hope that they
11 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 * See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this software.
18 * If not, see <http://www.gnu.org/licenses/>.
23 #define TARGET_BOARD_IDENTIFIER "S411"
25 #define USBD_PRODUCT_STRING "Betaflight STM32F411"
27 #define USE_I2C_DEVICE_1
28 #define USE_I2C_DEVICE_2
29 #define USE_I2C_DEVICE_3
35 #define SERIAL_PORT_COUNT (UNIFIED_SERIAL_PORT_COUNT + 3)
39 #define USE_SPI_DEVICE_1
40 #define USE_SPI_DEVICE_2
41 #define USE_SPI_DEVICE_3
43 #define TARGET_IO_PORTA 0xffff
44 #define TARGET_IO_PORTB 0xffff
45 #define TARGET_IO_PORTC 0xffff
46 #define TARGET_IO_PORTD 0xffff
47 #define TARGET_IO_PORTE 0xffff
50 #define I2C_FULL_RECONFIGURABILITY
55 #define USE_SDCARD_SPI
56 #define USE_SDCARD_SDIO
60 #define SPI_FULL_RECONFIGURABILITY
64 #define USE_SOFTSERIAL1
65 #define USE_SOFTSERIAL2
67 #define UNIFIED_SERIAL_PORT_COUNT 3
69 #define USE_USB_DETECT
75 #define USE_CUSTOM_DEFAULTS