You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2019/06/20 17:42:21 UTC

[mynewt-artifact] 09/12: Enabling mfg bin to hex image convertion.

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git

commit 846046a16d0c5c8d56e56179b90a2ed9fdf54c0b
Author: Miguel Azevedo <mi...@gmail.com>
AuthorDate: Sat Mar 23 22:51:30 2019 +0000

    Enabling mfg bin to hex image convertion.
---
 manifest/mfg_manifest.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifest/mfg_manifest.go b/manifest/mfg_manifest.go
index da2d5e9..1c61ccd 100644
--- a/manifest/mfg_manifest.go
+++ b/manifest/mfg_manifest.go
@@ -13,6 +13,7 @@ type MfgManifestTarget struct {
 	Offset       int    `json:"offset"`
 	BinPath      string `json:"bin_path,omitempty"`
 	ImagePath    string `json:"image_path,omitempty"`
+	HexPath      string `json:"hex_path,omitempty"`
 	ManifestPath string `json:"manifest_path"`
 }