nrf/twim: add blocking methods variants with timeout.

This commit is contained in:
Dario Nieuwenhuis
2022-05-03 00:43:59 +02:00
parent 1a3f787932
commit 0be6df168b
2 changed files with 127 additions and 1 deletions

View File

@ -17,6 +17,8 @@ flavors = [
[features]
time = ["embassy/time"]
defmt = ["dep:defmt", "embassy/defmt", "embassy-usb?/defmt"]
# Enable nightly-only features
@ -56,7 +58,7 @@ _nrf5340-net = ["_nrf5340", "nrf5340-net-pac"]
_nrf5340 = ["_gpio-p1", "_dppi"]
_nrf9160 = ["nrf9160-pac", "_dppi"]
_time-driver = ["embassy/time-tick-32768hz"]
_time-driver = ["embassy/time-tick-32768hz", "time"]
_ppi = []
_dppi = []