1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00

7 Commits

Author SHA1 Message Date
Ludwig Ortmann
1e19ca247a handle stdin EOF 2013-10-26 22:29:43 +02:00
Ludwig Ortmann
3362fe1de0 switch thread instead of exiting context
lpm_sleep is always being called from within a thread context, not
from an isr context, therefore it should use thread_yield instead of
cpu_switch_context_exit.
2013-10-26 14:45:51 +02:00
Ludwig Ortmann
141bec6427 improve uart0_puts 2013-08-18 11:22:23 +02:00
Ludwig Ortmann
ca6f20f384 implement uart0_puts properly 2013-08-18 11:22:23 +02:00
Ludwig Ortmann
d7264418e8 native cc110x_ng support 2013-08-13 18:02:14 +02:00
Ludwig Ortmann
c380603a5d moved native internal functions declarations 2013-07-15 20:57:12 +02:00
Oliver Hahm
c31648e2e4 moved native board drivers into separate directory
split up drivers to avoid building unnecessary files
2013-06-12 16:23:34 +02:00