RadioLibSmol/examples
Alistair Francis 9d9d480a48
hal: Tock: Namespace HAL, update timer implementation and update libtock-c (#1313)
* tock: use native time getter, remove globals

Tock has direct support for querying time. The prior `millis()`
method here replicated the same functionality, but missed some
corner case concerns around overflow/wrapping. Instead, just use
the native Tock time getter method. This also removes unneeded
global variables and methods.

* NonArduino/Tock: Update to latest libtock-c

Update to the latest libtock-c commit. libtock-c now includes a
libtockHal.h, so we can use that instead of the version here.

Signed-off-by: Alistair Francis <alistair@alistair23.me>

---------

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Co-authored-by: Pat Pannuto <pat.pannuto@gmail.com>
2024-11-14 18:51:00 +01:00
..
AFSK Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
APRS [APRS] Added repeaters (#1285) 2024-10-23 18:06:35 +01:00
AX25 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
BellModem/BellModem_Transmit Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
CC1101 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
FSK4 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
Hellschreiber Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
LoRaWAN [LoRaWAN] Major rework (#1204) 2024-09-10 21:11:16 +02:00
LR11x0 [LR11x0] Use array as LR-FHSS sync word 2024-10-28 18:52:07 +00:00
Morse Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
NonArduino hal: Tock: Namespace HAL, update timer implementation and update libtock-c (#1313) 2024-11-14 18:51:00 +01:00
nRF24 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
Pager Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
PhysicalLayer/PhysicalLayer_Interface Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
RF69 Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
RTTY Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
Si443x Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SSTV Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
STM32WLx Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
Stream Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SX123x Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SX126x [SX126x] Fix LR-FHSS sync word 2024-10-28 18:51:43 +00:00
SX127x Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00
SX128x Update all examples, add link to RadioBoards 2024-10-20 16:02:19 +01:00