commit | 6326c96f2f08f8b9cd01d8628281955b23a37a58 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@codecoup.pl> | Mon Nov 25 10:58:07 2024 +0100 |
committer | Szymon Janc <szymon.janc@codecoup.pl> | Mon Nov 25 11:51:24 2024 +0100 |
tree | 39de46ea55d57169992b6125a0558733b629c563 | |
parent | c04a9376af74249ee9f861bd10a4da257b378bf5 [diff] |
Use master branch for core repository This will be changed upon release, but newt from master downloads blinky master and thus all project should be from master branches
Apache Blinky is a skeleton for new Apache Mynewt projects. The user downloads this skeleton by issuing the “newt new” command (using Apache Newt). Apache blinky also contains an example app and target for use with Apache Mynewt to help you get started.
Apache Blinky contains an example Apache Mynewt application called blinky. When executed on suitably equipped hardware, this application repeatedly blinks an LED. The below procedure describes how to build this application for the Apache Mynewt simulator.
You will need to download the Apache Newt tool, as documented in the Getting Started Guide.
$ newt install
$ newt build my_blinky_sim
The Apache Newt tool should indicate the location of the generated blinky executable. Since the simulator does not have an LED to blink, this version of blinky is not terribly exciting - a printed message indicating the current LED state. To learn how to build blinky for actual hardware, please see the Getting Started Guide.