-
Notifications
You must be signed in to change notification settings - Fork 70
Custom Boards - 2nd core can be used on rp2040 #320
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
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
14028fb
first changes for using 2nd core
elral e1a7744
missing include file added
elral f7b6803
missing include file added
elral 0b70d57
correct order of commit eeprom for 2nd core
elral df79e5e
fixed eeprom write for Atmels
elral f0eb027
added 2nd core
elral 814fa49
fixed missing defines
elral 159b2dd
reformatting
elral be963a0
better structure for communicating with 2nd core
elral 1499d46
this framework needs own function to stop core
elral 773c72f
running version
elral 62148f7
hints added to transfer a function to 2nd core
elral 8b1d903
not required include file deleted
elral bfe32b5
reformatting
elral 47c6179
reformatting
elral 4729004
add include file for running 2nd core
elral efac257
2nd core functions only if defined
elral b7cdff0
reformatting
elral b5932b7
add comments
elral 6342be1
wait for 2nd core to be ready
elral 216e010
copy payload after core 1 is ready
elral dcd7af3
custom device update() must also run on 2nd core
elral 5baba16
don't call update() function if required from 1st core, always within…
elral 87732a5
use stepper on second core if defined
elral c841e94
fixed wrong types of variables in loop1()
elral 7dd6d09
better structure within loop1()
elral 65d45ca
better structure for loop1()
elral cd2ba2a
better structure in update()
elral 5fdc197
fixed wrong size of variables
elral ac5d86b
add a small delay in loop1() to enable stop mode for writing to the E…
elral c05624b
Merge branch 'main' into use_2nd_core
elral 7befa9a
Merge branch 'main' into use_2nd_core
elral 2777ddb
Merge branch 'use_2nd_core' of https://github.com/elral/MobiFlight-Fi…
elral 4832867
Merge branch 'MobiFlight:main' into use_2nd_core
elral 6e7ba0e
not required define deleted
elral ed9b3ec
Merge branch 'main' into use_2nd_core
DocMoebiuz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while (true) would be prettier.