Commit Graph

7 Commits (6fea1b9f2994b306555be82c6b099a06c2c8733d)

Author SHA1 Message Date
Benjamin Valentin 879768397e malloc: check if the requested memory is really available 9 years ago
Thomas Eichinger d0b0af6d81 stm32f*: rename STDIO buffer and enable getchar with UART0 9 years ago
Thomas Eichinger c83e4cb361 stm32f1: unify UART0 use 9 years ago
Thomas Eichinger aefa818338 stm32f4: be UART0 aware 9 years ago
Hinnerk van Bruinehsen 129e9b0bfa cpu: multiple: change size_t to ptrdiff_t for_sbrk_r 9 years ago
René Kijewski 2cb4166c3e all over the place: use sched_active_pid
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.

`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
9 years ago
Hauke Petersen 2fa9b4de82 cpu: Initial import of stm32f4 9 years ago