Skip to content

Commit 18da1e5

Browse files
authored
[Doc] Update README.md with new reference to STSAFE-A120_example
1 parent d7f781e commit 18da1e5

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ## STMicroelectronics Secure Element Library (STSELib)
1+
# STMicroelectronics Secure Element Library (STSELib)
22

33
![STSELib](doc/resources/Pictures/STSELib.png)
44

@@ -19,7 +19,7 @@ Provides a set of product services that format all commands supported by the tar
1919
<b>- Core layer</b>
2020
Contains generic definition for ST Secure Element and functions for communicating with target secure element.
2121

22-
# ## Package documentation
22+
## Package documentation
2323

2424
HTML documentation can either be downloaded as standalone package from the STSELib github repository [release section](https://github.com/STMicroelectronics/STSELib/releases)
2525
or compiled from the library sources by executing following commands from the STSELib root directory:
@@ -33,7 +33,7 @@ or compiled from the library sources by executing following commands from the ST
3333
>
3434
> Doxygen version 1.14.0 is required to build the documentation
3535
36-
# ## STSELib Integration
36+
## STSELib Integration
3737

3838
### 1. Add STSELib as a Git submodule
3939

@@ -57,16 +57,12 @@ Two headers files are mantatories, [`stse_conf.h`](doc/resources/Markdown/03_LIB
5757
For platform-specific integrations and STSafe use-cases, you may implement additional headers. Detailed specifications are available in the HTML documentation included in the release ZIP.
5858
Reference implementation for most common STSE applicative use case can be found in section "Reference applicative examples" of this ReadMe file
5959

60-
# ## Reference applicative examples
60+
## Reference applicative examples
6161

6262
Following applicative project can be used as reference for STSELib integration and usage.
6363

6464
- STSAFE-A
65-
- [STSAFE-A_echo](https://github.com/STMicroelectronics/STSAFE-A_echo)
66-
- [STSAFE-A_device_authentication](https://github.com/STMicroelectronics/STSAFE-A_device_authentication)
67-
- [STSAFE-A_secure_data_storage](https://github.com/STMicroelectronics/STSAFE-A_secure_data_storage)
68-
- [STSAFE-A_asymmetric_cryptography](https://github.com/STMicroelectronics/STSAFE-A_asymmetric_cryptography)
69-
- [STSAFE-A_key_wrapping](https://github.com/STMicroelectronics/STSAFE-A_key_wrapping.git)
65+
- [STSAFE-A_Examples](https://github.com/STMicroelectronics/STSAFE-A120_examples)
7066

7167
- STSAFE-L
7268
- [STSAFE-L_echo](https://github.com/STMicroelectronics/STSAFE-L_echo)

0 commit comments

Comments
 (0)