-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#379 Added support for the Tag platform and the Roadrunner device. Re…
…factoring of platform startup code.
- Loading branch information
1 parent
5cec953
commit 3d23111
Showing
10 changed files
with
92 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Make configuration for the Tag platform | ||
|
||
PLATFORM_HELP_tag = Tag platform, includes Roadrunner | ||
PLATFORM_NAME_tag = Tag platform | ||
|
||
CPU=stm32f4 | ||
|
||
######### Sensors configuration ########## | ||
CFLAGS += -DSENSOR_INCLUDED_BMI088_BMP388 | ||
PROJ_OBJ += sensors_bmi088_bmp388.o | ||
|
||
######### Stabilizer configuration ########## | ||
ESTIMATOR ?= any | ||
CONTROLLER ?= Any # one of Any, PID, Mellinger | ||
POWER_DISTRIBUTION ?= stock | ||
|
||
######### COMPILE FLAGS ########## | ||
CFLAGS += -DDECK_FORCE=bcDWM1000 | ||
CFLAGS += -DSENSORS_IGNORE_BAROMETER_FAIL |