80e7ad7a23
Adds an entropy driver that uses Bluetooth HCI commands as its source of randomness. As this method is blocking, the ISR API is not supported. As this method will range from relatively slow (same core Bluetooth HCI controller) to extremely slow (UART HCI Bluetooth controller), use the xoshiro PRNG by default for RNG generation. Implements #37186 Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
11 lines
256 B
YAML
11 lines
256 B
YAML
# Copyright (c) 2018, I-SENSE group of ICCS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Bluetooth module that uses Zephyr's Bluetooth Host Controller Interface as
|
|
an entropy source
|
|
|
|
compatible: "zephyr,bt-hci-entropy"
|
|
|
|
include: base.yaml
|