mkdir -p ~/esp
cd ~/esp
tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-59.tar.gz
export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
git submodule update --init
cd ~/esp
git clone https://github.com/espressif/esp-idf-... myapp
cd ~/esp/myapp
export IDF_PATH=~/esp/esp-idf
make menuconfig
make
Espressif IoT Development Framework
#Esp-idf Release 0.9
WiFi and BT
WiFi DTIM sleep is not supported yet
WiFi throughput is not optimized yet
WiFi WPA2-Enterprise and WPS are not supported yet
WiFi and BT stacks do not coexist yet
BT/BLE host stack is not supported yet