From d78782a750959aab131eb4b5c78580d4aa322f26 Mon Sep 17 00:00:00 2001 From: Bill Phipps Date: Tue, 20 Jan 2026 15:12:57 -0500 Subject: [PATCH 1/2] Add multiple private ports. Typos. --- port/microchip/pic32cz/README.md | 3 +++ port/renesas/rh850f1km/README.md | 3 +++ port/skeleton/README.md | 4 ++-- port/stmicro/SR6/README.md | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 port/microchip/pic32cz/README.md create mode 100644 port/renesas/rh850f1km/README.md create mode 100644 port/stmicro/SR6/README.md diff --git a/port/microchip/pic32cz/README.md b/port/microchip/pic32cz/README.md new file mode 100644 index 000000000..6f1dc6b15 --- /dev/null +++ b/port/microchip/pic32cz/README.md @@ -0,0 +1,3 @@ +# Restricted port + +The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. diff --git a/port/renesas/rh850f1km/README.md b/port/renesas/rh850f1km/README.md new file mode 100644 index 000000000..6f1dc6b15 --- /dev/null +++ b/port/renesas/rh850f1km/README.md @@ -0,0 +1,3 @@ +# Restricted port + +The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. diff --git a/port/skeleton/README.md b/port/skeleton/README.md index 768a49d08..bb0a8ebe7 100644 --- a/port/skeleton/README.md +++ b/port/skeleton/README.md @@ -2,8 +2,8 @@ The Skeleton port source code provides a non-functioning layout to be used as a starting point for future hardware/platform ports. Each function provides the basic description and expected flow with error cases explained so that ports can be used interchangeably with consistent results. -The Skeleton port provides implementations of: +The Skeleton port provides implementations of: - Transport - NVM Device - Flash Device -- Crytp Device +- Crypto Device diff --git a/port/stmicro/SR6/README.md b/port/stmicro/SR6/README.md new file mode 100644 index 000000000..6f1dc6b15 --- /dev/null +++ b/port/stmicro/SR6/README.md @@ -0,0 +1,3 @@ +# Restricted port + +The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. From 8c627985a164c1edeeef02c862f13e4a8c9978ad Mon Sep 17 00:00:00 2001 From: Bill Phipps Date: Tue, 20 Jan 2026 16:18:50 -0500 Subject: [PATCH 2/2] Cleanups --- port/infineon/tc3xx/README.md | 4 +++- port/microchip/pic32cz/README.md | 4 +++- port/renesas/rh850f1km/README.md | 4 +++- port/skeleton/README.md | 4 ++-- port/stmicro/SR6/README.md | 4 +++- port/stmicro/spc58nn/README.md | 4 +++- port/ti/tda4vh/README.md | 4 +++- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/port/infineon/tc3xx/README.md b/port/infineon/tc3xx/README.md index 4f938586f..dd31a4d9a 100644 --- a/port/infineon/tc3xx/README.md +++ b/port/infineon/tc3xx/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access. diff --git a/port/microchip/pic32cz/README.md b/port/microchip/pic32cz/README.md index 6f1dc6b15..dd31a4d9a 100644 --- a/port/microchip/pic32cz/README.md +++ b/port/microchip/pic32cz/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access. diff --git a/port/renesas/rh850f1km/README.md b/port/renesas/rh850f1km/README.md index 6f1dc6b15..dd31a4d9a 100644 --- a/port/renesas/rh850f1km/README.md +++ b/port/renesas/rh850f1km/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access. diff --git a/port/skeleton/README.md b/port/skeleton/README.md index bb0a8ebe7..378f065db 100644 --- a/port/skeleton/README.md +++ b/port/skeleton/README.md @@ -1,9 +1,9 @@ # Skeleton Port -The Skeleton port source code provides a non-functioning layout to be used as a starting point for future hardware/platform ports. Each function provides the basic description and expected flow with error cases explained so that ports can be used interchangeably with consistent results. +The Skeleton port source code provides a non-functioning layout to be used as a starting point for future hardware/platform ports. Each function provides the basic description and expected flow with error cases explained so that ports can be used interchangeably with consistent results. The Skeleton port provides implementations of: -- Transport +- Transport - NVM Device - Flash Device - Crypto Device diff --git a/port/stmicro/SR6/README.md b/port/stmicro/SR6/README.md index 6f1dc6b15..dd31a4d9a 100644 --- a/port/stmicro/SR6/README.md +++ b/port/stmicro/SR6/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access. diff --git a/port/stmicro/spc58nn/README.md b/port/stmicro/spc58nn/README.md index 4f938586f..dd31a4d9a 100644 --- a/port/stmicro/spc58nn/README.md +++ b/port/stmicro/spc58nn/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access. diff --git a/port/ti/tda4vh/README.md b/port/ti/tda4vh/README.md index 6f1dc6b15..dd31a4d9a 100644 --- a/port/ti/tda4vh/README.md +++ b/port/ti/tda4vh/README.md @@ -1,3 +1,5 @@ # Restricted port -The distribution of this port is restricted by the vendor. Please contact support@wolfssl.com for access. +The distribution of this port is restricted by the vendor. + +Please contact support@wolfssl.com for access.