You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/06/05 07:50:23 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2613: mbedtls xc32 build fixes

kasjer opened a new pull request #2613:
URL: https://github.com/apache/mynewt-core/pull/2613


   This changes one instance of `#include ""` to `#include <>` to allow
   build with xc32-gcc compiler. This is really a issue in the xc32 compiler not
   **mbedtls** but it can be fixed by changing `""`  to `<>`.
   
   Other change is to remove include `"os/mynewt.h"` and use `<syscfg/syscfg.h>`
   this time is due to symbol found in PIC32MZ... headers that conflicts with some
   local symbol used by **mbedtls**.
   Including big part of **mynewt** core header files is not really needed to build **mbedtls**
   when just having **MYNEWT_VAL** macro expansion is enough.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2613: mbedtls xc32 build fixes

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2613:
URL: https://github.com/apache/mynewt-core/pull/2613


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org