mynewt-newt icon indicating copy to clipboard operation
mynewt-newt copied to clipboard

An OS to build, deploy and securely manage billions of devices

Results 68 mynewt-newt issues
Sort by recently updated
recently updated
newest added

I'm trying to use the mfg command with the following `newt`, and it's running into errors - ``` $ newt version Apache Newt 1.10.0-dev / fd9df1e-dirty / 2021-05-17_16:21 ``` I...

I am having a similar issue to #439, but slightly different behavior. When I try to run the `mfg create` command, I get the following error: ```$ newt mfg create...

For blinky repo we need full clone as release tag may no longer be on top of master... [janc@ix test]$ newt new my_proj Downloading project skeleton from apache/mynewt-blinky... Downloading repository...

Hi, I’ve run into an issue building a manufacturing image and I’m not sure how to work around it. The issue is the apollo3 MCU has a boot rom starting...

Without the fix, mfg create for targets such as target.app: "@mcuboot/boot/mynewt" fails, since the path to the .manifest, .hex and .bin is wrong. This can be fixed by using the...

This adds struct that wraps settings map into an object that we can pass around. It makes further modification easier since we will not need to change parameters in zillion...

This adds support for evaluating syscfg values as expressions. This is done for **all** values by default so some existing configurations may need to be changed. Following tokens are allowed...

newt install could download only 'shallow' git copy of repos containing only selected tag/branch

enhancement