-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
This issue tries to list everything that has to be done for us to switch to the native esp-idf build strategy.
- Decide tools installation directory #11
- Currently
nativeuses<workspace-dir>/.espressifandpiouses theplatformiodefault.
- Currently
- Install cmake from the native build script #12
- Cannot be done using
idf_tools.pyas that version is outdated - Need at least version 3.20 with cmake-file-api toolchains object or 3.14 without.
- Cannot be done using
- Decide whether
python3should remain a user requirement (Consider installing embedded Python on Windows #18) - Decide whether we should switch away from
idf_tools.pyand roll our own install logic. (see Tracking issue to use native build strategy as default #10 (comment))- It would give us more freedom.
- Removes dependency on
idf_tools.py. - We need some install logic for
cmakeanyway. idf_tools.pyrequires workaround for windows when usingmsysorgit-bash.
- Unify sdkconfig configuration options #38
- cargo-idf tool embuild#32
- Linkage error with Native (non PIO build) for ESP32C3 embuild#16
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels