1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/vendor/esp-idf
Marian Buschsieweke a9dea12eb8
cpu/esp_common: add overflow detection to calloc
If esp_idf_heap is not used, implement calloc through a custom wrapper
function on top of malloc to add overflow detection, which is not
present in the newlib forks with xtensa support yet.
2021-05-10 15:29:48 +02:00
..
driver cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
esp32 cpu/esp32: use RTT instead of RTC in pm_layered 2020-04-07 09:12:44 +02:00
ethernet cpu/esp32: Add newline to emac_main debug prints 2021-01-21 20:55:02 +01:00
heap cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
include cpu/esp32: add support for IP101G Ethernet phy 2020-11-28 10:15:14 +01:00
nvs_flash cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
soc cpu/esp32: add vendor files for light/deep sleep 2020-03-23 12:25:47 +01:00
spi_flash cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
wpa_supplicant cpu/esp32: remove the dependency of vendor code on BOARDDIR 2020-08-07 16:09:12 +02:00
esp_funcs.c cpu/esp32: fix compilation when esp_gdb is enabled 2020-01-16 14:27:18 +01:00
Makefile cpu/esp32: optimizing compilation of subdirs 2019-08-06 08:05:28 +02:00
README.md cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00

The files in this directory and all subdirectories are from the Espressif IoT Development FrameworkESP-IDF, the official development framework for ESP32. 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.