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
0dd268345e
fix Makefile.dep
...
remove cc1100 cruft
model ltc4150 dependency
2013-10-10 13:54:15 +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
ac222754ce
harmonize LED implementation
...
fix https://github.com/RIOT-OS/RIOT/issues/145
2013-08-15 23:51:49 +02:00
Ludwig Ortmann
d7264418e8
native cc110x_ng support
2013-08-13 18:02:14 +02:00
Martin Lenders
9a7902740a
Allow native port to link additional libs from app
...
Might come handy for e.g. testing frameworks
2013-07-29 17:55:12 +02:00
Oleg Hahm
2b15d22ebf
Merge branch 'mc1322x' into 'master'
2013-07-29 16:47:18 +02:00
Oleg Hahm
dc0a5bf595
coding convention fixes (mostly due to astyle)
2013-07-29 16:41:43 +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
Ludwig Ortmann
0ac14625f3
make stdin/stdout customizable stub
2013-06-12 15:41:29 +02:00
Christian Mehlis
b159234fee
remove unused struct
2013-06-02 12:42:49 +02:00
Christian Mehlis
a6b41814b9
add missing include
2013-06-02 12:42:10 +02:00
Christian Mehlis
1cea4fa074
minor: fix warning from mkdir
2013-06-02 12:41:27 +02:00
Ludwig Ortmann
c660c56bbd
native board putchar implementation
2013-05-15 16:04:48 +02:00
Ludwig Ortmann
63971962d1
lose superflouse -lrt CFLAG
2013-05-15 10:44:57 +02:00
Ludwig Ortmann
a860087f50
native board uart0 import
2013-05-14 17:42:08 +02:00
Ludwig Ortmann
cbe8feb3dd
make native ltc4150 posix rt independent
2013-04-15 20:11:15 +02:00
Ludwig Ortmann
34b2dc31e5
adapted native Makefiles to core restructuring
2013-04-10 12:52:19 +02:00
Ludwig Ortmann
3b8adabdbd
migrate to current Makefile structure
2013-03-19 22:02:22 +01:00
Ludwig Ortmann
6bdc257369
add doxygen documentation
2013-03-13 21:45:28 +01:00
Ludwig Ortmann
9f9308b4d1
renamed makefile
2013-03-12 15:51:09 +01:00
Ludwig Ortmann
782eb207b2
fix board.h path and set it in makefile
2013-03-06 15:58:21 +01:00
Ludwig Ortmann
23688ecef3
initialize LEDs
2013-03-06 12:27:25 +01:00
Ludwig Ortmann
81f2a5bc12
native board interface and dummy LED implementation
2013-03-06 12:19:15 +01:00
Ludwig Ortmann
fbb33c3b8d
copyright header
2013-03-06 10:48:14 +01:00
Ludwig Ortmann
9a21ba09c3
initial native board inport
2013-03-06 01:10:50 +01:00