Fork for adding SAM L21 Xplained Pro support

Fork of SX1276Lib by Semtech

Changes

RevisionDateWhoCommit message
27:413f611964fc 2017-05-16 martinichka Added pinning for SAM L21 Xplained Pro default tip
26:d09a8ef807e2 2017-04-24 mluis WARNING: Radio API timings changed from micro-seconds to milliseconds; ; Synchronized with https://github.com/Lora-net/LoRaMac-node git revision e506c246652fa44c3f24cecb89d0707b49ece739
25:3778e6204cc1 2016-05-13 mluis Synchronized with https://github.com/Lora-net/LoRaMac-node radio drivers git revision 55d16ca8949c09ee241c87b7600e2a8bc90d3743
24:79c5b50b2b9c 2016-03-15 mluis Corrected the frequency check condition for // ERRATA 2.1 - Sensitivity Optimization with a 500 kHz Bandwidth
23:1e143575df0f 2016-03-10 GregCr Change FSK driver for long payload support
22:7f3aab69cca9 2015-11-26 mluis Synchronized the drivers with GitHub version.; Mainly added errata note recommendations
21:2e496deb7858 2015-11-26 mluis Made radio driver API compatible with GitHub radio driver
20:e05596ba4166 2015-10-20 mluis Addded SetMaxPayloadLength API to the driver
19:71a47bb03fbb 2015-08-12 GregCr Change SX1276 function GetState() into GetStatus()
18:99c6e44c1672 2015-07-10 GregCr Added check for CRC enable before checking if the CRC is correct or not
17:8add7ec2ee9c 2015-06-18 dudmuck A4 on LPCXpresso11U68 is P0_23
16:d447f8d2d2d6 2015-03-31 mluis Corrected 250 kHz bandwidth choice for FSK modem; Added a define for the RADIO_WAKEUP_TIME from sleep
15:04374b1c33fa 2015-01-22 mluis Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.
14:8552d0b840be 2015-01-07 mluis Corrected in SetRxConfig method the FSK modem preamble register name.
13:618826a997e2 2014-12-16 mluis Cosmetics; Added LICENSE text.; Added the possibility to specify the payload length for receiving fixed length frames.; Added SetModem function to radio interface.; Added LoRa syncword register definition
12:aa5b3bf7fdf4 2014-10-13 GregCr Added LICENSE.txt; Minor corrections
11:ce0cdab5137a 2014-10-13 GregCr Added LICENSE.txt; Minor corrections;
10:4a0720f9b7a3 2014-09-30 GregCr Changed mbed_debug.h to debug.h inside the lib (issue with the NXp platform)
9:b420e9c3d6fe 2014-09-26 GregCr Removed unused variables
8:0fe3e0e8007b 2014-09-23 GregCr Clean up; FHSS Tx bug correction
7:2b555111463f 2014-09-19 GregCr Added support for CAD; Changed Rssi into an int16_t
6:e7f02929cd3d 2014-09-04 GregCr Added support for FHSS
5:11ec8a6ba4f0 2014-08-21 GregCr Corrected bug in FSK
4:f0ce52e94d3f 2014-08-20 GregCr Removed use of LED1 which is causing issues with the SPI on the Nucleo board. Clean up
3:ca84be1f3fac 2014-08-19 GregCr added small delay for the board detection due to capa
2:5eb3066446dd 2014-08-19 GregCr Corrections linked to the board detection and handling
1:f979673946c0 2014-08-19 GregCr Added board detection following default status of Antenna Switch pin
0:e6ceb13d2d05 2014-08-18 GregCr SX1276 Library first attempt