RadioLib/src
Alistair Francis b1d8850d92
hal: Tock: Re-enable pin after detaching interrupt (#1308)
The Tock libtock_lora_phy_gpio_disable_interrupt() syscall will disable
interrupts for the pin, but also put the pin into a disabled low power
state. This isn't what RadioLib expects and casues subsequent LoRaWAN
transfers to fail [1].

So after we disable interrupts and send the pin to low power let's
re-enable inputs as RadioLib expects.

1: https://github.com/jgromes/RadioLib/discussions/1303

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-11-02 12:38:43 +01:00
..
hal hal: Tock: Re-enable pin after detaching interrupt (#1308) 2024-11-02 12:38:43 +01:00
modules [PHY] Use less generic modem names (#1294) 2024-10-29 17:14:04 +00:00
protocols [LoRaWAN] Accept `const uint8_t*` on public API (#1302) 2024-11-01 17:47:02 +01:00
utils [LoRaWAN] Accept `const uint8_t*` on public API (#1302) 2024-11-01 17:47:02 +01:00
BuildOpt.h Bump version to 7.1.0 2024-10-28 14:43:46 +01:00
BuildOptUser.h Fix typo in comment 2024-08-04 21:41:10 +02:00
Hal.cpp Use RadioLibTime_t (aka unsigned long) when dealing with millis() and micros() (#1075) 2024-04-25 21:50:58 +02:00
Hal.h Use RadioLibTime_t (aka unsigned long) when dealing with millis() and micros() (#1075) 2024-04-25 21:50:58 +02:00
Module.cpp [MOD] Added flag to distinguish DIO and GPIO pins 2024-10-27 19:23:35 +00:00
Module.h [MOD] Added flag to distinguish DIO and GPIO pins 2024-10-27 19:23:35 +00:00
RadioLib.h [HAL] HALs in src (#1281) 2024-10-20 19:14:33 +02:00
TypeDef.h [LR11x0] GNSS support (#1275) 2024-10-18 16:50:36 +02:00