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: IDE/Renesas/e2studio/RZN2L/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ They also include benchmark and cryptography tests for the wolfCrypt library.
10
10
The example project contains both the wolfSSL and wolfCrypt libraries.
11
11
It is built as a `Renesas RZ/N C/C++ FSP Project` and contains the Renesas RZ
12
12
configuration. The wolfssl project uses `Renesas Secure IP on RZ`
13
-
as hardware acceleration for cyptography.
13
+
as hardware acceleration for cryptography.
14
14
15
15
**Limitation**
16
16
@@ -51,7 +51,7 @@ The example project summary is listed below and is relevant for every project.
51
51
|RSIP Engine for RZ/N2L|v1.3.0+fsp.1.2.0|Need to contact Renesas to get RSIP module|
52
52
53
53
Note1:\
54
-
To use RSIP drive, a devvice type should be `R9A07G084M04GBG`. However, choosing `R9A07G084M04GBG` won't allow to select `RSK+RZN2L` board. This example uses LED and external flash memory on `RSK + RZN2L` board. Therefore, the example temporary `R9A07G084M04GBG` for the device type. Updating e2studio or fsp could resolve the issue.
54
+
To use RSIP driver, a device type should be `R9A07G084M04GBG`. However, choosing `R9A07G084M04GBG` won't allow to select `RSK+RZN2L` board. This example uses LED and external flash memory on `RSK + RZN2L` board. Therefore, the example temporary `R9A07G084M04GBG` for the device type. Updating e2studio or fsp could resolve the issue.
55
55
56
56
## Setup Steps and Build wolfSSL Library
57
57
@@ -77,7 +77,7 @@ Note1:\
77
77
|Thread Symbol|rzn2l_tst_thread|
78
78
|Thread Name|rzn2l_tst_thread|
79
79
|Thread Stack size|increase depending on your environment<br> e.g. 0xA000|
80
-
|Thread MemoryAllocation|Dyamic|
80
+
|Thread MemoryAllocation|Dynamic|
81
81
|Common General Use Mutexes|Enabled|
82
82
|Common General Enable Backward Compatibility|Enabled|
83
83
|Common Memory Allocation Support Dynamic Allocation|Enabled|
@@ -117,7 +117,7 @@ um_serial_io_internal.h
117
117
118
118
2). Select J-Link ARM and R9A07G084M04
119
119
120
-
3). Break at Entory point. Change `cpsr` register value from 0xXXXXX1yy to 0xXXXXX1da
120
+
3). Break at Entry point. Change `cpsr` register value from 0xXXXXX1yy to 0xXXXXX1da
121
121
122
122
## Run TLS 1.3 Client
123
123
1.) Enable `WOLFSSL_TLS13` macro in `user_settings.h`
@@ -476,7 +476,7 @@ Test complete
476
476
```
477
477
478
478
**Note**
479
-
`SHA1/224/256/384/512` and `Random generation` of RSIP driver are enabled at the sampele output above while running wolfCrypt test.
479
+
`SHA1/224/256/384/512` and `Random generation` of RSIP driver are enabled at the sample output above while running wolfCrypt test.
480
480
481
481
## Run Benchmark
482
482
@@ -536,7 +536,8 @@ Benchmark complete
536
536
End wolfCrypt Benchmark
537
537
```
538
538
**Note**
539
-
`SHA1/224/256/384/512` and `Random generation` of RSIP driver are enabled at the sampele output above.
539
+
`SHA1/224/256/384/512` and `Random generation` of RSIP driver are enabled at the sample output above.
540
+
540
541
## Support
541
542
542
543
For support inquiries and questions, please email support@wolfssl.com. Feel free to reach out to info@wolfssl.jp as well.
0 commit comments