Skip to content

Commit a57db21

Browse files
committed
doc: doc edits
Please squash Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent 91e2623 commit a57db21

3 files changed

Lines changed: 50 additions & 38 deletions

File tree

docs/known_issues.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,26 @@ A known issue can list one or both of the following entries:
2424
The |APP_NAME|
2525
**************
2626

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+
2739
`v0.1.0` `v0.2.0`
2840

2941
AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NFC05A1 is in use
3042
Testing RD-NFC-STDTXN-1.0 with the NFC module NFC05A1 results in failure.
3143
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).
3244

3345
**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.
3547

3648
`v0.1.0` `v0.2.0`
3749

@@ -50,16 +62,4 @@ AL-161: The RD-NFC-STDTXN-2.0 [X-NUCLEO-NFC08A1] test exhibits a delay in the tr
5062
During the RD-NFC-STDTXN-2.0 test execution, there is a noticeable delay of a few seconds after the transaction initiation step.
5163

5264
**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.

docs/links.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
.. _`running test scripts`: https://github.com/csa-access-control/aliro-certification-tool?tab=readme-ov-file#c---creating-a-test-run-running-test-scripts
1111
.. _`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
1212
.. _`Zephyr CMake package`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/build/zephyr_cmake_package.html#cmake-pkg
13+
.. _`Test Harness issue #191`: https://github.com/csa-access-control/aliro-certification-tool/issues/191
14+
1315

1416
.. ### Source: docs.nordicsemi.com
1517
Requires manual update to align it with the NCS version.

docs/release_notes.rst

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,46 @@ Release notes
55

66
This page outlines changes introduced with each release of the |APP_NAME|.
77

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+
838
v0.1.0
939
******
1040

1141
.. note::
1242
|EXPERIMENTAL_NOTE|
1343

14-
See the following section for the list of implemented features.
44+
Changelog
45+
=========
46+
47+
The following updates were introduced in this release.
1548

1649
* Added experimental support for the following:
1750

@@ -23,26 +56,3 @@ See the following section for the list of implemented features.
2356
* ST Microelectronics R/F Abstraction Layer driver with Zephyr Platform Abstraction Layer integration.
2457
* |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.
2558
* 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:
41-
42-
* Timers
43-
* Semaphores
44-
* Threading
45-
46-
* Added platform logger implementation
47-
* Integrated a new NFC transport interface
48-
* Integrated a simplified Aliro stack API

0 commit comments

Comments
 (0)