Release Notes

RAIL Library 2.11.2 Patch

September 8, 2021

Release Highlights

  • Added official support for the EFR32xG23 series of parts.
  • Added the ability to configure the Direct Mode feature using the new RAIL_ConfigDirectMode() API.
  • Improved Rx overflow handling for RAIL_RxDataSource_t types other than RX_PACKET_DATA so that they properly indicate an overflow and stop the receiver.
  • Bugfixes and minor improvements

Release Details

RAIL Library 2.11.1 Patch

July 21, 2021

Release Highlights

Release Details

RAIL Library 2.11.0 GA

June 16, 2021

Release Highlights

  • Added the ability to do repeated transmits in RAIL. This functionality allows the user to queue up multiple packets in the transmit FIFO and then instruct RAIL to send them all at once. The inter-packet time can be configured and there is an option to perform full RX Channel Hopping hops between each transmit as well. See the new RAIL_SetNextTxRepeat API and the configuration options in the RAIL_TxRepeatConfig_t structure for more information.
  • Added the ability to resend the same packet without reloading the transmit FIFO by using the RAIL_TX_OPTION_RESEND transmit option. Note that this can be combined with the new RAIL_SetNextTxRepeat function to send the same packet repeatedly.
  • Added the ability to schedule a CCA transmits in the future via the new RAIL_StartScheduledCcaCsmaTx API.
  • Bugfixes and minor improvements

Release Details

RAIL Changelist RAILtest Changelist API Changes