1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/vendor/esp-idf
Marian Buschsieweke 35d46e6dc3
cpu/esp: Use API to access sched internals
Replace access to `sched_active_task` and `sched_active_pid` with calls to
`thread_getpid()` and `thread_get_active()`.
2020-08-17 14:05:05 +02:00
..
bootloader_support/include cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
esp8266 cpu/esp: Use API to access sched internals 2020-08-17 14:05:05 +02:00
heap cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
log/include cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
nvs_flash cpu/esp8266: ESP8266_SDK_DIR renamed 2019-11-14 13:58:44 +01:00
spi_flash cpu/esp8266: ESP8266_SDK_DIR renamed 2019-11-14 13:58:44 +01:00
util/src cpu/esp8266: ESP8266_SDK_DIR renamed 2019-11-14 13:58:44 +01:00
wpa_supplicant cpu/esp8266: Allow compilation with external boards 2020-05-14 13:35:51 +02:00
esp_funcs.c cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
Makefile cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
README.md cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00
sdkconfig.h cpu/esp8266: required vendor RTOS SDK components added 2019-11-14 12:04:21 +01:00

The files in this directory and all subdirectories are from the ESP8266 RTOS SDK, the official development framework for ESP8266. All of these files are copyright of Espressif Systems (Shanghai) PTE LTD or their respective owners and licensed under the Apache License, Version 2.0. Please refer the copyright notice in these files for details.