Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
593 additions
and 35 deletions.
- +1 −1 libavr32
- +4 −0 module/main.c
- +5 −0 simulator/tt.c
- +543 −30 src/ops/hardware.c
- +30 −0 src/ops/hardware.h
- +7 −2 src/ops/op.c
- +1 −1 src/ops/op.h
- +1 −1 src/teletype.h
- +1 −0 src/teletype_io.h
Submodule libavr32
updated
8 files
| +4 −0 | .travis.yml | |
| +34 −0 | README.md | |
| +1 −1 | conf/conf_usb_host.h | |
| +1 −1 | src/dac.h | |
| +16 −4 | src/i2c.c | |
| +31 −0 | src/ii.h | |
| +3 −3 | src/monome.c | |
| +1 −1 | src/usb/midi/uhi_midi.c |