-
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
esp: Wi-Fi support #861
Conversation
- Fix idle task stack overflow - Add alignment to data sections - Upgrade `radio/timer.zig` to use a separate task - Add max value to semaphore
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.
🔍 Lint Results
Found 9 issues on changed lines in 9 files:
- examples/espressif/esp/src/tcp_server.zig: 1 issue
- examples/raspberrypi/rp2xxx/src/net/lwip/net.zig: 1 issue
- port/espressif/esp/src/hal/radio/osi.zig: 1 issue
- port/espressif/esp/src/hal/system.zig: 1 issue
- port/raspberrypi/rp2xxx/src/hal/usb.zig: 1 issue
- port/stmicro/stm32/src/hals/STM32F103/adc.zig: 1 issue
- port/stmicro/stm32/src/hals/STM32F103/i2c.zig: 1 issue
- port/stmicro/stm32/src/hals/STM32F103/rcc.zig: 1 issue
- port/stmicro/stm32/src/hals/common/i2c_v2.zig: 1 issue
Updating with new lint results
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.
🔍 Lint Results
Found 1 issue on changed lines in 1 file:
- port/espressif/esp/src/hal/radio/osi.zig: 1 issue
f161d13 to
599e2c4
Compare
Updating with new lint results
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.
🔍 Lint Results
Found 1 issue on changed lines in 1 file:
- port/espressif/esp/src/hal/radio/osi.zig: 1 issue
Updating with new lint results
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.
🔍 Lint Results
Found 1 issue on changed lines in 1 file:
- port/espressif/esp/src/hal/radio/osi.zig: 1 issue
Co-authored-by: Grazfather <grazfather@gmail.com>
No description provided.