Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
9cdebca1
Unverified
Commit
9cdebca1
authored
Dec 15, 2017
by
Konstantin Sharlaimov
Committed by
GitHub
Dec 15, 2017
Browse files
Merge pull request #2584 from AlienFlightINAV/FF_F35
Rename FF_WINGF4 to FF_F35_LIGHTNING
parents
c1881ac1
34cba43b
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/target/FF_
W
ING
F4
/README.md
→
src/main/target/FF_
F35_LIGHTN
ING/README.md
View file @
9cdebca1
# FuriousFPV
W
ing
F4
# FuriousFPV
F35 Lightn
ing
will be available at: http://furiousfpv.com
...
...
src/main/target/FF_
W
ING
F4
/target.c
→
src/main/target/FF_
F35_LIGHTN
ING/target.c
View file @
9cdebca1
File moved
src/main/target/FF_
W
ING
F4
/target.h
→
src/main/target/FF_
F35_LIGHTN
ING/target.h
View file @
9cdebca1
...
...
@@ -16,9 +16,9 @@
*/
#pragma once
#define TARGET_BOARD_IDENTIFIER "
WINGF4
"
#define TARGET_BOARD_IDENTIFIER "
FF35
"
#define USBD_PRODUCT_STRING "FURIOUS
W
ING
F4
"
#define USBD_PRODUCT_STRING "FURIOUS
F35-LIGHTN
ING"
#define LED0 PC10 // Blue LED
// #define LED1 PC10 // Red LED
...
...
@@ -32,27 +32,20 @@
#define MPU_INT_EXTI PC4
#define USE_MPU_DATA_READY_SIGNAL
#define MPU6500_CS_PIN PC0
#define MPU6500_SPI_BUS BUS_SPI3
#define MPU9250_CS_PIN PC0
#define MPU9250_SPI_BUS BUS_SPI3
#define USE_ACC
#define USE_ACC_MPU6500
#define ACC_MPU6500_ALIGN CW180_DEG
#define USE_ACC_MPU9250
#define ACC_MPU9250_ALIGN CW180_DEG
#define USE_GYRO
#define USE_GYRO_MPU6500
#define GYRO_MPU6500_ALIGN CW180_DEG
#define USE_GYRO_MPU9250
#define GYRO_MPU9250_ALIGN CW180_DEG
#define USE_MAG
#define USE_MAG_MPU9250
#define MAG_MPU9250_ALIGN CW
18
0_DEG
#define MAG_MPU9250_ALIGN CW
9
0_DEG
_FLIP
#define USE_BARO
#define USE_BARO_MS5611
...
...
@@ -127,7 +120,9 @@
#define VBAT_ADC_CHANNEL ADC_CHN_2
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_1
#define DEFAULT_FEATURES (FEATURE_VBAT | FEATURE_BLACKBOX)
#define DEFAULT_FEATURES (FEATURE_VBAT | FEATURE_CURRENT_METER | FEATURE_OSD )
#define CURRENT_METER_SCALE 250
// Number of available PWM outputs
#define MAX_PWM_OUTPUT_PORTS 6
...
...
src/main/target/FF_
W
ING
F4
/target.mk
→
src/main/target/FF_
F35_LIGHTN
ING/target.mk
View file @
9cdebca1
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment