cpu: add esp32
This commit is contained in:
parent
3f8c359b01
commit
841d2790e6
@ -330,9 +330,9 @@ git checkout -q 534a9b14101af90231d40a4f94924d67bc848d5f
|
|||||||
|
|
||||||
**Please note:** Please take care to checkout correct branches which were used for the port. Newer versions might also work but were not tested.
|
**Please note:** Please take care to checkout correct branches which were used for the port. Newer versions might also work but were not tested.
|
||||||
|
|
||||||
Since we only use a few header files, ESP-IDF does not need to be compiled in any way. To use the installed ESP-IDF, just set the variable ```SDK_DIR``` accordingly.
|
Since we only use a few header files, ESP-IDF does not need to be compiled in any way. To use the installed ESP-IDF, just set the variable ```ESP32_SDK_DIR``` accordingly.
|
||||||
```
|
```
|
||||||
export SDK_DIR=$HOME/esp/esp-idf
|
export ESP32_SDK_DIR=$HOME/esp/esp-idf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -350,7 +350,7 @@ Once you have installed all required components, you should have the following d
|
|||||||
To use the toolchain and optionally the SDK, please check that your environment variables are set correctly to
|
To use the toolchain and optionally the SDK, please check that your environment variables are set correctly to
|
||||||
|
|
||||||
```
|
```
|
||||||
export SDK_DIR=/path/to/esp/esp-idf
|
export ESP32_SDK_DIR=/path/to/esp/esp-idf
|
||||||
export PATH=$PATH:/path/to/esp/xtensa-esp32-elf/bin
|
export PATH=$PATH:/path/to/esp/xtensa-esp32-elf/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -344,9 +344,9 @@ git checkout -q 534a9b14101af90231d40a4f94924d67bc848d5f
|
|||||||
|
|
||||||
@note Please take care to checkout correct branches which were used for the port. Newer versions might also work but were not tested.
|
@note Please take care to checkout correct branches which were used for the port. Newer versions might also work but were not tested.
|
||||||
|
|
||||||
Since we only use a few header files, ESP-IDF does not need to be compiled in any way. To use the installed ESP-IDF, just set the variable ```SDK_DIR``` accordingly.
|
Since we only use a few header files, ESP-IDF does not need to be compiled in any way. To use the installed ESP-IDF, just set the variable ```ESP32_SDK_DIR``` accordingly.
|
||||||
```
|
```
|
||||||
export SDK_DIR=$HOME/esp/esp-idf
|
export ESP32_SDK_DIR=$HOME/esp/esp-idf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -364,7 +364,7 @@ Once you have installed all required components, you should have the following d
|
|||||||
To use the toolchain and optionally the SDK, please check that your environment variables are set correctly to
|
To use the toolchain and optionally the SDK, please check that your environment variables are set correctly to
|
||||||
|
|
||||||
```
|
```
|
||||||
export SDK_DIR=/path/to/esp/esp-idf
|
export ESP32_SDK_DIR=/path/to/esp/esp-idf
|
||||||
export PATH=$PATH:/path/to/esp/xtensa-esp32-elf/bin
|
export PATH=$PATH:/path/to/esp/xtensa-esp32-elf/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user