Files
GP2040-CE/headers/mbedtls_config.h
Brian S. Stephan 70b1a9f1bd convert files from CRLF endings to LF endings (#332)
bss@garnet ~/proj/GP2040-CE % find . -type f -exec file {} \; | grep CRLF | cut -d ':' -f 1 | xargs dos2unix
dos2unix: converting file ./lib/TinyUSB_Gamepad/src/ps4_driver.h to Unix format...
dos2unix: converting file ./lib/TinyUSB_Gamepad/src/ps4_driver.cpp to Unix format...
dos2unix: converting file ./lib/NeoPico/src/generated/ws2812.pio.h to Unix format...
dos2unix: converting file ./lib/httpd/fsdata.c to Unix format...
dos2unix: converting file ./www/.eslintrc.yml to Unix format...
dos2unix: converting file ./www/index.html to Unix format...
dos2unix: converting file ./www/vite.config.ts to Unix format...
dos2unix: converting file ./www/src/Components/ColorScheme.jsx to Unix format...
dos2unix: converting file ./www/src/index.jsx to Unix format...
dos2unix: converting file ./www/src/Icons/MoonStars.tsx to Unix format...
dos2unix: converting file ./www/src/Icons/CircleHalf.tsx to Unix format...
dos2unix: converting file ./www/src/Icons/Sun.tsx to Unix format...
dos2unix: converting file ./www/server/app.js to Unix format...
dos2unix: converting file ./www/.env to Unix format...
dos2unix: converting file ./src/addons/ps4mode.cpp to Unix format...
dos2unix: converting file ./.github/workflows/cmake.yml to Unix format...
dos2unix: converting file ./headers/gamepad/descriptors/PS4Descriptors.h to Unix format...
dos2unix: converting file ./headers/addons/ps4mode.h to Unix format...
dos2unix: converting file ./headers/mbedtls_config.h to Unix format...
dos2unix: converting file ./headers/configs/base64.h to Unix format...
dos2unix: converting file ./configs/Stress/README.md to Unix format...
dos2unix: converting file ./configs/Stress/env.ini to Unix format...
dos2unix: converting file ./configs/Stress/stress.h to Unix format...
dos2unix: converting file ./configs/Stress/BoardConfig.h to Unix format...
2023-06-14 10:19:20 -04:00

28 lines
825 B
C

/* This can be enabled lated when we use SNTP */
#undef MBEDTLS_HAVE_TIME_DATE
#define MBEDTLS_CHECK_PARAMS
#define MBEDTLS_CHECK_PARAMS_ASSERT
#define MBEDTLS_ENTROPY_HARDWARE_ALT
#define MBEDTLS_AES_ROM_TABLES
#define MBEDTLS_AES_FEWER_TABLES
#define MBEDTLS_CAMELLIA_SMALL_MEMORY
#define MBEDTLS_CHECK_RETURN_WARNING
#undef MBEDTLS_FS_IO
#define MBEDTLS_NO_PLATFORM_ENTROPY
#define MBEDTLS_PSA_CRYPTO_CLIENT
#define MBEDTLS_PSA_CRYPTO_DRIVERS
#define MBEDTLS_SHA256_C
#define MBEDTLS_RSA_C
#define MBEDTLS_X509_RSASSA_PSS_SUPPORT
#define MBEDTLS_PKCS1_V21
#define MBEDTLS_BIGNUM_C
#define MBEDTLS_MD_C
#define MBEDTLS_SSL_ASYNC_PRIVATE
#define MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
#define MBEDTLS_USE_PSA_CRYPTO
#undef MBEDTLS_NET_C
#undef MBEDTLS_PSA_CRYPTO_STORAGE_C
#undef MBEDTLS_PSA_ITS_FILE_C
#undef MBEDTLS_TIMING_C