You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the possibility to setup multicast channels locally
Added new SecureElementProcessJoinAccept API to the secure-element.h
Added possibility to select the secure-element to be used as well as to select if it is pre-provisioned or not
Added support for LR1110 radio
Added support for LR1110 crypto-engine to be used as secure-element
Added support for ATECC608A-TNGLORA secure-element
Added LoRaMacDeInitialization API to ease dynamic region change
Added possibility to query implemented versions of the LoRaWAN MAC layer and Regional Parameters specifications
Added MOTE_MAC_TX_PARAM_SETUP_ANS as sticky MAC command
Added a filter to handle multicast downlinks exceptions
Added CHANGELOG.md file
Changed
Updated examples to use OTAA activation method by default
Updated LmhpFragmentation implementation
Updated Radio APIs to handle 32-bit register addresses
Changed SX126x driver to only process a received packet when there is no CRC error
Moved Commissioning.h files to a single one located under src/apps/LoRaMac/common directory
Updated Radio.TimeOnAir API in order to be independent of the current hardware settings
Moved keys definition and management to the secure-element implementation
Moved device identity to secure-element se-identity.h file
Changed support of SAML21 platform by SAMR34 platform
Changed the MlmeRequest and McpsRequest APIs to report back when the next transmission is possible
Changed ResetMacParameters to perform a complete re-initialization of the regional layer after processing the join accept
Updated the implementation to verify the MAC commands size
Changed the way the duty-cycle management is handled
Removed
Removed the LoRaWAN keys display on serial terminal
Removed GEN_APP_KEY support as it is equivalent to LoRaWAN 1.1.x APP_KEY
Removed tables definition for repeater support. LoRa-Alliance will provide details on these tables usage in future versions
Removed Changelog chapter from readme.md file
Fixed
Fixed SX126xGetRandom API implementation
Fixed SX126x driver missing call to RadioStandby in LoRa modem case inside RadioSetRxConfig API
Fixed SX126x driver LoRaSymbNumTimeout handling
Fixed soft-se/cmac for misaligned 32-bit access
Fixed ping-pong and rx-sensi projects for packets with sizes bigger than 64 bytes handling
Fixed missing switch case PHY_BEACON_CHANNEL_FREQ for AU915 region
Fixed default data rates for Class B beacon and ping-slots for AU915 region
Fixed join request limitation due to duty cycle restrictions
Fixed SRV_MAC_DEVICE_TIME_ANS, SRV_MAC_PING_SLOT_INFO_ANS and SRV_MAC_BEACON_TIMING_ANS processing to be executed only if corresponding MLME request is queued
Fixed issue where the stack could get stuck in MCPS busy state after MLME Device Time Request
Fixed duty-cycle enforcement by disabling it for IN865 region
Fixed potential issue where the FCntUp counter could sometimes be incremented by 2 instead of 1