1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/vendor
Gunar Schorcht 5201cd2c71 cpu/esp8266: add LoadStoreError exception handler
Usually, the access to the IROM (flash) memory requires 32-bit word aligned reads. Attempts to access data in the IROM (flash) memory less than 32 bits in size triggers a LoadStoreError exception. With the exception handler from esp-open-rtos it becomes possible to access data in IROM (flash) with a size of less than 32 bits and thus to place .rodata sections in the IROM (flash).
2019-02-09 17:48:40 +01:00
..
esp cpu: add esp8266 vendor files 2018-09-05 02:39:50 +02:00
esp-gdbstub cpu: add esp8266 vendor files 2018-09-05 02:39:50 +02:00
espressif cpu/esp8266: fix compilation problem of esp_wif 2019-01-24 09:21:17 +01:00
xtensa cpu/esp8266: add LoadStoreError exception handler 2019-02-09 17:48:40 +01:00
Makefile cpu: add esp8266 vendor files 2018-09-05 02:39:50 +02:00
README.md cpu: add esp8266 vendor files 2018-09-05 02:39:50 +02:00

The subdirectories here contain third-party software components used by the RIOT port for ESP8266.

esp

The files that are part of esp-open-rtos. The files in this directory are under the copyright of their respective owners. Please note the copyright notice in these files. All of these files are BSD Licensed as described in the file LICENSE.

esp-gdbstub

The files in this directory are a modified version of esp-gdbstub. The files are copyright of Espressif Systems (Shanghai) Pte., Ltd. and are licensed under the Espressif MIT license.

espressif

The files in this directory are either from the ESP8266_NONOS_SDK or from the ESP_RTOS_SDK for ESP8266. All of these files are copyright of Espressif Systems (Shanghai) Pte., Ltd. Please note the copyright notice in these files.

xtensa

The files in this directory are from the FreeRTOS port for Xtensa configurable processors and Diamond processors. All of these files are copyright of Cadence Design Systems Inc. and licensed under the MIT license.