Lines Matching refs:a
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
23 - SAMR34 platform does not implement NVM storage functionality. This is a requirement for LoRaWAN v…
31 - Added a check for `GroupId` in order to avoid out of bounds access
37 - Added a function to reset the stack internal state machine
39 - Added a check to verify that `SystemMaxRxError` provided value is in the range 0..500 ms
51 - Fix a duty cycle related deadlock in `ScheduleTx`
85 - SAMR34 platform does not implement NVM storage functionality. This is a requirement for LoRaWAN v…
105 - Fixed first beacon acquisition after receiving a `DeviceTimeAns`.
124 - SAMR34 platform does not implement NVM storage functionality. This is a requirement for LoRaWAN v…
132 - Added a default value for `Request->ReqReturn.DutyCycleWaitTime` to ensure that a valid value is …
158 - Fixed an issue when receiving downlinks in class C window during a class A procedure
238 - Fixed STM platforms IRQ handlers when using a C++ compiler
270 - Removed NvmCtxCallback calls as they should only be done when a modification happens.
285 - Add to AS923 and KR920 regions a definition for the Rx bandwidth to be used while executing the L…
339 - Added a filter to handle multicast downlinks exceptions
347 - Changed SX126x driver to only process a received packet when there is no CRC error
348 - Moved `Commissioning.h` files to a single one located under `src/apps/LoRaMac/common` directory
354 - Changed `ResetMacParameters` to perform a complete re-initialization of the regional layer after …
406 - Added a NVM context management module. (Disabled by default)
414 - Added a callback to notify the upper layer to call `LoRaMacProcess` function
420 - Refactored `timer.c/h`, `rtc-driver.c/h` and added a `systime.c/h` module
475 - Changed radio driver to perform the LBT carrier sense continuously for a given period of time
489 - Added a workaround to reset the radio in case a `TxTimeout` occurs
494 - Changed radio driver to perform the LBT carrier sense continuously for a given period of time
555 - Added a function to verify the RX frequency of window 2 for US band
596 - Added a definition for the LoRaWAN device address. Add an IEEE_OUI for the LoRaWAN device EUI
597 - Added a definition for the default data rate
600 - Introduce a new status `MAC_RX_ABORT`. Reset `MAC_TX_RUNNING` only in `OnMacStateCheckTimerEvent`
616 - Fixed the frequency check condition for // ERRATA 2.1 - Sensitivity Optimization with a 500 kHz B…
625 - Issue(#74): Drop frames with a downlink counter difference greater or equal to `MAX_FCNT_GAP`
639 - Add a new `LoRaMacState` to allow adding channels during TX procedure. (Issue #43)
640 - Add a new function `PrepareRxDoneAbort` to prepare a break-out of `OnRadioRxDone` in case of an e…
665 - Fixed `SRV_MAC_NEW_CHANNEL_REQ` MAC command by adding a fix to the `macIndex` variable on US915 b…
666 - Start the MacStateCheckTimer in OnRxDone and related error cases with a short interval to handle …
694 - Fixed the Radio maximum payload length management. Radio was filtering received frames with a len…
727 - Added support for the US915 band (Normal mode and hybrid mode. Hybrid mode is a temporary configu…
729 - Renamed `LoRaMacEvent_t` into `LoRaMacCallbacks_t` and added a function pointer for getting batte…
739 - Removed the definition of `RAND_SEED`. It has been replaced by a function named `BoardGetRandomSe…
766 - Increased FSK SyncWord timeout value in order to listen for longer time if a down link is availab…
770 - After a Join accept the node falls back to the default datarate. Enables the user to Join a netwo…
775 … errata note workarounds. SX1276 errata 2.3 "Receiver Spurious Reception of a LoRa Signal" is not …
779 - Fixed a firmware freeze when one of the following situations arrived in `OnRxDone` callback: bad …
796 - Added a function to get the time in us
797 - Added a typedef for time variables (TimerTime_t)
798 - Added a function that returns if the GPS has a fix or not
804 … When a ClassA Tx cycle starts a timer is launched to check every second if everything is finished
806 …- Added a new parameter to `LoRaMacEventFlags` structure that indicates on which Rx window the dat…
807 …- Added a new parameter to `LoRaMacEventFlags` structure that indicates if there is applicative da…
812 node may not transmit a new frame as quickly as requested
818 *A device just transmitted a 0.5 s long frame on one default channel
819 …This channel is in a sub-band allowing 1% duty-cycle. Therefore this whole sub-band (868 MHz - 868…
825 - Added a function to create new channels
833 - Changed the TimeOnAir radio function to return a uint32_t value instead of a double. The value is…
834 - Changed the GetPosition functions to return a latitude and longitude of 0 and altitude of 65535 w…
884 Added a function to wait for the I2C bus to become IDLE
896 Added a x100 multiplication
914 - Changed radio callbacks events to timeout when it is a timeout event and error when it is a CRC e…
972 - Added to the radio drivers a function that generates a random value from RSSI readings
973 - Added a project to transmit a continuous wave and a project to measure the the radio sensitivity
974 - Added a bootloader project for the LoRaMote and SensorNode platforms
975 - Added a function to the timer driver that checks if a timer is already in the list or not
980 - Radio driver RxDone callback function API has changed (size parameter is no more a pointer)
1064 - Added a variable to store the current Radio channel
1150 - Still some issues with RTC/Timer. Will be solved in a future version
1182 - There is an issue when launching an asynchronous Timer. Will be solved in a future version