Sung Hwan Lee
Sung Hwan Lee
If you are using gcc 5.2.0, put below line in CMakeList.txt `target_compile_options(${COMPONENT_TARGET} PUBLIC -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_WCHAR_T )`
> Just trying out your package. The "problem" on macOS is that neither `UserAgent` nor `GlobalDaemon` really "daemonize" the process. Is this a bug? Below code work for me for...
@yuhui-zheng , Thank you for your quick & kind support. I think we are already using "CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y" option in sdkconfig, so dynamic allocation code is currently using external memory based...
@yuhui-zheng Are there any feedback about my above report ?
If you can upgrade x509write_crt.c, x509write_csr.c files to use dynamic buffer instead of huge local buffer, it will also be very helpful to me.
Are there any update ? Not only for using task stack with external memory, there are huge static arrays below to amazon-freertos which can be assigned to external memory by...