espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.26k stars 1.56k forks source link

about the sdk for esp8266 rtos (GIT8266O-515) #937

Open aibinMr opened 3 years ago

aibinMr commented 3 years ago

hello,i have some questions for rtos sdk,i am learning how to use the 8266 by the sdk,but l find some function is for esp32,e.g.“esp_event_loop_create_default”,“esp_netif_init” .i can`t find this in the doc "https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/",i want to know How to differentiate this sdk is only for esp32,

nsfilho commented 3 years ago

As suggestion: read some examples in https://github.com/espressif/ESP8266_RTOS_SDK/tree/master/examples This helped me to learn a lot about this platform....

Other important help is read about how to Arduino compatible pack do the things. https://github.com/esp8266/Arduino

I really believe this is the best way to learn. Better than any docs (until now)....

If you have any specific question, share with us :)