mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #6706 from DieHertz/bfdev-kakute-f765-target
Added KAKUTEF7V2 target
This commit is contained in:
commit
a5ca6e067c
3 changed files with 14 additions and 0 deletions
0
src/main/target/KAKUTEF7/KAKUTEF7V2.mk
Normal file
0
src/main/target/KAKUTEF7/KAKUTEF7V2.mk
Normal file
|
@ -22,8 +22,17 @@
|
|||
|
||||
//#define USE_TARGET_CONFIG
|
||||
|
||||
#ifdef KAKUTEF7V2
|
||||
#define TARGET_BOARD_IDENTIFIER "KT76"
|
||||
#else
|
||||
#define TARGET_BOARD_IDENTIFIER "KTF7"
|
||||
#endif
|
||||
|
||||
#ifdef KAKUTEF7V2
|
||||
#define USBD_PRODUCT_STRING "KakuteF7-V2"
|
||||
#else
|
||||
#define USBD_PRODUCT_STRING "KakuteF7"
|
||||
#endif
|
||||
|
||||
#define LED0_PIN PA2
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
ifeq ($(TARGET), KAKUTEF7V2)
|
||||
F7X5XI_TARGETS += $(TARGET)
|
||||
else
|
||||
F7X5XG_TARGETS += $(TARGET)
|
||||
endif
|
||||
|
||||
FEATURES += SDCARD VCP
|
||||
|
||||
TARGET_SRC = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue