Commit Graph

6 Commits (73f6ac6bcec88b490182e874a722ec5ffbd90164)

Author SHA1 Message Date
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