Skip to content
Snippets Groups Projects
  • cladmi's avatar
    cf12022d
    pkg/jerryscript: fix jerryscript not using system includes · cf12022d
    cladmi authored
    Jerryscript was never using INCLUDES so never having the 'newlib-nano' or llvm
    includes. It prevented working with `llvm`.
    
    Disable unsupported warnings for ESP32 and ESP8266 newlib that show when
    using system includes.
     * tested newlib version for ESP32 is 2.2.0
     * tested newlib version for ESP8266 is 3.0.0
    cf12022d
    History
    pkg/jerryscript: fix jerryscript not using system includes
    cladmi authored
    Jerryscript was never using INCLUDES so never having the 'newlib-nano' or llvm
    includes. It prevented working with `llvm`.
    
    Disable unsupported warnings for ESP32 and ESP8266 newlib that show when
    using system includes.
     * tested newlib version for ESP32 is 2.2.0
     * tested newlib version for ESP8266 is 3.0.0