Document Uthernet support.

This commit is contained in:
Andrea 2021-04-18 19:47:39 +01:00 committed by GitHub
parent f1b9232933
commit 982ba0922d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,13 +32,17 @@ been modified.
Almost everything works, except: Almost everything works, except:
* ethernet
* serial port * serial port
* debugger (work started to port it) * debugger (work started to port it)
The UI has been rewritten in Qt or ImGui. The UI has been rewritten in Qt or ImGui.
The rest works very well. The rest works very well.
Uthernet is supported, but it requires elevated capabilities:
`sudo setcap cap_net_raw=ep ./sa2`
Unfortunately, this must be reapplied after every build.
## Executables ## Executables