-
Notifications
You must be signed in to change notification settings - Fork 226
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
Update all MCUs to ChibiOS 21.11.x/master #310
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
407a762
Empty test commit
zykrah d4f07e0
Testing changes: declared unsigned integer and commented out unused v…
zykrah 3714f94
remove pico-sdk from makefiles, just testing
zykrah 8680848
Commented out all other/optional files in Makefiles for Pico
zykrah 6307c5f
Added separate chibios for pico, reverted some changes
zykrah 48f40ac
seperate chbuild.sh for pico
zykrah 2d38b8a
updated permissions
zykrah f1f8ac5
Updated RP2040 chconf.h files
zykrah 45f4545
Updated chibios version in chconf.h, readded some lines that were acc…
zykrah 288e6a1
Modified Chibios HAL and RT versions
zykrah a1ea0a7
Forgot to modify one file
zykrah da3127b
Fix wrong size passed to calculate buffer offset (as in https://githu…
zykrah 588de0b
Empty test commit
zykrah adad56d
Reversed extra chibios build files for pico, now all MCUs are using m…
zykrah d624a42
Fixed whitespace in ext package causing error by using quotation marks
zykrah a2a9fc5
Update Makefiles to use new test library
zykrah 42bc000
Updated Makefiles to use newer ARM ports
zykrah 2cc8ba6
Updated Makefiles to use new ChibiOS HAL and RT versions. Updated chc…
zykrah f3f4b4f
Further updates to chconf.h files
zykrah 7014bc0
Even more updates to chconf.h files
zykrah 0aa26e0
Fixed HAL version in halconf.h files
zykrah e898157
Even more more changes to chconf.h files
zykrah 29da390
Updated ffconf.h version, Attempting to fix redefinition of structs
zykrah e66ea30
Attempting to fix PACKED_VAR redefinition.
zykrah 9309bb4
Defined IRQ USART Priorities
zykrah b3e24e4
Defined IRQ Priorities
zykrah 2d44a5a
Attempting to fix IRQ Priorities again
zykrah 05378da
Once again trying to fix IRQ Priorities
zykrah 56b7db2
Attempting to fix mcuconf.h IRQ priorities again
zykrah 969f0d1
Attempting to fix IRQ priorities in mcuconf.h again
zykrah c387fb6
Added an additional MCU definition
zykrah 1aac536
Testing replacing osal file
zykrah f687010
Reverted previous commit and also fixed up some missing MCU definitio…
zykrah 51b16df
Fixed missing include
zykrah 058c358
Testing replacing <> with ""
zykrah 5a88412
Testing
zykrah bbf65ff
Another attempt to fix ch error
zykrah 2d04624
Testing again
zykrah a186e67
Found the issue, changed ch. to currcore->
zykrah 0e91010
Forgot to remove #include
zykrah 9eab1d6
Testing small error
zykrah be8d2d4
Added #include <stdbool.h> to a file
zykrah 6b5576f
Reverted previous commit, not required.
zykrah 9ace633
Updated some chconf.h files (NUMICRO)
zykrah a49fb58
Attempting to fix missing definition/declaration
zykrah 95919e3
Fixed error from previous commit, renamed chDbgSuspendTrace to chTrac…
zykrah c4b31a8
Small fix: repeated definitions in RP2040 chconf.h files
zykrah ed9890d
Slight oversight: updated build.yml
zykrah 66d7b7c
Fix CI
Sleepdealr c95ea76
Merge pull request #1 from Sleepdealr/chibios-21.11.x-dev
zykrah cd18281
Fix additional error in the lgtm.yml in relation to extraction. Remov…
zykrah 38c01bd
Revert uneccessary changes to RP2040 files
zykrah 9f4768a
Trigger Build
zykrah 8c93606
Update build.yml
zykrah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
This is to fix a problem with a whitespace existing in one of the files that gets extracted (pico-sdk).
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.
LGTM