firmware/src/rf95
2020-04-18 09:22:26 -07:00
..
RHutil Get build (kinda, not really) running on a NRF52 2020-04-14 20:22:27 -07:00
CustomRF95.cpp clarify log msg 2020-04-18 09:22:08 -07:00
CustomRF95.h mesh flooding seems to work pretty well! 2020-04-17 12:41:01 -07:00
FloodingRouter.cpp more debug output 2020-04-17 12:46:57 -07:00
FloodingRouter.h mesh flooding seems to work pretty well! 2020-04-17 12:41:01 -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 massive WIP updates to create a clean Router abstraction for mesh 2020-04-17 09:48:54 -07:00
RadioInterface.h mesh flooding seems to work pretty well! 2020-04-17 12:41:01 -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 fix comments and cleanup ISR code 2020-04-18 09:22:26 -07:00
RH_RF95.h Move Custom95 in with the rest of the RH code, to be ready to refactor 2020-04-14 12:38:42 -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 mesh flooding seems to work pretty well! 2020-04-17 12:41:01 -07:00
Router.h add first cut of mesh naive flooding 2020-04-17 11:52:20 -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).