Search found 2 matches
- Thu Nov 07, 2019 1:14 am
- Forum: ESP-IDF
- Topic: Missing function definitions in IDF (and information in datasheet) ?
- Replies: 5
- Views: 5902
Re: Missing function definitions in IDF (and information in datasheet) ?
WiFi and BT are closed source and are distributed as precompiled libraries. They are also not publicly documented. https://github.com/espressif/esp32-wifi-lib https://github.com/espressif/esp32-bt-lib Ah I see. This is what I was thinking but wasn't sure given that I couldn't find it specified anyw...
- Sun Nov 03, 2019 11:13 pm
- Forum: ESP-IDF
- Topic: Missing function definitions in IDF (and information in datasheet) ?
- Replies: 5
- Views: 5902
Missing function definitions in IDF (and information in datasheet) ?
I wanted to look into what was going on "under the hood" of the esp32 IDF. I was browsing through the technical reference manual for the ESP32, and noticed that for the most part this datasheet follows a fairly standard microcontroller datasheet pattern of in depth peripheral description followed by...