summaryrefslogtreecommitdiff
path: root/drivers/nble
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-02-15 13:04:40 +0200
committerGerrit Code Review <gerrit@zephyrproject.org>2016-02-15 12:51:28 +0000
commit058d5b22660d44292d53d0d4a358391831186acb (patch)
tree6a665e8080343ae4dcb09aadb1a3edf849768b60 /drivers/nble
parent3df0272a388a19a6b9bfa6ca3e1b5f6731a4f82c (diff)
drivers/nble: Kconfig: Add a note about ABI requirements
Change-Id: I2a5ff8b6944fd4022a02364bf75223af33b5cdd7 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/nble')
-rw-r--r--drivers/nble/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig
index c9df72492..f4d16a7b4 100644
--- a/drivers/nble/Kconfig
+++ b/drivers/nble/Kconfig
@@ -32,6 +32,11 @@ config NBLE
the normal Bluetooth API (include/bluetooth/*.h). This driver can
only be enabled if CONFIG_BLUETOOTH has not been enabled.
+ A fundamental assumption that the driver makes is that it is
+ run on an architecture with the same ABI (e.g. struct packing
+ & endianess) as the nRF51 chip. The driver cannot be used on
+ any architecture that doesn't fulfill this requirement.
+
if !BLUETOOTH && NBLE
config BLUETOOTH_PERIPHERAL
bool