-
Notifications
You must be signed in to change notification settings - Fork 173
Zig 0.17.0 master #954
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
Open
mattnite
wants to merge
61
commits into
main
Choose a base branch
from
zig-0.17.0-master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Zig 0.17.0 master #954
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
f074658
Migrate uf2 to 0.16.0
mattnite b395dbb
regz updated for 0.16.0
mattnite b5be5c4
Remove port cache
mattnite c8deae4
Aviron moved to 0.16.0
mattnite 16d3a7d
Foundation libc on 0.16.0
mattnite 5ea6438
Freertos for 0.16.0
mattnite 0829a56
lwip 0.16.0
mattnite f346a87
msp430 examples on 0.16.0
mattnite d28f527
flags library and esp compiling for 0.16.0
mattnite d118ca4
stm32 compiling on 0.16.0
mattnite f1a4822
rp2xxx and ch32v compiling on 0.16.0
mattnite 997b173
Examples that don't depend on libc building on 0.16.0
mattnite ea24e66
Linter building on 0.16.0
mattnite 64c53ce
Update CI
mattnite 449cb49
dfu compiles on 0.16.0
mattnite 998489a
esp-image compile and tests on 0.16.0
mattnite aff0677
Remove package-test
mattnite 5f2e7e4
printer compiling with 0.16.0
mattnite 6762e12
Remove unused imports/decls
mattnite 53c4bfe
Reorganize drivers
mattnite 9d3beb9
Fix examples from driver cleanup
mattnite 79d1d48
Some CI updates
mattnite 3fa0be4
Update zine
mattnite 8b1511d
Fix foundation libc CI
mattnite 8fc2d6a
Only build website on linux
mattnite c2d50e2
Fix foundation-libc CI
mattnite f8f8843
Add workaround
mattnite 2398c23
check cache dir
mattnite 631cabc
try again
mattnite fa4e701
try again
mattnite 7cf007d
try again
mattnite d8f85c2
Skip over 0.16.0 to master
mattnite a5d57fd
most of the **'s to @splat
mattnite ab3f7be
regz compiling on master
mattnite 7d59bdc
Pass regz tests
mattnite 5989823
dfu compiles and tests
mattnite 204853f
drivers compiling and testing
mattnite 865a356
Some fixes for aviron, nrfx examples building
mattnite 1ff325a
Examples building, minus any depending on foundation-libc
mattnite c9dcde3
foundation-libc using TranslateC step
mattnite 88731c4
TranslateC for lwip
mattnite c09bf41
Remove last **
mattnite 57135f3
Cleanup CI
mattnite 348d196
Fix code generation
mattnite 9126056
Fix libxml2
mattnite a8bc23f
update libxml2
mattnite ab4202a
Fix windows issues in CI
mattnite dee4e50
More fixes
mattnite ce5a253
esp examples building
mattnite eb40e5f
Update serial
mattnite 52361dd
Try vfs workaround on windows
mattnite 3bca2f6
Pass thru args and printer test updates for master churn
mattnite 2c8e999
typo and cleanup
mattnite 72f51f4
Remove unused file
mattnite e15266c
Update libxml2
mattnite 0ae7be0
Consider keeping website on 0.15.2 for now
mattnite 5f8f7bf
revert zine
mattnite 48c5d1e
Clone HEAD of zigimports
mattnite 451840b
Get rid of messy linter CI logic
mattnite 4a94ab1
Freertos and objcopy format from bin to binary
mattnite 669b03d
Fix ch32v examples build.zig
mattnite 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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Just realized that this is not complete. The idea is to have a check to make sure that every port has examples and unit tests set up in CI using some calls to
yq.