firmware/src/rf95
2020-04-30 09:44:16 -07:00
..
RHutil Get build (kinda, not really) running on a NRF52 2020-04-14 20:22:27 -07:00
CustomRF95.cpp the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
CustomRF95.h the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
FloodingRouter.cpp move debug msg 2020-04-25 11:46:46 -07:00
FloodingRouter.h when flooding, randomly delay sent packets to decrease chances of... 2020-04-25 11:43:28 -07:00
kh-todo.txt todo updates 2020-04-15 14:51:17 -07:00
LICENSE Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
MemoryPool.h massive WIP updates to create a clean Router abstraction for mesh 2020-04-17 09:48:54 -07:00
PointerQueue.h move pool/queue management into the rf95 lib 2020-04-14 13:20:36 -07:00
RadioHead.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RadioInterface.cpp the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
RadioInterface.h the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
RadioLibInterface.cpp the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
RadioLibInterface.h the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
README.md Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RH_RF95.cpp misc NRF52 fixes 2020-04-23 12:47:41 -07:00
RH_RF95.h Fix #99: move spi ISR operations into helper thread. SPI from ISR is bad! 2020-04-18 14:56:09 -07:00
RHGenericDriver.cpp autoformat per formatting rules 2020-04-17 18:50:07 -07:00
RHGenericDriver.h Move Custom95 in with the rest of the RH code, to be ready to refactor 2020-04-14 12:38:42 -07:00
RHGenericSPI.cpp Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHGenericSPI.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHHardwareSPI.cpp Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHHardwareSPI.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHNRFSPIDriver.cpp Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHNRFSPIDriver.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHSoftwareSPI.cpp Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHSoftwareSPI.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHSPIDriver.cpp Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
RHSPIDriver.h Strip out all the parts of Radiohead (most of it) that we don't need 2020-04-14 12:31:29 -07:00
Router.cpp cope with missing interfaces in send 2020-04-23 12:48:00 -07:00
Router.h add first cut of mesh naive flooding 2020-04-17 11:52:20 -07:00
SX1262Interface.cpp the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
SX1262Interface.h the mountain of changes needed to kinda make tx work compiles. 2020-04-30 09:44:16 -07:00
TypedQueue.h Get build (kinda, not really) running on a NRF52 2020-04-14 20:22:27 -07:00

RF95

This is a heavily modified version of the Mike McCauley's RadioHead RF95 driver. We are using it under the GPL V3 License. See the file LICENSE for Mike's license terms (which listed GPL as acceptible).