We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351d5c8 commit bdafc7bCopy full SHA for bdafc7b
ports/zephyr-cp/cptools/build_circuitpython.py
@@ -449,9 +449,6 @@ async def build_circuitpython():
449
if "ssl" in enabled_modules:
450
# TODO: Figure out how to get these paths from zephyr
451
circuitpython_flags.append('-DMBEDTLS_CONFIG_FILE=\\"config-mbedtls.h\\"')
452
- circuitpython_flags.extend(
453
- ("-isystem", portdir / "modules" / "crypto" / "tinycrypt" / "lib" / "include")
454
- )
455
circuitpython_flags.extend(
456
("-isystem", portdir / "modules" / "crypto" / "mbedtls" / "include")
457
)
0 commit comments