Fix causes of compilation errors in .ini and marlin.py#355
Closed
Thinkersbluff wants to merge 6 commits intoCR6Community:extuifrom
Closed
Fix causes of compilation errors in .ini and marlin.py#355Thinkersbluff wants to merge 6 commits intoCR6Community:extuifrom
Thinkersbluff wants to merge 6 commits intoCR6Community:extuifrom
Conversation
We now have definitive proof that the 4.5.3 version also supports the 1.1.0.3 ERA motherboard. No need to caveat that "at least one user has confirmed" this.
- Replace deprecated 'src_filter' with 'build_src_filter' in all environments - Replace deprecated 'src_build_flags' with 'build_src_flags' in linux_native environment - Replace deprecated 'monitor_flags' with modern equivalents: - monitor_filters for colorize and time filters - monitor_echo for echo functionality - monitor_eol for line ending configuration - Fix Python runtime error in marlin.py by wrapping iterator with list() These changes eliminate all PlatformIO deprecation warnings when building firmware and ensure compatibility with newer PlatformIO versions. Fixes build warnings in environments: - DUE - SAMD51_grandcentral_m4 - malyan_M300 - esp32 - teensy31, teensy35, teensy36, teensy41 - linux_native - include_tree
- Add comprehensive build_src_filter to include all required feature source files - Resolves 'Unknown MOTHERBOARD value' error by ensuring proper platform detection - Includes missing G-code and M-code command implementations - Adds support for enabled features: babystep, powerloss, emergency parser, etc. - Build now compiles successfully for STM32F103RET6 Creality boards Fixes compilation errors in PlatformIO build for CR6 Community Marlin firmware.
- Ignore build_output*.log files generated during compilation - Ignore compile_commands.json generated by PlatformIO
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.
Description
Requirements
Benefits
Configurations
Related Issues