nuttx-apps/crypto/mbedtls
chao an 7dda7f1dee crypto/mbedtls: fix build break on sha256.c
Build break on Assemble compiler if -fno-omit-frame-pointer and -O3 enabled at same time

{standard input}: Assembler messages:
{standard input}:2560: Error: branch out of range
make[2]: *** [apps/Application.mk:170: mbedtls/library/sha256.o] Error 1

Signed-off-by: chao an <anchao@xiaomi.com>
2023-09-11 16:33:05 +08:00
..
include mbedtls: set most of the functions of mbedtls to be configurable 2023-08-30 20:40:11 +08:00
source mbedtls-alt: add aes alternative implementation 2023-08-21 16:10:48 +08:00
.gitignore crypto: Initial support for mbedtls 2021-11-04 15:20:14 -03:00
CMakeLists.txt fix cmake code smell issues 2023-09-04 23:19:26 +08:00
Kconfig mbedtls: set most of the functions of mbedtls to be configurable 2023-08-30 20:40:11 +08:00
Make.defs mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
Makefile crypto/mbedtls: fix build break on sha256.c 2023-09-11 16:33:05 +08:00