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

[Enhancement] Make software development experience easier #146

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

ajay-bhargava
Copy link

Purpose

Following on from this thread in the Brilliant discord, it is apparent to me that the current state of this repository doesn't clearly articulate the dependencies required to run Tasks > Build in VSCode to craft a suitable application.hex to flash onto a nRF52480 SDK.

What this change imparts

I've added a few files to make the Dev experience a bit more streamlined, pending further input from the support team regarding essential libraries needed to develop. Namely these changes include:

  • Devcontainer.json
  • DockerFile
  • docker-compose.yml

If merged and all libraries described, a user should become empowered to build application.hex without having to install the necessary binaries on their local machine.

Thank you!

Thanks for considering this PR!

@ajay-bhargava ajay-bhargava marked this pull request as ready for review March 6, 2024 15:10
@ajay-bhargava
Copy link
Author

Hello,

I humbly submit an improvement to the existing codebase to aid developers. This allows most of the make utilities to be pre-installed in a Docker container to make the build process faster and less error prone for people trying to locate libraries.

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.

1 participant