Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/HDMI2USB-litex-firmware
base: d95579a6c126
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
compare: f8fb036f4e1f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2016

  1. Copy the full SHA
    d5c664a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #186 from micolous/aliases

    Add aliases that are less verbose.
    
    > All the command interface is really verbose.
    > 
    > It's really annoying doing testing and typing `video_matrix connect input0
    > output0` a few dozen times.  There should be a better way.
    > 
    > Instead of an elaborate Cisco IOS-style shortcode system, this is a really
    > simple one which just aliases many commands to 1-character versions.
    > 
    > So instead of `video_matrix connect input0 output0`, you can write `x c 0 0`.
    > The difference between `input0` and `output0` are inferred by the position of
    > the argument, and the ports are unidirectional, so this is all implicit.
    > 
    > There are similar aliases added in the command interface, which are all
    > documented in the help strings.
    > 
    > We don't have any `inputX` commands, only `outputX`, so the outputs get the
    > `X` commands (eg: `output0 off` -> `0 off`).
    > 
    > It's not known what effect NetworkManager and GPSd have on this interface.
    > But it's not like these daemons don't already stomp on all serial devices in
    > order to auto-detect something they might want.
    mithro committed Jan 26, 2016
    Copy the full SHA
    f8fb036 View commit details
    Browse the repository at this point in the history