Releases: sigfox-tech-radio/sigfox-ep-addon-rfp
Releases · sigfox-tech-radio/sigfox-ep-addon-rfp
v1.5
v1.4
v1.3
v1.2
v1.2 - 16 Jun 2023
Changed
- Replace -DSFX_LIB_CORE_PROTOCOL_DIR by -DSIGFOX_EP_LIB_DIR in cmake file.
- Add field name of anonymous structures according to the library.
- Replace TX control flags naming in test API according to the library.
- Remove types warnings (unsigned to sfx_u8).
- Change status naming according to the library.
Known limitations
- Test mode G not supported.
- Test mode H not supported.
- Test mode I not supported.
v1.1
v1.1 - 01 Mar 2023
General
- Add
CHANGELOG
file.
Added
- Add IFU timer between test mode C frames
- Using the new bypass flags in test API
- Implement Test mode D.
- Implement Test mode E.
- Implement Test mode F.
Changed
- Disable REGULATORY check for some tests mode and reduce test time.
- Rename multi inclusion preprocessor directive
- Set
ul_payload
to NULL when sending empty/bit0/bit1 frame in Test mode F - Random frequency for Test mode K
- Do no call
MCU_API_timer_stop
whenMCU_TIMER_start
failed - Add
MCU_API_TIMER_REASON_ADDON_RFP
reason for all in timer started by this addon.
Known limitations
- Test mode G not supported.
- Test mode H not supported.
- Test mode I not supported.
v1.0
v1.0 - 12 Dec 2022
General
- First version of the Sigfox End-Point RF & Protocol addon.
Added
- Asynchronous operation mode in addition to the legacy blocking mode.
- Memory footprint optimization thanks to multiple compilation flags (
inc/sigfox_ep_flags.h
) - Precompiled source files and library generation with
cmake
. - Using structures as functions parameters to improve compatibility between compilation flags and versions.
- Test mode A .
- Test mode B .
- Test mode C .
- Test mode K .
- Test mode L .
- Test mode J .
Known limitations
- Test mode D not supported.
- Test mode E not supported.
- Test mode F not supported.
- Test mode G not supported.
- Test mode H not supported.
- Test mode I not supported.