You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by pa...@apache.org on 2016/10/28 22:21:33 UTC

incubator-mynewt-core git commit: disable console history by default since it uses tons of RAM and interrupt time

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 087532bb0 -> 96b3f5ffa


disable console history by default since it uses tons of RAM and interrupt time


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/96b3f5ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/96b3f5ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/96b3f5ff

Branch: refs/heads/develop
Commit: 96b3f5ffa594df47359f130d3a3cd070b79aa5ad
Parents: 087532b
Author: paulfdietrich <pa...@yahoo.com>
Authored: Fri Oct 28 15:14:51 2016 -0700
Committer: paulfdietrich <pa...@yahoo.com>
Committed: Fri Oct 28 15:15:26 2016 -0700

----------------------------------------------------------------------
 sys/console/full/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/96b3f5ff/sys/console/full/syscfg.yml
----------------------------------------------------------------------
diff --git a/sys/console/full/syscfg.yml b/sys/console/full/syscfg.yml
index cd58944..e90402f 100644
--- a/sys/console/full/syscfg.yml
+++ b/sys/console/full/syscfg.yml
@@ -22,4 +22,4 @@ syscfg.defs:
         value: '1'
     CONSOLE_HIST_ENABLE:
         description: 'Console history '
-        value: 1
+        value: 0