nimble/porting: Fix ports targets

Those are used to generate configurations for port so make sure all
MYNEWT_VAL are properly included.
This commit is contained in:
Szymon Janc
2022-02-09 09:54:31 +01:00
parent a82be4f157
commit a1e03722ae
11 changed files with 15 additions and 7 deletions
+4
View File
@@ -43,6 +43,10 @@ syscfg.defs:
description: 'linux kernel device'
value: 0
BLE_SOCK_USE_NUTTX:
description: 'Use NuttX socket'
value: 0
BLE_SOCK_TASK_PRIO:
description: 'Priority of the HCI socket task.'
type: task_priority
+1 -1
View File
@@ -28,7 +28,7 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/stub"
- "@apache-mynewt-nimble/nimble/host"
- "@apache-mynewt-nimble/nimble/transport/socket"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-nimble/nimble/host/services/ans"
- "@apache-mynewt-nimble/nimble/host/services/bas"
- "@apache-mynewt-nimble/nimble/host/services/dis"
+1
View File
@@ -17,6 +17,7 @@
#
syscfg.vals:
BLE_HCI_TRANSPORT: socket
BLE_SOCK_USE_TCP: 0
BLE_SOCK_USE_LINUX_BLUE: 1
BLE_SOCK_TASK_PRIO: 3
+1 -1
View File
@@ -28,7 +28,7 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/stub"
- "@apache-mynewt-nimble/nimble/host"
- "@apache-mynewt-nimble/nimble/transport/socket"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-nimble/nimble/host/services/ans"
- "@apache-mynewt-nimble/nimble/host/services/bas"
- "@apache-mynewt-nimble/nimble/host/services/dis"
+1
View File
@@ -43,6 +43,7 @@ syscfg.vals:
BLE_MESH_SETTINGS: 0
CONFIG_NFFS: 0
BLE_HCI_TRANSPORT: socket
BLE_SOCK_USE_TCP: 0
BLE_SOCK_USE_LINUX_BLUE: 1
BLE_SOCK_TASK_PRIO: 3
+1 -1
View File
@@ -28,7 +28,7 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/stub"
- "@apache-mynewt-nimble/nimble/host"
- "@apache-mynewt-nimble/nimble/transport/socket"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-nimble/nimble/host/services/ans"
- "@apache-mynewt-nimble/nimble/host/services/bas"
- "@apache-mynewt-nimble/nimble/host/services/dis"
+1 -1
View File
@@ -17,6 +17,7 @@
#
syscfg.vals:
BLE_HCI_TRANSPORT: socket
BLE_SOCK_USE_TCP: 0
BLE_SOCK_USE_NUTTX: 1
BLE_SOCK_TASK_PRIO: 3
@@ -25,4 +26,3 @@ syscfg.vals:
LOG_LEVEL: 2
BLE_SM_LEGACY: 1
BLE_SM_SC: 1
+1 -1
View File
@@ -28,7 +28,7 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/stub"
- "@apache-mynewt-nimble/nimble/host"
- "@apache-mynewt-nimble/nimble/transport/socket"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-nimble/nimble/host/services/ans"
- "@apache-mynewt-nimble/nimble/host/services/bas"
- "@apache-mynewt-nimble/nimble/host/services/dis"
@@ -1,3 +1,4 @@
syscfg.vals:
BLE_HCI_TRANSPORT: socket
BLE_SOCK_USE_TCP: 0
BLE_SOCK_USE_LINUX_BLUE: 1
+1 -1
View File
@@ -28,7 +28,7 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/stub"
- "@apache-mynewt-nimble/nimble/host"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-nimble/nimble/controller"
- "@apache-mynewt-nimble/nimble/transport/ram"
- "@apache-mynewt-nimble/nimble/host/services/gap"
- "@apache-mynewt-nimble/nimble/host/services/gatt"
+2 -1
View File
@@ -31,6 +31,7 @@ syscfg.vals:
BLE_SM_LEGACY: 0
BLE_SM_SC: 0
BLE_MAX_PERIODIC_SYNCS: 0
BLE_HCI_TRANSPORT: ram
MSYS_1_BLOCK_COUNT: 5
MSYS_1_BLOCK_SIZE: 88
XTAL_32768: 1
MCU_LFCLK_SOURCE: LFXO