From 76c8573ffe7eb741b6dd477b40921911e386b689 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Fri, 22 Apr 2022 00:05:47 +0200 Subject: [PATCH] nimble/transport: Remove unused syscfg No longer used in new transport architecture. --- nimble/transport/emspi/syscfg.yml | 10 ---------- nimble/transport/usb/syscfg.yml | 9 --------- 2 files changed, 19 deletions(-) diff --git a/nimble/transport/emspi/syscfg.yml b/nimble/transport/emspi/syscfg.yml index 05e6e14b1..12a853e74 100644 --- a/nimble/transport/emspi/syscfg.yml +++ b/nimble/transport/emspi/syscfg.yml @@ -28,16 +28,6 @@ syscfg.defs: # This is a host-only transport. - BLE_HOST - BLE_HCI_ACL_OUT_COUNT: - description: > - This count is used in creating a pool of elements used by the - code to enqueue various elements. In the case of the controller - only HCI, this number should be equal to the number of mbufs in - the msys pool. For host only, it is really dependent on the - number of ACL buffers that the controller tells the host it - has. - value: 12 - BLE_HCI_EMSPI_SPI_NUM: description: The index of the SPI device to use for HCI. value: 5 diff --git a/nimble/transport/usb/syscfg.yml b/nimble/transport/usb/syscfg.yml index 17ef649be..2cdd57468 100644 --- a/nimble/transport/usb/syscfg.yml +++ b/nimble/transport/usb/syscfg.yml @@ -17,12 +17,3 @@ # syscfg.defs: - BLE_HCI_ACL_OUT_COUNT: - description: > - This count is used in creating a pool of elements used by the - code to enqueue various elements. In the case of the controller - only HCI, this number should be equal to the number of mbufs in - the msys pool. For host only, it is really dependent on the - number of ACL buffers that the controller tells the host it - has. - value: 12