You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2023/01/30 13:47:47 UTC

[mynewt-newt] branch master updated (d8960827 -> 1bc33f9e)

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

andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


    from d8960827 builder: Allow to override compiler in target
     add 1bc33f9e Add wrapper for settings map

No new revisions were added by this update.

Summary of changes:
 newt/builder/buildpackage.go |   2 +-
 newt/builder/buildutil.go    |  15 ++++---
 newt/builder/targetbuild.go  |  11 ++---
 newt/cfgv/settings.go        | 104 +++++++++++++++++++++++++++++++++++++++++++
 newt/cli/run_cmds.go         |   4 +-
 newt/cli/target_cfg_cmds.go  |   2 +-
 newt/extcmd/extcmd.go        |   3 +-
 newt/manifest/manifest.go    |   4 +-
 newt/parse/parse.go          |  39 ++++++++--------
 newt/pkg/bsp_package.go      |  11 ++---
 newt/pkg/localpackage.go     |  17 +++----
 newt/resolve/expr.go         |   5 ++-
 newt/resolve/resolve.go      |  17 +++----
 newt/syscfg/restrict.go      |  16 +++----
 newt/syscfg/syscfg.go        |  48 +++++++++-----------
 newt/toolchain/compiler.go   |  37 +++++++--------
 newt/ycfg/ycfg.go            |  35 ++++++++-------
 17 files changed, 240 insertions(+), 130 deletions(-)
 create mode 100644 newt/cfgv/settings.go