nine/borb

Results 18 issues of nine/borb

As title suggests; control the Gotek navigation from the keyboard. USB HID has keys the Amiga does not, so this should be fairly possible. i2c should be possible, or send...

enhancement

Not yet sure if this makes sense if using i2c display (issue #5) and runtime configuration via keyboard hotkey (issue #6). Gist is, button 1/2/3 are bidirectional pins on the...

enhancement

Self explanatory; now mouse emulation is working, joystick emulation should come next. - [ ] HID joystick/joypad to Atari-style joystick as a first stage - [ ] Special mode to...

enhancement

At present, the keyboard and mouse aspects rely entirely on CPU-centric operation. core0 runs the keyboard events and USB stack. During a keyboard event, no USB events are handled at...

enhancement

Employ use of a watchdog timer. If the usual event loop doesn't poke the timeout register, the whole shebang gets rebooted. Add the ability to turn this off via configuration...

enhancement

Add support to change configuration during runtime rather than at build time. It would be annoying to assemble, compile, deploy and fit a board only to find, for example, right-Amiga...

enhancement

Would be useful, especially given desk space at home, if I could either simulate an RP2040 (seen wowki, not sure if it's suitable for this purpose) or otherwise get a...

development

Builds failing with error: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ... syntax...

dependency related