1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
René Kijewski 1b89f334e3 msp430: provide oneway-malloc implicitly
For MSP430 boards oneway-malloc is already used *if* `malloc.h` was
included. The problem is that `malloc.h` is not a standard header, even
though it is common. `stdlib.h` in the right place to look for
`malloc()` and friends.

This change removes this discrepancy. `malloc()` is just named like
that, without the leading underscore. The symbols now are weak, which
means that they won't override library functions if MSP's standard
library will provide these functions at some point. (Unlikely, since
using `malloc()` on tiny systems is less then optimal ...)

Closes #1061 and #863.
2014-05-22 15:40:25 +02:00
..
arch Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
atomic.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
attributes.h core/cpu: put __builtin_unreachable() into one place 2014-05-07 19:24:55 +02:00
bitarithm.h core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cib.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
clist.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
config.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
crash.h core: improved doxygen documentation 2014-05-15 10:52:34 +02:00
debug.h core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
flags.h core: improved doxygen documentation 2014-05-15 10:52:34 +02:00
hwtimer_arch.h core/doc: complete hwtimer.h and hwtimer_arch.h 2014-05-15 13:48:55 +02:00
hwtimer.h core/doc: complete hwtimer.h and hwtimer_arch.h 2014-05-15 13:48:55 +02:00
io.h core/doc: complete io.h 2014-05-15 13:48:56 +02:00
irq.h core: kernel: improved doxygen documentation 2014-05-20 14:47:41 +02:00
kernel_internal.h core: kernel: improved doxygen documentation 2014-05-20 14:47:41 +02:00
kernel.h core: kernel: improved doxygen documentation 2014-05-20 14:47:41 +02:00
lifo.h Fix documentation for lifo.h 2014-05-13 08:31:05 +02:00
lpm.h Fix documentation for lpm.h 2014-05-13 08:33:36 +02:00
msg.h Fix documentation for msg.h 2014-05-13 08:33:38 +02:00
mutex.h Fix documentation for mutex.h 2014-05-13 08:33:38 +02:00
queue.h core/doc: complete queue.h 2014-05-15 13:48:56 +02:00
sched.h core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
tcb.h core: Remove STATUS_TIMER_WAITING 2014-04-30 18:30:22 +02:00
thread.h core: prefix API functions correctly 2014-05-18 08:53:20 +02:00