You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/known_issues.rst
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,26 @@ A known issue can list one or both of the following entries:
24
24
The |APP_NAME|
25
25
**************
26
26
27
+
`v0.2.0`
28
+
29
+
AL-239: Occasional timeout in the reader when executing the RD-NFC-STDTXN-2.0 test from the Test Harness
30
+
When executing the RD-NFC-STDTXN-2.0 test case, the reader might report an RX timeout error code in the serial console.
31
+
For more details, see `Test Harness issue #191`_.
32
+
33
+
`v0.2.0`
34
+
35
+
AL-282: Undefined access decision when executing the RD-NFC-STDTXN-2.0 Test Harness case in a loop
36
+
When executing the RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the reader might not report the access decision at all.
37
+
As a result, neither ``ACCESS GRANTED`` nor ``ACCESS DENIED`` log is displayed in the serial output of the reader under test.
38
+
27
39
`v0.1.0` `v0.2.0`
28
40
29
41
AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NFC05A1 is in use
30
42
Testing RD-NFC-STDTXN-1.0 with the NFC module NFC05A1 results in failure.
31
43
The issue arises from an error indicated by the test harness, which detects the presence of an invalid TLV tag in the payload received from the Device Under Test (DUT).
32
44
33
45
**Workaround:** Switch to X-NUCLEO-NFC09A1, a newer, recommended revision of the NFC ST module.
34
-
Attach X-NUCLEO-NFC09A1 shield to the supported Nordic development kit, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and re-flash the DK.
46
+
Attach the X-NUCLEO-NFC09A1 shield to the supported Nordic development kit, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and reflash the DK.
35
47
36
48
`v0.1.0` `v0.2.0`
37
49
@@ -50,16 +62,4 @@ AL-161: The RD-NFC-STDTXN-2.0 [X-NUCLEO-NFC08A1] test exhibits a delay in the tr
50
62
During the RD-NFC-STDTXN-2.0 test execution, there is a noticeable delay of a few seconds after the transaction initiation step.
51
63
52
64
**Workaround:** Switch to X-NUCLEO-NFC09A1, a newer, recommended revision of the NFC ST module.
53
-
Attach X-NUCLEO-NFC09A1 shield to the supported Nordic development kit, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and re-flash the DK.
54
-
55
-
`v0.2.0`
56
-
57
-
AL-239: Occasional timeout in the reader when executing RD-NFC-STDTXN-2.0 test from Test Harness
58
-
When executing RD-NFC-STDTXN-2.0 test case sometimes the reader reports RX timeout error code in the serial console.
59
-
Related Test Harness issue: https://github.com/csa-access-control/aliro-certification-tool/issues/191
60
-
61
-
`v0.2.0`
62
-
63
-
AL-282: Undefined access decision when executing RD-NFC-STDTXN-2.0 Test Harness case in a loop
64
-
When executing RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the reader sometimes does not report the access decision at all.
65
-
As a result, neither "ACCESS GRANTED" nor "ACCESS DENIED" log present in the serial output of the reader under test.
65
+
Attach the X-NUCLEO-NFC09A1 shield to the supported Nordic development kit, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and reflash the DK.
Copy file name to clipboardExpand all lines: docs/links.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
.. _`running test scripts`: https://github.com/csa-access-control/aliro-certification-tool?tab=readme-ov-file#c---creating-a-test-run-running-test-scripts
11
11
.. _`Setting up the command-line build environment`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/installation/install_ncs.html#set_up_the_command-line_build_environment
Copy file name to clipboardExpand all lines: docs/release_notes.rst
+34-24Lines changed: 34 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,46 @@ Release notes
5
5
6
6
This page outlines changes introduced with each release of the |APP_NAME|.
7
7
8
+
v0.2.0
9
+
******
10
+
11
+
.. note::
12
+
|EXPERIMENTAL_NOTE|
13
+
14
+
Changelog
15
+
=========
16
+
17
+
The following updates were introduced in this release.
18
+
19
+
* Added:
20
+
21
+
* Experimental support for the following development platforms:
22
+
23
+
* `nRF52840 DK`_
24
+
* `nRF5340 DK`_
25
+
26
+
* A platform logger implementation.
27
+
* Integrated a new NFC transport interface.
28
+
* Integrated simplified Aliro stack API.
29
+
30
+
* Changed:
31
+
32
+
* Improved the implementation the following components in RFAL platform abstraction layer:
33
+
34
+
* Timers
35
+
* Semaphores
36
+
* Threading
37
+
8
38
v0.1.0
9
39
******
10
40
11
41
.. note::
12
42
|EXPERIMENTAL_NOTE|
13
43
14
-
See the following section for the list of implemented features.
44
+
Changelog
45
+
=========
46
+
47
+
The following updates were introduced in this release.
15
48
16
49
* Added experimental support for the following:
17
50
@@ -23,26 +56,3 @@ See the following section for the list of implemented features.
23
56
* ST Microelectronics R/F Abstraction Layer driver with Zephyr Platform Abstraction Layer integration.
24
57
* |APP_NAME| that leverages Aliro stack and supports CLI-based provisioning of the Access Credential public key, the reader's group identifier, and the group sub-identifier.
25
58
* Sample applications that uses RFAL driver.
26
-
27
-
v0.2.0
28
-
******
29
-
30
-
.. note::
31
-
|EXPERIMENTAL_NOTE|
32
-
33
-
See the following section for the list of implemented features.
34
-
35
-
* Added experimental support for the following nRF platforms:
36
-
37
-
* nRF52840
38
-
* nRF5340
39
-
40
-
* Improved the implementation the following components in RFAL platform abstraction layer:
0 commit comments