-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58233d8
commit 08e08e6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule a314
updated
21 files
+3 −0 | Software/Makefile | |
+7 −1 | Software/Makefile-amiga | |
+2 −0 | Software/a314d/a314d.conf | |
+97 −87 | Software/a314d/a314d.py | |
+2 −0 | Software/a314device/a314.h | |
+3 −2 | Software/a314device/memory_allocator.c | |
+1 −1 | Software/disk/device.c | |
+279 −275 | Software/disk/disk.py | |
+17 −1 | Software/ethernet/README.md | |
+1 −1 | Software/ethernet/device.c | |
+1 −0 | Software/hid/build.bat | |
+266 −0 | Software/hid/hid.c | |
+582 −0 | Software/hid/hid.py | |
+17 −0 | Software/piaudio/.asoundrc | |
+13 −0 | Software/piaudio/README.md | |
+1 −0 | Software/piaudio/build.bat | |
+366 −0 | Software/piaudio/piaudio.c | |
+252 −0 | Software/piaudio/piaudio.py | |
+124 −128 | Software/picmd/pi.c | |
+9 −17 | Software/picmd/picmd.py | |
+25 −22 | Software/picmd/pisetclock.c |