You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/10/08 00:00:03 UTC

incubator-mynewt-core git commit: No jira ticket for this: the mbufs currently need to be larger for the BLE stack, so make the default msys mbuf pool size large enough to accommodate a max size BLE packet plus all the mbuf headers.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop ad17b3a7f -> a37e6cbb2


No jira ticket for this: the mbufs currently need to be larger
for the BLE stack, so make the default msys mbuf pool size
large enough to accommodate a max size BLE packet plus all the
mbuf headers.


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/a37e6cbb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a37e6cbb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a37e6cbb

Branch: refs/heads/develop
Commit: a37e6cbb2602fe608b5d04f72743db156a03a5da
Parents: ad17b3a
Author: William San Filippo <wi...@runtime.io>
Authored: Fri Oct 7 16:58:54 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Fri Oct 7 16:58:54 2016 -0700

----------------------------------------------------------------------
 apps/bletest/syscfg.yml | 2 +-
 kernel/os/syscfg.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a37e6cbb/apps/bletest/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/bletest/syscfg.yml b/apps/bletest/syscfg.yml
index b44a66f..74ca068 100644
--- a/apps/bletest/syscfg.yml
+++ b/apps/bletest/syscfg.yml
@@ -2,4 +2,4 @@
 
 syscfg.vals:
     MSYS_1_BLOCK_COUNT: 16
-    MSYS_1_BLOCK_SIZE: 260
+    BLE_SM: 0

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a37e6cbb/kernel/os/syscfg.yml
----------------------------------------------------------------------
diff --git a/kernel/os/syscfg.yml b/kernel/os/syscfg.yml
index b0a41dc..9e903e7 100644
--- a/kernel/os/syscfg.yml
+++ b/kernel/os/syscfg.yml
@@ -20,7 +20,7 @@ syscfg.defs:
         value: 12
     MSYS_1_BLOCK_SIZE:
         description: 'TBD'
-        value: 260
+        value: 292
     MSYS_2_BLOCK_COUNT:
         description: 'TBD'
         value: 0