Skip to content

Commit

Permalink
[targets] fix naming conventions
Browse files Browse the repository at this point in the history
step 1 ; WIP
  • Loading branch information
nerdCopter committed Mar 27, 2024
1 parent d743e8e commit 18202fc
Show file tree
Hide file tree
Showing 82 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

#pragma once

#if defined(IFF4_TWIN_G_M)
#if defined(IFLIGHT_F405_TWING_M)
#define TARGET_BOARD_IDENTIFIER "S405"
#define USBD_PRODUCT_STRING "IFLIGHTF4TWIN_G_mpu6000"
#define USBD_PRODUCT_STRING "IFLIGHT_F405_TWING_M"
#else
#define TARGET_BOARD_IDENTIFIER "S405"
#define USBD_PRODUCT_STRING "IFLIGHTF4TWIN_G"
#define USBD_PRODUCT_STRING "IFLIGHT_F405_TWING"
#endif

#define USE_DSHOT_DMAR
Expand All @@ -47,7 +47,7 @@
#define PINIO1_PIN PC14
#define PINIO2_PIN PC15

#if defined(IFF4_TWIN_G_M)
#if defined(IFLIGHT_F405_TWING_M)
#define USE_MPU_DATA_READY_SIGNAL

#define USE_EXTI
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#pragma once

#define TARGET_BOARD_IDENTIFIER "S411"
#define USBD_PRODUCT_STRING "IFLIGHT F411 AIO"
#define USBD_PRODUCT_STRING "IFLIGHT_F411_AIO32"

#define LED0_PIN PB5

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#pragma once
#define TARGET_BOARD_IDENTIFIER "S411"
#define USBD_PRODUCT_STRING "IFLIGHT F411 PRO"
#define USBD_PRODUCT_STRING "IFLIGHT_F411_PRO"

#define ENABLE_DSHOT_DMAR true

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#pragma once

#define TARGET_BOARD_IDENTIFIER "IFRC"
#define USBD_PRODUCT_STRING "IFLIGHT SUCCEX E F4"
#define USBD_PRODUCT_STRING "IFLIGHT_SUCCEX_E_F4"

#define LED0_PIN PB5

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 18202fc

Please sign in to comment.