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
This commit is contained in:
Roland Takacs
2022-02-22 10:58:18 +01:00
committed by GitHub
parent c9e9f8e818
commit 0d49696618
28 changed files with 495 additions and 1361 deletions
+13
View File
@@ -0,0 +1,13 @@
### 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)