kdewald / nrf53-blinky-standalone

CMake-based experimental project template for the nRF5340DK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nRF53 Blinky Experiment

This is an experimental setup to build apps for the newly-released nRF5340DK without the use of west, as it severely obfuscates the real dependencies of a project. It has been hacked together without much regard on proper structure, so stay away from production builds.

Notes

  • Run git submodule update --init --recursive to load all dependencies.
  • Use ./scripts/build.sh to compile and build the project.
  • Used nRF Connect to flash the nRF5340DK. The output binary will be found in build/zephyr/zephyr.hex.

About

CMake-based experimental project template for the nRF5340DK


Languages

Language:CMake 51.9%Language:C 34.3%Language:Shell 13.7%