mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
BetaFlight V2 recognition
Update binaries
This commit is contained in:
parent
893b45c518
commit
f5ad7f6003
23 changed files with 40783 additions and 45831 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ FLASH_SIZE ?=
|
||||||
# Things that need to be maintained as the source changes
|
# Things that need to be maintained as the source changes
|
||||||
#
|
#
|
||||||
|
|
||||||
FORKNAME = alphaflight
|
FORKNAME = betaflight
|
||||||
|
|
||||||
VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE MOTOLAB
|
VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE MOTOLAB
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
BIN
obj/betaflight_CC3D.bin
Normal file
BIN
obj/betaflight_CC3D.bin
Normal file
Binary file not shown.
6895
obj/betaflight_CHEBUZZF3.hex
Normal file
6895
obj/betaflight_CHEBUZZF3.hex
Normal file
File diff suppressed because it is too large
Load diff
BIN
obj/betaflight_COLIBRI_RACE.bin
Normal file
BIN
obj/betaflight_COLIBRI_RACE.bin
Normal file
Binary file not shown.
BIN
obj/betaflight_MOTOLAB.bin
Normal file
BIN
obj/betaflight_MOTOLAB.bin
Normal file
Binary file not shown.
7517
obj/betaflight_NAZE.hex
Normal file
7517
obj/betaflight_NAZE.hex
Normal file
File diff suppressed because it is too large
Load diff
5914
obj/betaflight_NAZE32PRO.hex
Normal file
5914
obj/betaflight_NAZE32PRO.hex
Normal file
File diff suppressed because it is too large
Load diff
6767
obj/betaflight_OLIMEXINO.hex
Normal file
6767
obj/betaflight_OLIMEXINO.hex
Normal file
File diff suppressed because it is too large
Load diff
BIN
obj/betaflight_SPARKY.bin
Normal file
BIN
obj/betaflight_SPARKY.bin
Normal file
Binary file not shown.
7174
obj/betaflight_SPRACINGF3.hex
Normal file
7174
obj/betaflight_SPRACINGF3.hex
Normal file
File diff suppressed because it is too large
Load diff
6514
obj/betaflight_STM32F3DISCOVERY.hex
Normal file
6514
obj/betaflight_STM32F3DISCOVERY.hex
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2153,7 +2153,7 @@ static void cliVersion(char *cmdline)
|
||||||
{
|
{
|
||||||
UNUSED(cmdline);
|
UNUSED(cmdline);
|
||||||
|
|
||||||
printf("# AlphaFlight/%s %s %s / %s (%s)",
|
printf("# BetaFlight v2/%s %s %s / %s (%s)",
|
||||||
targetName,
|
targetName,
|
||||||
FC_VERSION_STRING,
|
FC_VERSION_STRING,
|
||||||
buildDate,
|
buildDate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue