Files
jerryscript/targets/baremetal-sdk/espressif/README.md
T
Roland Takacs 0d49696618 Merge esp8266-rtos-sdk and esp-idf targets (#4958)
This patch bumps esp8266-rtos-sdk to the latest release. This required to
modify the directory structure and the build system to conform to ESP-IDF
Style. Since esp-idf target already supports ESP-IDF Style, the espressif
targets has been merged to eliminate code duplication.
The target application code has been modified from blinking leds to hello
world to be aligned to other targets.

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs roland.takacs@h-lab.eu
2022-02-22 10:58:18 +01:00

14 lines
620 B
Markdown

### About
This folder contains files to run JerryScript on
[ESP8666 board](https://www.espressif.com/en/products/socs/esp8266) with
[ESP8266 RTOS SDK](https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/) and
[ESP32 board](https://www.espressif.com/en/products/socs/esp32) with
[esp-idf](https://docs.espressif.com/projects/esp-idf/en/latest/).
Both targets is based on ESP-IDF Style so the build system and the directory structure is the same.
Please see the following documents for additional information about the targets:
- [esp8266-rtos-sdk](esp8266-rtos-sdk/README.md)
- [esp-idf](esp-idf/README.md)