Skip to content

Commit 6fb1ac2

Browse files
update gyro to icm42688p for StellarF4 target (#630)
1 parent 283a21f commit 6fb1ac2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/STELLARF4/config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@
2525
#define BOARD_NAME STELLARF4
2626
#define MANUFACTURER_ID STBE
2727

28+
#define TARGET_BOARD_IDENTIFIER "STF4"
29+
#define USBD_PRODUCT_STRING "StingBee Stellar F4"
30+
2831
#define USE_ACC
2932
#define USE_BARO
3033
#define USE_FLASH
3134
#define USE_GYRO
3235

3336
#define USE_ACCGYRO_BMI270
37+
#define USE_GYRO_SPI_ICM42688P
38+
#define USE_ACC_SPI_ICM42688P
3439
#define USE_BARO_BMP280
3540
#define USE_BARO_DPS310
3641
#define USE_FLASH_M25P16

0 commit comments

Comments
 (0)