ccollins476ad opened a new pull request #264: Add `newt target config flat` 
command
URL: https://github.com/apache/mynewt-newt/pull/264
 
 
   This command prints a simple listing of all syscfg values in the target. 
E.g.,
   
   ```
   [ccollins@ccollins:~/proj/myproj]$ newt target config flat my_blinky_sim
   APP_NAME: "blinky"
   APP_blinky: 1
   ARCH_NAME: "sim"
   ARCH_sim: 1
   BSP_NAME: "native"
   BSP_SIMULATED: 1
   # <...>
   ```
   The output of this command can be diffed against an earlier version to 
detect changes in a target's syscfg.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to