1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 00:33:16 +01:00
RIOT/cpu/esp32
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
..
bin
esp-eth esp32/eth: Don't overwrite queued event with RX packet 2021-02-24 01:20:43 +01:00
freertos
include cpu/esp*: add CLOCK_CORECLOCK 2021-04-21 08:54:43 +02:00
ld xfa: remove obsolete empty xfa.ld 2021-02-18 10:46:08 +01:00
periph
vendor cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
doc.txt
esp_xtimer.c
irq_arch.c
Kconfig cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile
Makefile.default
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile.include make/esptool: fix FFLAGS inclusion order for qemu 2021-02-22 10:35:38 +01:00
startup.c
syscalls.c