New terminal outputs using serial: morse and spkmodem.
This commit is contained in:
parent
34f71cb866
commit
b78d6c32e3
10 changed files with 512 additions and 132 deletions
|
@ -778,6 +778,18 @@ module = {
|
|||
enable = x86;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = spkmodem;
|
||||
x86 = term/spkmodem.c;
|
||||
enable = x86;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = morse;
|
||||
x86 = term/morse.c;
|
||||
enable = x86;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = probe;
|
||||
common = commands/probe.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue