commit | 7fc4c69fb126df07e6df9fd251851c6cc4a27fab | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Mon May 01 16:24:30 2023 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 02 12:36:09 2023 +0200 |
tree | 4d43a04d152c6f9368147e47675d2b5c529124c8 | |
parent | 272c4e9a8d522a48b50245f74513625e43f1898f [diff] |
samples: bluetooth: hci_spi: IRQ assert delay Enfore a minimum duration between edges on the IRQ pin to give the HCI controller time to detect the state change. Without this delay and with several packets queued on the `rx_queue`, the pin could be re-asserted almost immediately after being cleared. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>