Hiperión

Results 93 comments of Hiperión

Of course!! I found a generic BSD-licensed RTOS HAL library that looks interesting to implement. When I have news I'll let you know.

Of course!! I found a generic BSD-licensed RTOS HAL library that looks interesting to implement (or maybe Driver Subsystem of FreeRTOS HAL) When I have news I'll let you know.

I'll start with: http://www.wsn.agh.edu.pl/download/public/halfred/0.2.0/ And then I'll expand on it as needed.

I have added HAL structure and minimal functionality for wifi and filesystem. Not microvium integration for now. You can see that at: https://github.com/hiperiondev/esp32-microvium/tree/main/components/uc-hal

Ok...my first FFI :-) I have added simple wifi connect to HAL. Can you see the project ? Please destroy my horrible code!

I have a problem with wifi scan. APs list is a complex array ( hal_wifi_ap_record_t in: https://github.com/hiperiondev/esp32-microvium/blob/main/components/uc-hal/hal/include/hal_wifi.h ) How I can export this structure?

mmmm I think the second option is the simplest...

Could you please give me a simple complete example of method 1?

Thanks a lot!