1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
Oleg Hahm 6d135d3579 native: make use of TLSF malloc and co
In order to make native behave more similar to other platforms, it should also use TLSF's dynamic memory allocation if included. It will still fall back to the system's malloc implementation when building for use with valgrind, to leverage its memory leak detection mechanisms.
2016-01-03 20:53:08 +01:00
..
arm7_common cpu/arm7_common: remove dINT/eINT definitions 2015-09-19 10:37:20 +02:00
atmega2560 avsextrem: some cleanup 2015-12-07 20:28:52 +01:00
atmega_common cpu: atmega_common_ add off_t to sys/types.h 2015-11-26 20:41:36 +01:00
cc430 periph/timer: Drop timer_reset 2015-10-17 20:11:03 +02:00
cc2538 cc2538: fix pedantic compiler warnings 2015-12-07 20:28:53 +01:00
cortexm_common cpu cortexm_common: fix pedantic compiler warnings 2015-12-07 20:28:52 +01:00
ezr32wg cpu/ezr32wg: added extern C to vendor headers 2015-10-28 17:33:44 +01:00
k60 Merge pull request #3283 from gebart/pr/kinetis-errata-e4218 2015-10-30 07:33:31 +01:00
k64f kinetis_common: Refactor GPIO implementation 2015-10-28 14:12:19 +01:00
kinetis_common cpu: fixed any doxygen warning realated to 'periph' 2015-11-19 16:08:38 +01:00
kw2x kinetis_common: Refactor GPIO implementation 2015-10-28 14:12:19 +01:00
lm4f120 cpu/lm4f120: reworking timer 2015-12-02 13:58:23 +01:00
lpc11u34 cpu/lpc11u34: adapted UART driver 2015-10-27 14:59:38 +01:00
lpc1768 cpu/lpc1768: adapted UART driver 2015-10-27 14:59:38 +01:00
lpc2387 lpc2387: fix pedantic compiler warnings 2015-12-07 20:28:53 +01:00
msp430-common cpu: msp430: remove dINT/eINT 2015-12-14 21:34:48 +01:00
msp430fxyz cpu: msp430: add write() + needed libc header fixes 2015-11-28 22:09:37 +01:00
native native: make use of TLSF malloc and co 2016-01-03 20:53:08 +01:00
nrf51 cpu nrf51: fix pedantic compiler warnings 2015-12-07 20:28:52 +01:00
sam3 cpu/sam3: added cpuid periph driver implementation 2015-12-14 22:17:47 +07:00
samd21 cpu: fixed any doxygen warning realated to 'periph' 2015-11-19 16:08:38 +01:00
saml21 cpu/saml21: fix typo in gpio.c 2015-10-31 17:35:41 +01:00
stellaris_common lm4f120: removed superfluous stellaris debug.h 2015-09-20 01:51:47 +02:00
stm32f0 cpu/stm32f0: adapted UART driver 2015-10-27 14:59:38 +01:00
stm32f1 cpu/stm32f1: uncrustified spi driver 2015-12-15 17:23:27 +01:00
stm32f3 cpu: stm32f3: spi: remove unused vtimer include 2015-11-10 12:26:58 +01:00
stm32f4 cpu/stm32f4discovery: fixed freq return in pwm_init 2015-12-10 17:14:12 +01:00
stm32l1 Revert "stm32l1/i2c.c: adapt for new periph driver interface" 2015-12-07 17:21:34 +01:00
x86 Merge pull request #4455 from OlegHahm/tlsf_warning_free 2015-12-16 12:51:44 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile.include.cortexm_common cpu/Makefile.include.cortexm_common: don't use cortex-m0plus for clang if unsupported 2015-09-22 21:19:59 +02:00