Skip to content

Commit b9b6b38

Browse files
authored
Merge pull request #4 from RestucciaMichele/main
new version of RFAL Middlewares
2 parents cee190c + 5bdb7be commit b9b6b38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+19821
-8645
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
uses: stm32duino/actions/compile-examples@main
6262
with:
6363
board-pattern: "NUCLEO_L476RG"
64-
libraries: "STM32duino ST25R3911B, STM32duino X-NUCLEO-NFC05A1"
64+
libraries: "STM32duino ST25R3916, STM32duino X-NUCLEO-NFC08A1"
6565

6666
# Use the output from the `Compile` step
6767
- name: Compilation Errors
6868
if: failure()
6969
run: |
7070
cat ${{ steps.Compile.outputs.compile-result }}
71-
exit 1
71+
exit 1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ The RFAL simplifies the development of applications by encapsulating device and
77

88
You can find the source files at
99
https://github.com/stm32duino/NFC-RFAL
10+
11+
## Version History
12+
13+
### Version 2.0.0
14+
15+
- This version is based on version 3.0.0 of the RFAL Middlewares from STM32Cube.

0 commit comments

Comments
 (0)