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:
us...@infra.apache.org


Reply via email to