Lines Matching refs:in

3 All notable changes to this project will be documented in this file.
31 - Added a check for `GroupId` in order to avoid out of bounds access
33 - Signal NVM data change in `LoRaMacMc*` functions
39 - Added a check to verify that `SystemMaxRxError` provided value is in the range 0..500 ms
49 - Fixed class B multicast handling in `LoRaMacClassBProcessMulticastSlot()`
50 - Restore `RegionGroup2` in `RestoreNvmData`
51 - Fix a duty cycle related deadlock in `ScheduleTx`
60 - Fixed potential buffer overflow in `ProcessRadioRxDone` - [Security](###security)
65 - Fixed issue with RX2 data rate in case of 0x0F for `RxParamSetupReq` and `JoinAccept`
142 - Changed certification `OnTxPeriodicityChanged` callback implementation in order to directly apply…
144 - Changed SX1272 and SX1276 FSK FIFO threshold from 15 to 31 in order to give more time for the MCU…
158 - Fixed an issue when receiving downlinks in class C window during a class A procedure
163 - Fixed ping-slot frequency to take in account the `AS923_FREQ_OFFSET_HZ` parameter
164 - Fixed fragmentation loop variable type in order to allow more than 255 fragments
295 - Changed radio `IsChannelFree API` in order to provide reception bandwidth
306 - Fixed missing `{` after `extern "C"` in `cmac.h` file
349 - Updated `Radio.TimeOnAir` API in order to be independent of the current hardware settings
362 …n for repeater support. LoRa-Alliance will provide details on these tables usage in future versions
368 - Fixed SX126x driver missing call to `RadioStandby` in LoRa modem case inside `RadioSetRxConfig` A…
376 - Fixed issue where the stack could get stuck in MCPS busy state after MLME Device Time Request
421 - Functions in ISR context have been moved to main context
489 - Added a workaround to reset the radio in case a `TxTimeout` occurs
496 - Changed FSK modem handling to use the provided `symbolTimeout` (1 symbol equals 1 byte) when in `…
528 - Updated the MAC layer in order to be LoRaWAN version 1.0.1 compliant (Mainly US915 bug fixes)
541 - Fixed US band in order to pass the LoRaWAN certification
578 - Issue(#81): Bug fix in function `LoRaMacMlmeRequest` case `MLME_JOIN`. Function will return `LORA…
579 case the MAC is in status `MAC_TX_DELAYED`
580 - Issue(#83): Bug fix in parameter validation
583 - Issue(#88): Bug fix in function `PrepareFrame` where repeated MAC commands were not handled corre…
600 - Introduce a new status `MAC_RX_ABORT`. Reset `MAC_TX_RUNNING` only in `OnMacStateCheckTimerEvent`
609 - Update channel mask handling for US915 hybrid mode to support any block in the channel mask
611 - Replace definition `LORAMAC_DEFAULT_DATARATE` by `ChannelsDefaultDatarate` in `LoRaMacChannelAdd`
621 - Issue(#63) correct the maximum payload length in RX mode
624 - Issue(#72): Fix of possible array overrun in `LoRaMacChannelRemove`
640 - Add a new function `PrepareRxDoneAbort` to prepare a break-out of `OnRadioRxDone` in case of an e…
644 - Application state machine. Relocate setting sleep state and update the duty cycle in compliance t…
646 - Rename attribute `nbRetries` to `NbTrials` in structure `McpsReqConfirmed_t`. (Issue #37)
647 - Updated implementation of `SetNextChannel`. Added enabling default channels in case of join reque…
648 - Relocate the activation of `LoRaMacFlags.Bits.McpsInd` in `OnRadioRxDone`
649 - Reset status of `NodeAckRequested` if we received an ACK or in case of timeout
661 - Fixed `TimerIrqHandler`. Now, it is possible to insert timers in callback
663 - Fixed default channels activation in case all others are disabled. (Issue #39)
664 - Fixed default channel setting in case none is enabled
666 - Start the MacStateCheckTimer in OnRxDone and related error cases with a short interval to handle …
682 - Reverse the EUIs arrays in the MAC layer
712 …tion of the applicative payload length according to the data rate. Does not yet take in account the
717 - Changed all applications in order to have preprocessing definitions on top of the files and added…
766 - Increased FSK SyncWord timeout value in order to listen for longer time if a down link is availab…
767 - Increased the UART USB FIFO buffer size in order to handle bigger chunks of data
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
819 …This channel is in a sub-band allowing 1% duty-cycle. Therefore this whole sub-band (868 MHz - 868…
833 …ged the TimeOnAir radio function to return a uint32_t value instead of a double. The value is in us
858 - Added an invalid bandwidth to the Bandwidths table in order to avoid an error
860 - Added another timer in order increment the tick counter without blocking the normal timer count
877 - Fixed Radio drivers I&Q signals inversion to be possible in Rx and in Tx
880 - Fixed in `SetRxConfig` function the FSK modem preamble register name
899 - Fixed `NbRepTimeoutTimer` initial value. `RxWindow2Delay` already contains `RxWindow1Delay` in it
918 - Updated LoRaMac applications in order to handle LoRaMac returned functions calls status
975 - Added a function to the timer driver that checks if a timer is already in the list or not
995 - Redefined `rand()` and `srand()` standard C functions. These functions are redefined in order to …
1024 - LoRaMac channels definition has been moved to `LoRaMac-board.h` file located in each specific boa…
1075 …radio driver the possibility to choose the preamble length and rxSingle symbol timeout in reception
1078 …- Split the `LoRaMacSendOnChannel` function in `LoRaMacPrepareFrame` and `LoRaMacSendFrameOnChanne…
1088 - Changed copyright Unicode character to (C) in all source files
1102 - Fixed the antenna switch management in the SX1272 driver
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
1206 - The Radio wakeup time is taken in account for all timings
1207 …- When opening the second reception window the microcontroller sometimes doesn't enter in low powe…