Skip to content

Properly handle ARDUINO_PARTITION define in PlatformIO #6681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2022

Conversation

valeros
Copy link
Contributor

@valeros valeros commented May 3, 2022

This fixes possible issues when developers specify arbitrary partition files using relative or absolute paths.

Additionally, hyphens in filenames are replaced with underscores to avoid compilation warnings like ISO C++11 requires whitespace after the macro name

Resolves platformio/platform-espressif32#787

This fixes possible issues when developers specify arbitrary partition files
using relative or absolute paths.

Additionally, hyphens in filenames are replaced with underscores to
avoid compilation warnings "ISO C++11 requires whitespace after the macro name"

Resolves platformio/platform-espressif32#787
@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2022

Unit Test Results

0 files  0 suites   0s ⏱️
0 tests 0 ✔️ 0 💤 0

Results for commit da0ef47.

♻️ This comment has been updated with latest results.

@VojtechBartoska VojtechBartoska added the IDE: PlaformIO Issue relates to PlatformIO IDE label May 3, 2022
@me-no-dev me-no-dev merged commit 4453ca5 into espressif:master May 4, 2022
@valeros valeros deleted the partition-fix branch August 30, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No quotes included in define for custom board_build.partitions
3 participants