thank you for the reply
I will check it out
I was working on a simple code to test boot process, interrupts, vector table all that kind of stuff
and I made it work. But when I was studing the wifi I run into this wifi init that need a lot of callbacks
like this struct "wifi_osi_funcs_t g_wifi_osi_funcs" that scared me a little, it's too much work to try do things by myself
but if you do some simplification only on the wifi lib, and clarify beter those things it will be very helpfull
And for sure it will be the main microcontroller for all my projects.
pls give us the nonos SDK
Re: pls give us the nonos SDK
Indeed the Wi-Fi stack is designed to run on top of an RTOS, so in a bare metal scenario we have to implement at least some simple preemption logic and allow switching between the main execution context and the context of the Wi-Fi stack.
This is what is implemented in https://github.com/esp-rs/esp-wifi/tree ... p-wifi/src and is usable together with the esp-hal project mentioned above.
This is what is implemented in https://github.com/esp-rs/esp-wifi/tree ... p-wifi/src and is usable together with the esp-hal project mentioned above.
Re: pls give us the nonos SDK
Hi @ivanESP_igrr wrote: ↑Sun Jul 09, 2023 9:35 amIndeed the Wi-Fi stack is designed to run on top of an RTOS, so in a bare metal scenario we have to implement at least some simple preemption logic and allow switching between the main execution context and the context of the Wi-Fi stack.
This is what is implemented in https://github.com/esp-rs/esp-wifi/tree ... p-wifi/src and is usable together with the esp-hal project mentioned above.
thanks for posting this!
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Who is online
Users browsing this forum: Bing [Bot] and 157 guests