From b665027754e4a050b5c3ea2da999dce8bf3ab710 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Thu, 12 Dec 2013 15:31:52 +0100 Subject: v1.1.1 - bugfix: fixed some range checks that did not prevent segfaults - test: removed systematic register dump in test_loragw_hal.c - modified Makefiles for easier cross-compilation - added root README and removed TXT extension of other READMEs --- libloragw/README.TXT | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 libloragw/README.TXT (limited to 'libloragw/README.TXT') diff --git a/libloragw/README.TXT b/libloragw/README.TXT deleted file mode 100644 index 9d13a4a..0000000 --- a/libloragw/README.TXT +++ /dev/null @@ -1,30 +0,0 @@ -Lora Gateway HAL library - Content of subdirectories -==================================================== - -## 1. doc ## - -Contains the user manual, licensing informations, udev rules, etc. - -## 2. inc ## - -Contain C header files for the different sub-modules of the library. - -You *MUST* include loragw_hal.h in your application. -You *MAY* include loragw_reg.h in your application if you need direct registers -access. - -## 3. obj ## - -Contained the compiled intermediary objects. - -## 4. src ## - -Contain library C sources. - -## 5. tst ## - -Contain the C sources for test programs to validate SPI link, register access -and hardware functionality. - - -*EOF* \ No newline at end of file -- cgit v1.2.3