Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ IGNORE_HREFS=$(ruby -e 'puts %w{
robosnap.net
01.org
alldatasheet.com
kernel\.org
}.map{|h| "/#{h}/"}.join(",")')

# Explanation of ignored sites:
Expand Down
2 changes: 1 addition & 1 deletion docs/kernel-hackers-notebook/ev3-uart.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ detected on a given input port. When the sensor is removed, the line discipline
is detached (process killed).

[UART]: https://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter
[line discipline]: http://kernel.org/doc/Documentation/serial/tty.txt
[line discipline]: https://www.kernel.org/doc/Documentation/serial/tty.txt
[ev3.rules]: https://github.com/ev3dev/ev3-systemd/blob/ev3dev-jessie/debian/ev3.udev#L19
[ev3-uart@.service]: https://github.com/ev3dev/ev3-systemd/blob/ev3dev-jessie/systemd/ev3-uart%40.service