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/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.
10 years ago
..
arch Introduced a cleaned-up cpu/core interface 10 years ago
atomic.h Introduced a cleaned-up cpu/core interface 10 years ago
attributes.h core/cpu: put __builtin_unreachable() into one place 10 years ago
bitarithm.h core: prefix API functions correctly 10 years ago
cib.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 10 years ago
clist.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 10 years ago
config.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 10 years ago
crash.h core: improved doxygen documentation 10 years ago
debug.h core: prefix API functions correctly 10 years ago
flags.h core: improved doxygen documentation 10 years ago
hwtimer.h core/doc: complete hwtimer.h and hwtimer_arch.h 10 years ago
hwtimer_arch.h core/doc: complete hwtimer.h and hwtimer_arch.h 10 years ago
io.h core/doc: complete io.h 10 years ago
irq.h core: kernel: improved doxygen documentation 10 years ago
kernel.h core: kernel: improved doxygen documentation 10 years ago
kernel_internal.h core: kernel: improved doxygen documentation 10 years ago
lifo.h Fix documentation for lifo.h 10 years ago
lpm.h Fix documentation for lpm.h 10 years ago
msg.h Fix documentation for msg.h 10 years ago
mutex.h Fix documentation for mutex.h 10 years ago
queue.h core/doc: complete queue.h 10 years ago
sched.h core: prefix API functions correctly 10 years ago
tcb.h core: Remove `STATUS_TIMER_WAITING` 10 years ago
thread.h core: prefix API functions correctly 10 years ago