Skip to content

Commit

Permalink
Add separate build for Airtop1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Feb 22, 2023
1 parent cfda2ae commit d94c27f
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 286 deletions.
2 changes: 1 addition & 1 deletion config/logos.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ uint8_t __attribute__((section (".configData"))) post_code_bits [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};

#ifdef AIRTOP3_LOGO
#ifdef AIRTOP3_HW
// Airtop3 logo
uint8_t __attribute__((section (".configData"))) airtop_logo[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Expand Down
4 changes: 4 additions & 0 deletions fp-application.atsln
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Config Section|AVR = Config Section|AVR
Debug|AVR = Debug|AVR
Release Airtop1|AVR = Release Airtop1|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Config Section|AVR.ActiveCfg = Config Section|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Config Section|AVR.Build.0 = Config Section|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release Airtop1|AVR.ActiveCfg = Release Airtop1|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release Airtop1|AVR.Build.0 = Release Airtop1|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Deploy.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit d94c27f

Please sign in to comment.