1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
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
..
include msp430: provide oneway-malloc implicitly 2014-05-22 15:40:25 +02:00
bitarithm.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cib.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
clist.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer.c core/hwtimer: disable interrupts in hwtimer_remove 2014-05-16 15:48:48 +02:00
kernel_init.c core: kernel_init: call config_load in kernel_init 2014-03-18 08:10:33 +01:00
lifo.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
Makefile removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
msg.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
mutex.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
queue.c fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
reboot.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
sched.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
thread.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00