zephyr/subsys
Manivannan Sadhasivam 3ce8540f3a lorawan: Add initial support for LoRaWAN
Add initial support for LoRaWAN based on Semtech's loramac-node
library. Current implementation only supports OTAA config and
sending data to LoRaWAN server like ThingsNetwork.

While at it, this commit also moves the "loramac-node" library
definition from drivers/lora to subsys/lorawan. This is required
because, subsys/lorawan gets processed before drivers/lora and
that creates issue while building.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2020-10-08 12:15:38 +02:00
..
bluetooth Bluetooth: controller: Check for ticker operation failure 2020-10-08 11:54:42 +02:00
canbus
console
cpp
debug
dfu misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
disk misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
emul emul: Add an emulator for the Bosch BMI160 accelerometer 2020-10-05 15:33:00 -04:00
fb
fs fs: fs_seek and fs_tell return -ENOTSUP when not implemented 2020-10-07 14:51:39 +02:00
jwt
logging logging: fix if else if constructs missing final else 2020-10-07 23:05:18 -07:00
lorawan lorawan: Add initial support for LoRaWAN 2020-10-08 12:15:38 +02:00
mgmt mgmt: smp: shell: log warning when buf allocation fails 2020-10-07 14:51:06 +02:00
net net: websocket: Fix remnant of message type 2020-10-06 12:01:39 +03:00
power power: fix Kconfig help message 2020-09-14 21:27:23 -04:00
random random: Warning when using test config 2020-10-02 11:30:03 +02:00
settings settings_fcb: initialize rc variable 2020-10-02 12:07:06 -04:00
shell mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig 2020-10-07 14:51:06 +02:00
stats misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
storage storage: flash_map: Unify partition processing macros name 2020-09-21 16:42:29 -05:00
testsuite
timing
tracing tracing: add feature for analysing post-mortem 2020-10-07 10:10:48 -04:00
usb code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
CMakeLists.txt lorawan: Add initial support for LoRaWAN 2020-10-08 12:15:38 +02:00
Kconfig lorawan: Add initial support for LoRaWAN 2020-10-08 12:15:38 +02:00