vintagepc
vintagepc
The AVR USB code hard-caps the number of endpoints at 5. https://github.com/buserror/simavr/blob/ea4c4504d15117223a23e2dd6edb745fea61ceae/simavr/sim/avr_usb.c#L151 https://github.com/buserror/simavr/blob/ea4c4504d15117223a23e2dd6edb745fea61ceae/simavr/sim/avr_usb.c#L156 This is as expected for the AT90 example part but is too small for parts like the...
### Description I use MSYS2 to build Windows binaries of QEMU in my actions. Currently, I'm getting arbitrary python failures during the build process - sometimes the build works, and...
Commit d245d95ec0f3df82f36f95687e4bffde6bde899a removed iom324.h, but it it still referenced in cores/mega324.c
Synchronize with upstream simAVR - has some good fixes and improvements
For attempting to reproduce strange/rare bugs... see if there's a way to fuzz timing of interrupts by a cycle or two. Should be reproducible with a seed value for the...
### Description Fixes resets not properly resetting peripherals and gives them a chance to (re)set their GPIO states. ### Behaviour/ Breaking changes Quite an invasive change, likely to break a...
**Describe the bug** It's suspected that the initial register values for some of the AVR peripherals may not be correct. Double check them and fix, if necessary. Also ensure that...
### Description Adds USBIP support to the 32u4 MMU control board. ### Behaviour/ Breaking changes Still a WIP: - [ ] Needs cleanup - [ ] Needs conversion to C++...
**Is your feature request related to a problem? Please describe.** Investigate how practical it is to do dynamic visualization changes. Specifically, have GLPrint store the original data so it can...