Skip to content

Commit

Permalink
v1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricB31 committed Dec 15, 2023
1 parent 8af8bb5 commit c41b644
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1](https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/releases/tag/v1.1) - 15 Dec 2023

### General

* Remove `sx126x.patch` file

### Known limitations

* **LBT** not implemented.

## [v1.0](https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/releases/tag/v1.0) - 04 Dec 2023

### General
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ if (NOT TARGET sx126x_driver)
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/Lora-net/sx126x_driver.git
GIT_TAG v2.2.0
PATCH_COMMAND git apply ${CMAKE_CURRENT_LIST_DIR}/cmake/sx126x.patch
GIT_TAG v2.3.2
)
else ()
list(APPEND CHIP_RF_HEADERS_LIST "$<BUILD_INTERFACE:$<TARGET_PROPERTY:sx126x_driver,INTERFACE_INCLUDE_DIRECTORIES>>")
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ The table below shows the versions compatibility between this radio example and

| **SX126X_RF_API** | **EP_LIB** |
|:---:|:---:|
| [v1.1](https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/releases/tag/v1.0) | [>= v3.2](https://github.com/sigfox-tech-radio/sigfox-ep-lib/releases/tag/v3.2) |
| [v1.0](https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/releases/tag/v1.0) | [>= v3.2](https://github.com/sigfox-tech-radio/sigfox-ep-lib/releases/tag/v3.2) |

## Architecture

<p align="center">
<img src="https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/wiki/images/sigfox_ep_rf_api_semtech_sx126x_architecture.drawio.png" width="600"/>
<a href="https://app.diagrams.net/?lightbox=1#Uhttps%3A%2F%2Fraw.githubusercontent.com%2Fwiki%2Fsigfox-tech-radio%2Fsigfox-ep-rf-api-semtech-sx126x%2Fimages%2Fsigfox_ep_rf_api_semtech_sx126x_architecture.drawio.png"><img src="https://github.com/sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x/wiki/images/sigfox_ep_rf_api_semtech_sx126x_architecture.drawio.png" width="600"/>
</p>

## Compilation flags for optimization
Expand Down
197 changes: 0 additions & 197 deletions cmake/sx126x.patch

This file was deleted.

2 changes: 1 addition & 1 deletion src/manuf/sx126x_rf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ typedef struct {
/*** SX126X RF API local global variables ***/

#ifdef VERBOSE
static const sfx_u8 SX126X_RF_API_VERSION[] = "v1.0";
static const sfx_u8 SX126X_RF_API_VERSION[] = "v1.1";
#endif

static sx126x_ctx_t sx126x_ctx = {
Expand Down

0 comments on commit c41b644

Please sign in to comment.