Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Building in Gitpod.md #10014

Merged
merged 1 commit into from
May 7, 2024
Merged

Update Building in Gitpod.md #10014

merged 1 commit into from
May 7, 2024

Conversation

dzaro-dev
Copy link
Contributor

Adding a few more points that are required to get HEX files.

Adding a few points that are required to get HEX files.
@JulioCesarMatias
Copy link
Collaborator

Hi, thanks for your contributions... I don't know if other Devs have used GitPod with INAV yet, but I've already started using it... It's a very interesting tool, and very practical. I just missed IntelliSense, could you tell me if there is a way to use it in VSCode on GitPod? Thanks!

1. Leave the other fields as default and click "Continue". Your build environment will be created.
1. At the bottom of the page, you will see a command line. Type `make [TARGET]` and wait for the target to be built.
1. Your new target will be located in a folder called `bin`, which can be found at the top left of the page.
1. Once the build has finished, navigate to the build folder using `cd build`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my case, the correct command was cd bin

@DzikuVx DzikuVx added this to the 8.0 milestone May 7, 2024
@DzikuVx DzikuVx merged commit 33abbab into iNavFlight:master May 7, 2024
14 checks passed
@dzaro-dev
Copy link
Contributor Author

@JulioCesarMatias This is all I could find on the topic.

Apparently, it is supported. But I'm not an expert in coding at all. I'm literally just starting to figure things out one step at a time.
I just remembered using GitPod to build firmware for EdgeTX and though to myself: "Could this be used for INAV targets?"

Luckily, the answer was "YES". I didn't need to do any configuration, installations and clutter my PC with that stuff because it's all done online, so it was perferct what what I needed it to do.

Hifly-rc added a commit to Hifly-rc/inav that referenced this pull request May 9, 2024
commit c24dfbb
Author: Hifly-rc <[email protected]>
Date:   Wed May 8 13:01:48 2024 +0800

    add hiflyf405c3 target

commit 33abbab
Merge: b45e962 a6e256c
Author: Paweł Spychalski <[email protected]>
Date:   Tue May 7 21:06:08 2024 +0200

    Merge pull request iNavFlight#10014 from bishko/patch-1

    Update Building in Gitpod.md

commit b45e962
Merge: 1dc9105 6eb6377
Author: Paweł Spychalski <[email protected]>
Date:   Tue May 7 17:48:35 2024 +0200

    Merge pull request iNavFlight#9934 from iNavFlight/release_7.1.1

    INAV 7.1.1

commit a6e256c
Author: bishko <[email protected]>
Date:   Tue May 7 16:08:42 2024 +0100

    Update Building in Gitpod.md

    Adding a few points that are required to get HEX files.

commit 6eb6377
Author: Pawel Spychalski (DzikuVx) <[email protected]>
Date:   Tue May 7 17:07:08 2024 +0200

    Compilation fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants