Tool built on top of West for managing nRF Connect SDK projects.
Project description
East - tool for building NCS/Zephyr applications
East is a command line meta-tool, useful for creating, managing, and deploying Zephyr or nRF Connect SDK (NCS) projects.
It is built on top of Zephyr's RTOS meta-tool West and Nordic's nRF Connect Toolchain Manager.
Reasoning behind East
There are several reasons why someone would like to create yet another tool on
top of west
:
- Working on several projects at once means using different versions of the NCS repository and different versions of the toolchain. Managing these differences is not a trivial task.
- There is no reproducible build guarantee between the developer's machines. Slight differences between tool versions can manifest into hard-to-find bugs.
- Creating GitHub releases manually takes ages as you have to run the build process for every combination of the board, application, build variant, etc. and properly rename the release binary. The release procedure gets longer with every addition of new hardware and build variation option.
East automates the above tasks and tries to make the developer more productive.
Key features
- Automated detection and installation of tooling required for NCS projects.
- Common
west
commands used for the development, such asbuild
,flash
, etc. - Sandboxed development environment, thanks to the nRF Connect Toolchain
Manager, every
build
,flash
, etc. command runs inside of its toolchain environment. - Automated process of generating release artefacts for your entire project, no matter the number of applications, samples or boards.
- Support for build types, which is integrated into the usual build process.
- RTT utility commands to connect and see the RTT stream.
Documentation
docs
directory contains several markdown documents about East:
- Getting stared - Quickly setup an example project and get it building with East.
- How East works - How East works under the hood and what to expect from it.
- Configuration - How to configure build types and release procedure via
east.yml
file. - Development guide - How to setup development environment for working on East.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
east_tool-0.23.1.tar.gz
(139.3 kB
view hashes)
Built Distribution
east_tool-0.23.1-py3-none-any.whl
(52.0 kB
view hashes)
Close
Hashes for east_tool-0.23.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04553e68cd3d5a95678661ab25db56bc5f28e495c5862c8f823e95d636d79dc8 |
|
MD5 | 69fdc6b2d8259ee24311f91fc277c56a |
|
BLAKE2b-256 | b2d2562f15088b38632d793a8bed20617e856674c9f4a3dd3d84217141219f2e |