Team Walter / SX1276GenericLib

Fork of SX1276GenericLib by Walter Luu

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Sun Nov 26 14:40:23 2017 +0100
Parent:
105:6e6d141c3da8
Child:
107:deff0e614ecf
Commit message:
Cleanup of unused files

Changed in this revision

LoRa_TODO.txt Show annotated file Show diff for this revision Revisions of this file
README.md Show annotated file Show diff for this revision Revisions of this file
sx1276/sx1276-linux-hal.cpp Show diff for this revision Revisions of this file
sx1276/sx1276-linux-hal.h Show diff for this revision Revisions of this file
--- a/LoRa_TODO.txt	Wed Nov 22 12:14:00 2017 +0100
+++ b/LoRa_TODO.txt	Sun Nov 26 14:40:23 2017 +0100
@@ -1,8 +1,6 @@
-
 Move finished tasks to Done section:
 
 TODOs:
-- add support for Linux - add sx1276-Linux-hal.h/cpp
 - Add support to provide the send/receive packet buffer,
   no need to allocate packet data in the sx1276 driver. Can be provided
   Rx/Tx parameters, this avoids double memory usage
--- a/README.md	Wed Nov 22 12:14:00 2017 +0100
+++ b/README.md	Sun Nov 26 14:40:23 2017 +0100
@@ -18,6 +18,9 @@
 - Murata MURATA_SX1276 (CMWX1ZZABZ-078, used the STM B_L072Z_LRWAN1 board)
 - SX1276MB1MAS (433, 868 MHz version)
 - SX1276MB1LAS (433, 915 MHz version)
+- SX1276 Heltec (868 MHz version)
+- SX1278 Heltec (433 MHz version)
+
 
 ## Getting Started for Developers
 Import the mbed sample project:
--- a/sx1276/sx1276-linux-hal.h	Wed Nov 22 12:14:00 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-
-/*
- * This file contains a copy of the master content sx1276-mbed-hal.h
- * with adaption for the Linux environment (PI or similar
- * (c) 2017 Helmut Tschemernjak
- * 30826 Garbsen (Hannover) Germany
- */
-#ifdef __linux__
-
-
-
-
-
-
-
-
-
-#endif // __linux__