frame-codebase icon indicating copy to clipboard operation
frame-codebase copied to clipboard

[Enhancement] Make software development experience easier

Open ajay-bhargava opened this issue 1 year ago • 1 comments

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 avatar Mar 02 '24 19:03 ajay-bhargava

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.

ajay-bhargava avatar Mar 06 '24 15:03 ajay-bhargava

Sorry this became outdated but we're looking into making this a little more streamlined with nordic's tool updates

siliconwitch avatar Oct 17 '24 12:10 siliconwitch