1
0
Fork 0
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:
borisbstyle 2015-09-19 17:47:48 +02:00
parent 893b45c518
commit f5ad7f6003
23 changed files with 40783 additions and 45831 deletions

View file

@ -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

Binary file not shown.

6895
obj/betaflight_CHEBUZZF3.hex Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

BIN
obj/betaflight_MOTOLAB.bin Normal file

Binary file not shown.

7517
obj/betaflight_NAZE.hex Normal file

File diff suppressed because it is too large Load diff

5914
obj/betaflight_NAZE32PRO.hex Normal file

File diff suppressed because it is too large Load diff

6767
obj/betaflight_OLIMEXINO.hex Normal file

File diff suppressed because it is too large Load diff

BIN
obj/betaflight_SPARKY.bin Normal file

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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,