-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[FL-2554] Embedded arm-none-eabi toolchain #1351
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
Conversation
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
…from project root
Contributor
Author
|
We are added some fixes to toolchain, please redownload it by mannual removing [repo root]/toolchain dir and starting ./fbt again. |
…hon3-wrapper # Conflicts: # fbt # fbt.cmd
… from firmware.scons to SConstruct; added Blackmagic support with automatic probe port resolution; added apps.c rebuild on any manifest.fam changes; fixed simultaneous flash & debug ops
…target for IDE integration
…for min Python version
|
Compiled firmware for commit |
…t init if FBT_NOENV is set in environment
…hon3-wrapper # Conflicts: # fbt # fbt.cmd # fbt_options.py # site_scons/fbt/util.py # site_scons/site_tools/blackmagic.py # site_scons/site_tools/sconsmodular.py
…ts_assets' into drunkbatya/python3-wrapper # Conflicts: # firmware.scons
skotopes
approved these changes
Jul 14, 2022
vonnieda
added a commit
to vonnieda/flipperzero-firmware
that referenced
this pull request
Jul 16, 2022
* dev: IR: increase raw timings amount (flipperdevices#1388) Change # to ! for the inverted text example (flipperdevices#1395) [FL-2633] Move files from /int to /ext on SD mount flipperdevices#1384 [FL-2554] Embedded arm-none-eabi toolchain (flipperdevices#1351)
3 tasks
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.
What's new
Embedded arm-none-eabi toolchain, with all accompanying tools needed by FBT:
Verification
Run ./fbt on pure Linux, MacOS and Windows systems, no addition tools required, except git. All targets like flash, debug etc. should work.
Checklist (For Reviewer)