1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
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.
2014-05-22 15:40:25 +02:00
..
arm_common core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cc430 core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cortexm_common core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
lpc1768 documentation: CMSIS cleanup 2014-05-22 13:01:36 +02:00
lpc2387 core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
lpc_common ARM: fix several warnings 2014-04-30 20:39:35 +02:00
mc1322x fix licenses to LGPL fixes #1148 2014-05-14 10:04:34 +02:00
msp430-common msp430: provide oneway-malloc implicitly 2014-05-22 15:40:25 +02:00
msp430x16x Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00
native native: set _native_pid correctly in daemon mode 2014-05-20 08:53:26 +02:00
sam3x8e documentation: fix CMSIS doxygen for SAM3x8e 2014-05-19 10:45:05 +02:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00