You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
include msp430: provide oneway-malloc implicitly 9 years ago
Makefile removed redundant include pathes from Makefiles 10 years ago
bitarithm.c core: prefix API functions correctly 9 years ago
cib.c license: fix license header grammar 9 years ago
clist.c remove trailing whitespace and newlines 9 years ago
doc.txt remove trailing whitespace and newlines 9 years ago
hwtimer.c core/hwtimer: disable interrupts in hwtimer_remove 9 years ago
kernel_init.c core: kernel_init: call config_load in kernel_init 9 years ago
lifo.c license: fix license header grammar 9 years ago
msg.c core: prefix API functions correctly 9 years ago
mutex.c core: prefix API functions correctly 9 years ago
queue.c fix warning: invalid suffix on literal 9 years ago
reboot.c documentation: append my email to my name everywhere 9 years ago
sched.c core: prefix API functions correctly 9 years ago
thread.c core: prefix API functions correctly 9 years ago