1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp_common
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
..
esp-now cpu/esp_common: Add missing includes and ISO-C++ compatibility 2021-01-10 18:02:39 +01:00
esp-wifi cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
freertos cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
include Merge pull request #15465 from maribu/atomic-utils-volatile 2020-11-24 22:05:33 +01:00
periph Merge pull request #16386 from iosabi/esp8266_i2c 2021-05-03 11:31:54 +02:00
vendor cpu/esp*: move some vendor/esp code to cpu/esp_common 2020-02-21 09:09:34 +01:00
doc.txt cpu/esp_common: added for common files for ESP SoC 2018-12-27 17:28:46 +01:00
esp_events.c esp/esp*: move common code to cpu/esp_common 2020-02-21 09:09:34 +01:00
exceptions.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
irq_arch.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00
Kconfig treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
lib_printf.c cpu/esp_common: functions for SDK log outputs 2019-12-20 17:58:58 +01:00
Makefile cpu/esp8266: move esp_wifi to cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile.dep treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile.features treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile.include cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
syscalls.c cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
thread_arch.c cpu/esp*: Fix cast alignment issues 2020-11-18 10:19:23 +01:00
tools.c esp/esp*: move common code to cpu/esp_common 2020-02-21 09:09:34 +01:00