forked from espressif/esp-idf
Build & config: Remove the "make" build system
The "make" build system was deprecated in v4.0 in favor of idf.py (cmake). The remaining support is removed in v5.0.
This commit is contained in:
@@ -22,7 +22,7 @@ In addition it is possible to specify a path to a certificate file or a director
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
Most configuration is done through menuconfig. Make and CMake will generate the bundle according to the configuration and embed it.
|
||||
Most configuration is done through menuconfig. CMake will generate the bundle according to the configuration and embed it.
|
||||
|
||||
* :ref:`CONFIG_MBEDTLS_CERTIFICATE_BUNDLE`: automatically build and attach the bundle.
|
||||
* :ref:`CONFIG_MBEDTLS_DEFAULT_CERTIFICATE_BUNDLE`: decide which certificates to include from the complete root list.
|
||||
|
||||
@@ -79,11 +79,11 @@ There are two ways to use wolfssl in your project
|
||||
|
||||
git clone https://github.com/espressif/esp-wolfssl.git
|
||||
|
||||
* Include esp-wolfssl in ESP-IDF with setting EXTRA_COMPONENT_DIRS in CMakeLists.txt/Makefile of your project as done in `wolfssl/examples <https://github.com/espressif/esp-wolfssl/tree/master/examples>`_. For reference see Optional Project variables in :doc:`build-system.</api-guides/build-system>`
|
||||
* Include esp-wolfssl in ESP-IDF with setting EXTRA_COMPONENT_DIRS in CMakeLists.txt of your project as done in `wolfssl/examples <https://github.com/espressif/esp-wolfssl/tree/master/examples>`_. For reference see Optional Project variables in :doc:`build-system.</api-guides/build-system>`
|
||||
|
||||
After above steps, you will have option to choose wolfssl as underlying SSL/TLS library in configuration menu of your project as follows::
|
||||
|
||||
idf.py/make menuconfig -> ESP-TLS -> choose SSL/TLS Library -> mbedtls/wolfssl
|
||||
idf.py menuconfig -> ESP-TLS -> choose SSL/TLS Library -> mbedtls/wolfssl
|
||||
|
||||
Comparison between mbedtls and wolfssl
|
||||
--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user