nimble/transport: Add option to use custom HCI transport

Since it's recommended for apps to explicitly include only meta-package
for HCI transport (so it can be easily changed in target for any BSP),
we should also have an option to allow HCI transport other than one of
those we have in tree. This is useful for development and 3rd party
solutions which may have own HCI transport.
This commit is contained in:
Andrzej Kaczmarek
2019-07-02 14:12:53 +02:00
parent 11dcd95667
commit c2053ffc23
+1
View File
@@ -27,6 +27,7 @@ syscfg.defs:
restrictions: $notnull
choices:
- builtin # Built-in NimBLE controller and RAM transport
- custom # Custom transport, has to be included manually by user
- ram # RAM transport
- uart # UART HCI H4 transport
- socket # Socket transport (for native builds)