Fixed mbedtls include path#1534
Closed
rmontrosecbw wants to merge 1 commit intoModdable-OpenSource:publicfrom
Closed
Fixed mbedtls include path#1534rmontrosecbw wants to merge 1 commit intoModdable-OpenSource:publicfrom
rmontrosecbw wants to merge 1 commit intoModdable-OpenSource:publicfrom
Conversation
The mbedtls include path in Espressif SDK version 5.5.x is $(IDF_PATH)/components/mbedtls/mbedtls/include/. This is correct in make.esp32.mk but was left out of nmake.esp32.mk
Collaborator
|
Makes sense. Thank you. We'll get this merged. |
Collaborator
|
This has been committed and will be available in the next code drop. |
mkellner
pushed a commit
that referenced
this pull request
Oct 4, 2025
…)/components/mbedtls/mbedtls/include/. This is correct in make.esp32.mk but was left out of nmake.esp32.mk #1534
mkellner
pushed a commit
that referenced
this pull request
Oct 4, 2025
…)/components/mbedtls/mbedtls/include/. This is correct in make.esp32.mk but was left out of nmake.esp32.mk #1534
rmontrosecbw
added a commit
to rmontrosecbw/moddable
that referenced
this pull request
Oct 25, 2025
…o Wiznet_W5500_Ethernet_support * 'public' of https://github.com/rmontrosecbw/moddable: include manifest file of embedded:io/provider/MCP23X17 Add MCP23017 expander module to manifest add xsCallFunction* Moddable-OpenSource#1536 don't need to import UDP first try at 419 mDNS typings 419 mdns - first time xsbug & mcsim icons for macOS Tahoe xsbug & mcsim icons for macOS Tahoe xsbug & mcsim icons for macOS Tahoe The mbedtls include path in Espressif SDK version 5.5.x is $(IDF_PATH)/components/mbedtls/mbedtls/include/. This is correct in make.esp32.mk but was left out of nmake.esp32.mk Moddable-OpenSource#1534 Fix typo in controller fix default manifest for git repos Moddable-OpenSource#1532 option to use Map for txt record changes from TC53 discussion XS linker; fix byte code map of strings > 64 KB onReady isn't passed connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mbedtls include path in Espressif SDK version 5.5.x is $(IDF_PATH)/components/mbedtls/mbedtls/include/. This is correct in make.esp32.mk but was left out of nmake.esp32.mk