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/cpu
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
..
arm_common core: prefix API functions correctly 9 years ago
cc430 core: prefix API functions correctly 9 years ago
cortexm_common core: prefix API functions correctly 9 years ago
lpc1768 documentation: CMSIS cleanup 9 years ago
lpc2387 core: prefix API functions correctly 9 years ago
lpc_common ARM: fix several warnings 9 years ago
mc1322x fix licenses to LGPL fixes #1148 9 years ago
msp430-common msp430: provide oneway-malloc implicitly 9 years ago
msp430x16x Make: exterminate 'clean' buildtarget 9 years ago
native native: set _native_pid correctly in daemon mode 9 years ago
sam3x8e documentation: fix CMSIS doxygen for SAM3x8e 9 years ago
doc.txt remove trailing whitespace and newlines 9 years ago