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/>.
22 #if defined(KAKUTEF4V2)
23 #define TARGET_BOARD_IDENTIFIER "KTV2"
24 #define USBD_PRODUCT_STRING "KakuteF4-V2"
25 #elif defined(FLYWOOF405)
26 #define TARGET_BOARD_IDENTIFIER "FWF4"
27 #define USBD_PRODUCT_STRING "FLYWOOF405"
29 #define TARGET_BOARD_IDENTIFIER "KTV1"
30 #define USBD_PRODUCT_STRING "KakuteF4-V1"
33 #define USE_TARGET_CONFIG
35 #if defined(FLYWOOF405)
46 #if defined(FLYWOOF405)
47 #define BEEPER_PIN PC13
49 #define BEEPER_PIN PC9
52 #define BEEPER_INVERTED
53 #define INVERTER_PIN_UART3 PB15
58 #define GYRO_1_EXTI_PIN PC5
59 #define USE_MPU_DATA_READY_SIGNAL
60 #define ENSURE_MPU_DATA_READY_IS_LOW
62 #define GYRO_1_CS_PIN PC4
63 #define GYRO_1_SPI_INSTANCE SPI1
64 #define GYRO_1_ALIGN CW270_DEG
67 #define USE_ACC_SPI_ICM20689
70 #define USE_GYRO_SPI_ICM20689
72 #if defined(FLYWOOF405)
74 #define USE_GYRO_SPI_MPU6000
75 #define USE_ACC_SPI_MPU6000
78 #if defined(KAKUTEF4V2) || defined(FLYWOOF405) // There is invertor on RXD3(PB11), so PB10/PB11 can't be used as I2C2.
79 #define USE_I2C //No other I2C pins are fanned out, So V1 don't support I2C peripherals.
80 #define USE_I2C_DEVICE_1
81 #define I2C_DEVICE (I2CDEV_1)
83 #define I2C1_SCL PB8 // SCL pad
84 #define I2C1_SDA PB9 // SDA pad
85 #define BARO_I2C_INSTANCE I2C_DEVICE
86 #define MAG_I2C_INSTANCE I2C_DEVICE
89 #define USE_MAG_HMC5883 //External, connect to I2C1
90 #define USE_MAG_QMC5883
91 #define USE_MAG_LIS3MDL
92 #define MAG_HMC5883_ALIGN CW180_DEG
95 #define USE_BARO_MS5611 //External, connect to I2C1
96 #define USE_BARO_BMP280 //onboard
100 #define MAX7456_SPI_INSTANCE SPI3
101 #define MAX7456_SPI_CS_PIN PB14
102 #define FLASH_CS_PIN PB3
103 #define FLASH_SPI_INSTANCE SPI3
106 #define USE_FLASH_M25P16
109 #define USB_DETECT_PIN PA8
110 #define USE_USB_DETECT
113 #define UART1_RX_PIN PA10
115 #if defined (FLYWOOF405)
116 #define UART1_TX_PIN PB6 //SCL/UART1_TX/TIM4_CH1
118 #define UART1_TX_PIN PA9
122 #define UART3_RX_PIN PB11
123 #define UART3_TX_PIN PB10
126 #define UART6_RX_PIN PC7
127 #define UART6_TX_PIN PC6
129 #if defined (KAKUTEF4V2) || defined(FLYWOOF405) // Uart4 and Uart5 are fanned out on v2
130 #define USE_UART4 // Uart4 can be used for GPS or RunCam Split
131 #define UART4_RX_PIN PA1
132 #define UART4_TX_PIN PA0
134 #define USE_UART5 //Uart5 can be used for ESC sensor
135 #define UART5_RX_PIN PD2
136 #define UART5_TX_PIN NONE
138 #define USE_SOFTSERIAL1 //M1~M4 and LedTrip can be redefined as Softserial
139 #define SERIAL_PORT_COUNT 7 //vcp, uart1, uart3, uart4, uart5, uart6, softSerial1
141 #define USE_SOFTSERIAL1
142 #define USE_SOFTSERIAL2
143 #define SERIAL_PORT_COUNT 6 //vcp, uart1, uart3,, uart6, softSerial1, softSerial2
146 #define USE_ESCSERIAL
148 #if defined(FLYWOOF405)
149 #define ESCSERIAL_TIMER_TX_PIN PB8
151 #define PINIO1_PIN PB12 // VTX power switcher
152 #define PINIO2_PIN PB13 // 2xCamera switcher
155 #define ESCSERIAL_TIMER_TX_PIN PC7 // (HARDARE=0,PPM)
159 #define USE_SPI_DEVICE_1 //ICM20689
160 #define SPI1_NSS_PIN PC4
161 #define SPI1_SCK_PIN PA5
162 #define SPI1_MISO_PIN PA6
163 #define SPI1_MOSI_PIN PA7
165 #define USE_SPI_DEVICE_3 //dataflash
166 #define SPI3_NSS_PIN PB3
167 #define SPI3_SCK_PIN PC10
168 #define SPI3_MISO_PIN PC11
169 #define SPI3_MOSI_PIN PC12
171 #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
173 #define ADC_INSTANCE ADC1 // Default added
174 #define ADC1_DMA_OPT 0 // DMA 2 Stream 0 Channel 0
176 #define VBAT_ADC_PIN PC3
177 #define CURRENT_METER_ADC_PIN PC2
178 #define RSSI_ADC_PIN PC1
180 #define DEFAULT_FEATURES ( FEATURE_TELEMETRY | FEATURE_OSD )
181 #define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
182 #define SERIALRX_PROVIDER SERIALRX_SBUS
183 #define SERIALRX_UART SERIAL_PORT_USART3
185 #define TARGET_IO_PORTA 0xffff
186 #define TARGET_IO_PORTB 0xffff
187 #define TARGET_IO_PORTC 0xffff
188 #define TARGET_IO_PORTD (BIT(2))
190 #if defined (KAKUTEF4V2)
191 #define USABLE_TIMER_CHANNEL_COUNT 6
192 #define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(8))
193 #elif defined(FLYWOOF405)
194 #define USABLE_TIMER_CHANNEL_COUNT 11
195 #define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3)| TIM_N(4)| TIM_N(8)| TIM_N(10))
197 #define USABLE_TIMER_CHANNEL_COUNT 8
198 #define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(8))