bifravst / cat-tracker-fw

Cat Tracker Firmware
https://bifravst.github.io/
3 stars 3 forks source link

Turn this repo into a standalone app #40

Closed coderbyheart closed 4 years ago

coderbyheart commented 4 years ago

The way we maintain a fork of fw-nrfconnect-nrf is not really helpful for our release history.

This repo should be turned into a standalone app which depends on https://github.com/NordicPlayground/fw-nrfconnect-nrf/ instead of being a fork.

VojislavM commented 4 years ago

hi @coderbyheart, so at the moment the best way to build is to follow the nrf Connect SDK setup guide, set the version to tag v1.1.0 and then just copy the cat_tracker form saga branch (from this repo) into the application folder?

Do you use Segger studio, VS Code or some other option for development? If you use some other option then Segger, can you please share somewhere the setup. Thanks

coderbyheart commented 4 years ago

@VojislavM I have extended the documentation on how to currently build this project in the handbook. You can always check out the GitHub Actions workflow as a reference, which sets up a blank Ubuntu image to compile the firmware.

coderbyheart commented 4 years ago

Great improvement @simensrostad!