mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
* Update code to correct function pointer casting Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Update function signature Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Continue updating the function signature and revert a variable Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Fix format Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Fix CI check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix CI checks Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> --------- Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com> |
||
|---|---|---|
| .. | ||
| tcp_sockets_wrapper | ||
| mbedtls_bio_tcp_sockets_wrapper.c | ||
| mbedtls_bio_tcp_sockets_wrapper.h | ||
| mbedtls_pk_pkcs11.c | ||
| mbedtls_pkcs11.h | ||
| mbedtls_rng_pkcs11.c | ||
| readme.txt | ||
| transport_mbedtls.c | ||
| transport_mbedtls.h | ||
| transport_mbedtls_pkcs11.c | ||
| transport_mbedtls_pkcs11.h | ||
| transport_plaintext.c | ||
| transport_plaintext.h | ||
| transport_wolfSSL.c | ||
| transport_wolfSSL.h | ||
Building a network transport implementation: 1. Go into the sub directory for the TCP/IP stack you are using (e.g. freertos_plus_tcp). 2. Build the wrapper file located in the directory (i.e. sockets_wrapper.c). 3. Select an additional folder based on the TLS stack you are using (e.g. using_mbedtls), or the using_plaintext folder if not using TLS. 4. Build and include all files from the selected folder.