1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Hauke Petersen
4b67fccf2b sys/uart_stdio: adapted to cb type change 2016-03-15 11:02:06 +01:00
Joakim Nohlgård
dc303a4f0b sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header 2016-03-11 12:04:00 +01:00
9e3e485ec0 drivers: net: add ethos (ethernet over serial) driver 2016-02-07 19:15:14 +01:00
Hauke Petersen
e071beab08 sys/uart_stdio: cleanup
- removed duplicate include
- changed default device from '0' to UART_DEV(0)
2016-01-05 12:08:31 +01:00
Oleg Hahm
ee8aae7593 uart_stdio:mutex_lock is no longer needed for init
...since the introduction of the new ringbuffer.
2015-10-31 19:53:54 +09:00
Hauke Petersen
f2086dda9a sys/uart_stdio: adapted to UART interface changes 2015-10-27 14:59:37 +01:00
Ludwig Knüpfer
eda6328e21 documentation: update my name (Ortmann -> Knüpfer) 2015-09-27 18:58:30 +02:00
aa321eb3f0 sys: uart_stdio: use thread-safe ringbuffer 2015-09-25 09:08:34 +02:00
a13bc46f3e sys: remove uart0 2015-09-04 17:46:23 +02:00
49ea7a3d61 sys: factor stdio uart functions out of newlib's syscalls 2015-07-14 15:12:26 +02:00