Added KAKUTEF7V2 target

This commit is contained in:
Andrey Mironov 2018-09-03 15:30:28 +03:00
parent 5ef68ef6a3
commit 241458e1e0
3 changed files with 14 additions and 0 deletions

View File

View 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

View File

@ -1,4 +1,9 @@
ifeq ($(TARGET), KAKUTEF7V2)
F7X5XI_TARGETS += $(TARGET)
else
F7X5XG_TARGETS += $(TARGET)
endif
FEATURES += SDCARD VCP
TARGET_SRC = \