From b0d2071730c2924ed323149e718c235735f54e65 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Thu, 29 Sep 2016 10:10:55 -0500 Subject: mtp:lora-gateway:feat: add support for fpga v28 firmware --- .../lora-gateway/lora-gateway-add-fpga-version-28.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28.patch (limited to 'recipes-connectivity/lora/lora-gateway') diff --git a/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28.patch b/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28.patch new file mode 100644 index 0000000..c5f47dd --- /dev/null +++ b/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28.patch @@ -0,0 +1,13 @@ +diff --git a/libloragw/src/loragw_reg.c b/libloragw/src/loragw_reg.c +index 7fe0f67..dc90d93 100644 +--- a/libloragw/src/loragw_reg.c ++++ b/libloragw/src/loragw_reg.c +@@ -48,7 +48,7 @@ Maintainer: Sylvain Miermont + #define PAGE_ADDR 0x00 + #define PAGE_MASK 0x03 + +-const uint8_t FPGA_VERSION[] = { 27 }; /* several versions could be supported */ ++const uint8_t FPGA_VERSION[] = { 27, 28 }; /* several versions could be supported */ + + /* + auto generated register mapping for C code : 11-Jul-2013 13:20:40 -- cgit v1.2.3