1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
esp-eth esp32/eth: Don't overwrite queued event with RX packet 2021-02-24 01:20:43 +01:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
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 cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
vendor cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
doc.txt cpu/esp32: add support for IP101G Ethernet phy 2020-11-28 10:15:14 +01:00
esp_xtimer.c cpu/esp32: reflecting xtimer's member change 2020-01-10 13:21:33 -08:00
irq_arch.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00
Kconfig cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile cpu/esp32: cleanup of C++ hacks 2020-07-29 10:14:57 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
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 cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
syscalls.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00