Datasheet

Create a New Project
This page makes the following assumptions:
1. You have already installed the newt and newtmgr tools on your system (see the Native Installation pages in
this learning guide for details)
2. The various build tools ( arm-none-eabi-gcc , etc.) are available from the command-line
3. You are using Mynewt version 1.1 for the tools and core codebase
This project will have the following features:
newtmgr support will be enabled over the serial port
Shell support will be included, allowing you to enter commands over the serial connection
Create a Project Skeleton
The first thing to do is create a project skeleton via the following command:
This should give you the following output:
Download Project Dependencies
Next download the project dependencies from the associated repos.
Since this is a new project, only apache-mynewt-core will be downloaded:
Depending on your system state, this should give you the following output:
We'll use 'myproject' as a project name here, but you are free to change it to something else
$ newt new myproject
Downloading project skeleton from apache/mynewt-blinky...
Installing skeleton in myproject...
Project myproject successfully created.
$ cd myproject
$ newt install -v
© Adafruit Industries https://learn.adafruit.com/adafruit-nrf52-pro-feather Page 47 of 87