You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/12/15 20:28:29 UTC

[1/2] incubator-mynewt-core git commit: bleprph_oic; increase the number of mbufs allocated.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 58805cb7f -> 0ad791a08


bleprph_oic; increase the number of mbufs allocated.


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

Branch: refs/heads/develop
Commit: 49b4d5a07099aa3ac61ea4a66b8997e2874a6ae8
Parents: 58805cb
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Dec 15 12:26:47 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Dec 15 12:26:47 2016 -0800

----------------------------------------------------------------------
 apps/bleprph_oic/syscfg.yml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/49b4d5a0/apps/bleprph_oic/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/bleprph_oic/syscfg.yml b/apps/bleprph_oic/syscfg.yml
index f9ec211..677c5fe 100644
--- a/apps/bleprph_oic/syscfg.yml
+++ b/apps/bleprph_oic/syscfg.yml
@@ -20,15 +20,27 @@ syscfg.vals:
     # Use INFO log level to reduce code size.  DEBUG is too large for nRF51.
     LOG_LEVEL: 0
 
+    BLE_GATT_WRITE_MAX_ATTRS: 6
+    BLE_HCI_EVT_HI_BUF_COUNT: 4
+    BLE_HCI_EVT_LO_BUF_COUNT: 3
+
     # Disable central and observer roles.
     BLE_ROLE_BROADCASTER: 1
     BLE_ROLE_CENTRAL: 0
     BLE_ROLE_OBSERVER: 0
     BLE_ROLE_PERIPHERAL: 1
 
+    # Disable security manager
+    BLE_SM: 0
+    BLE_LL_CFG_FEAT_LE_ENCRYPTION: 0
+    BLE_LL_CFG_FEAT_LL_PRIVACY: 0
+
     # Disable unused eddystone feature.
     BLE_EDDYSTONE: 0
 
+    # Need to get this down. XXXXX
+    MSYS_1_BLOCK_COUNT: 18
+
     # Log reboot messages to a flash circular buffer.
     REBOOT_LOG_FCB: 1
     LOG_FCB: 1
@@ -41,9 +53,9 @@ syscfg.vals:
     # Enable Config.
     CONFIG_NEWTMGR: 1
 
+    # OC server, with bluetooth transport.
     OC_SERVER: 1
     OC_TRANSPORT_GATT: 1
-    OC_TRANSPORT_SERIAL: 1
 
     SHELL_TASK: 1
     STATS_CLI: 1


[2/2] incubator-mynewt-core git commit: oic; reduce the default number of registrable resources.

Posted by ma...@apache.org.
oic; reduce the default number of registrable resources.


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

Branch: refs/heads/develop
Commit: 0ad791a0818a9743014a4baa110f04bcf64e3297
Parents: 49b4d5a
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Dec 15 12:27:25 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Dec 15 12:27:25 2016 -0800

----------------------------------------------------------------------
 net/oic/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0ad791a0/net/oic/syscfg.yml
----------------------------------------------------------------------
diff --git a/net/oic/syscfg.yml b/net/oic/syscfg.yml
index 3d71e7d..c5dbfa2 100644
--- a/net/oic/syscfg.yml
+++ b/net/oic/syscfg.yml
@@ -52,7 +52,7 @@ syscfg.defs:
 
     OC_APP_RESOURCES:
         description: 'Maximum number of server resources'
-        value: 8
+        value: 3
 
     OC_NUM_DEVICES:
         description: 'Number of devices on the OCF platform'