mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
8
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/CMakeLists.txt
vendored
Normal file
8
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNO_MAIN_DRIVER -DWOLFSSL_USER_SETTINGS")
|
||||
|
||||
set(COMPONENT_SRCS "test_wolfssl.c" "../wolfcrypt/test/test.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
set(COMPONENT_REQUIRES unity test_utils wolfssl)
|
||||
|
||||
register_component()
|
||||
10
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/README.md
vendored
Normal file
10
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/README.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# wolfSSL unit-test app
|
||||
|
||||
The test contains of wolfSSL unit-test app on Unity.
|
||||
|
||||
When you want to run the app
|
||||
1. Go to /esp-idf/tools/unit-test-app/ folder
|
||||
2. `idf.py menuconfig` to configure unit test app.
|
||||
3. `idf.py -T wolfssl build` to build wolfssl unit test app.
|
||||
|
||||
See [https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html] for more information about unit test app.
|
||||
10
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/component.mk
vendored
Normal file
10
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/component.mk
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
|
||||
#CFLAGS := -v
|
||||
CFLAGS += -DNO_MAIN_DRIVER
|
||||
CFLAGS += -DWOLFSSL_USER_SETTINGS
|
||||
#CFLAGS += -DWOLFSSL_ESP32WROOM32_CRYPT_DEBUG
|
||||
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||
1140
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/test_wolfssl.c
vendored
Normal file
1140
android/extern/wolfssl/IDE/Espressif/ESP-IDF/test/test_wolfssl.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user