From 109ac445d4d5e6f675b59d75e3420b07b7761f62 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 11 Jul 2020 15:20:03 +0200 Subject: [PATCH] stm32-sx1280: update readme --- port/stm32-sx1280/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/port/stm32-sx1280/README.md b/port/stm32-sx1280/README.md index c30f29933..5f028195b 100644 --- a/port/stm32-sx1280/README.md +++ b/port/stm32-sx1280/README.md @@ -40,7 +40,7 @@ The current Makefile project compiles the gatt_counter.c example. ### Low power mode - basically not implemented: - MCU does not sleep - SPI could be disabled during sleep -- 1 ms sys tic is used for host stack, although full tick time is provided from LPTIM1 +- 1 ms SysTick is used for host stack although 64-bit tick time is provided from LPTIM1 ## Getting Started @@ -50,7 +50,6 @@ For the FMLR-80-P-STL4E module, just run make. You can upload the .elf file crea ## TODO ### General -- split controller.c into port.c, hci_controller.c and ll_sx1280.c - advertise on all configured channels - only advertise with advertising interval - indicate random address in adertising pdus