-
Notifications
You must be signed in to change notification settings - Fork 164
esp: Wi-Fi support #861
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
Draft
tact1m4n3
wants to merge
44
commits into
main
Choose a base branch
from
esp_wifi_reloaded
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.
Draft
esp: Wi-Fi support #861
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
156adf0
initial commit (it works!!!)
tact1m4n3 e7c4f76
cleanup examples build script
tact1m4n3 2e6979e
cleanup
tact1m4n3 3de76a1
got ip via dhcp
tact1m4n3 ee50038
cleanup and more
tact1m4n3 cf54bcf
commit
tact1m4n3 78da303
more cleanup
tact1m4n3 49f0e24
undo stack changes
tact1m4n3 3c41c03
Merge branch 'main' into esp_wifi
tact1m4n3 287ceeb
Remove pointer from fallback allocator interface
tact1m4n3 338099b
Improve stability of ESP WiFi (#741)
andreacoradi 9528da2
Progress
tact1m4n3 9895b3d
Add scheduler and more
tact1m4n3 c2805f7
Got wifi working and more
tact1m4n3 d53d261
Completely port osi to new scheduler
tact1m4n3 2f95908
Fix interrupt nesting
tact1m4n3 3af9b39
Fix microzig.interrupt.Mutex
tact1m4n3 48efd95
Fix alignment issues and to small idle stack size
tact1m4n3 93aeb91
More Scheduler work
tact1m4n3 88d9e71
Merge branch 'main' into esp_wifi
tact1m4n3 0cb0872
Fix spawn parameters and update to latest esp wifi
tact1m4n3 e18e7ae
Refactor and cleanup no. 1
tact1m4n3 3448341
Refactor scheduler and more
tact1m4n3 8ec4486
Fix RTOS bug and more
tact1m4n3 db235ce
Port more changes from esp_wifi
tact1m4n3 e64cf8c
Refactor wifi and use tcpip for lwip
tact1m4n3 3b4b9bc
`rtos.Condition`, bigger debug wifi task stack size, blocking start a…
tact1m4n3 e6fb06d
TCP server example and refactoring
tact1m4n3 dc52ce1
Cleanup
tact1m4n3 604f769
Remove SPSC_Queue
tact1m4n3 f9ecffd
More cleanup
tact1m4n3 f16c37c
Merge branch 'main' into esp_wifi_reloaded
tact1m4n3 c44c873
Update network module and fix tbss workaround
tact1m4n3 9fd611e
Refactor example and fix CI
tact1m4n3 84a5b4f
Take care of lints
tact1m4n3 02db8ed
Fix some of the formatting (that does not crash zig)
tact1m4n3 42c5abd
Hide warnings
tact1m4n3 21c06be
Cleanup RTOS
tact1m4n3 0af62f7
Implement mutex priority inheritance
tact1m4n3 fbb10d1
rtos: Scoped log and log all tasks state fn
tact1m4n3 bae30a1
Cleanup
tact1m4n3 ddc69b2
Fix zig fmt crashing
tact1m4n3 9f217b5
Merge branch 'main' into esp_wifi_reloaded
tact1m4n3 0e7fb8c
Fix wifi sta config
tact1m4n3 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
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.
Bug fix