Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
Feb 5, 2023, 8:32:58 AM (15 months ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    2525 * [wiki:ps2tousb] : read keycodes from a ps/2 keyboard and act as an usb hid keyboard. (atmega8)
    2626 * [wiki:ak2tousb] : read keycodes from an amiga keyboard and act as an usb hid keyboard. (atmega8)
     27 * [wiki:matrix2ps2] : scan a keyboard matrix and act as a PS2 keyboard
     28 * [wiki:pcwk] : connect a PS/2 keyboard to an Amstrad PCW
     29 * [wiki:xtk] : connect a PS/2 keyboard to a PC/XT
    2730 * AmiPS/2 : PS/2 mouse adapter for Atari ST and Amiga. Uses a PIC16f628
    2831
     
    3134
    3235Amstrad :
    33  * [wiki:CPC-CompactFlash] : Finally a cheap and fast mass storage solution for CPC!
     36
     37Most of the Amstrad stuff is documented at [https://shinra.cpcscene.net]
     38
     39 * [wiki:CPC-CompactFlash] : Finally a cheap and fast mass storage solution for CPC! (not really working)
    3440 * [wiki:FlashGordon] : a new ROM expansion for CPC, using a flash memory chip.
    35  * [wiki:microserial] : a serial interface (and more) for the CPC/Plus
     41 * [wiki:microserial] : a serial interface (and more) for the CPC/Plus (not fully working)
    3642 * Ramcard : reverse engineering of the Ramcard ROM interface for CPC.
    37 
     43 * Albireo : USB host controller for Amstrad CPC, allowing to connect mass storage devices
     44 * PCW DkTronics soundcard clone (unfinished)
     45 * Willy : an adapter to connect Serdaco's parallel port soundcards to Amstrad CPC expansion port
     46 * Gemini : a 1MB RAM expansion for Amstrad CPC, which handles Amstrad Plus ASIC mapping to avoid conflicts with it
     47 * Nova : a real-time clock and nonvolatile RAM for Amstrad CPC
    3848
    3949Misc :
     
    4252 * [wiki:EPROxygen] : UNIX software for SEEIT EPR-02 programmer (WIP)
    4353 * [wiki:ICSPBlaster] : Driver for Altera USB Blaster (and clones) to program PICs with the ICSP protocol (WIP)
     54 * ledclock : A clock using large 7-segment LED displays
     55 * GrIP2HID : Connect up to 4 Gravis Gamepad Pros to an USB port
    4456 * SCSI2SD : SCSI based SD card reader to increase the storage space on my Amiga. (WIP)
    4557
    4658== Getting the source ==
    4759
    48 It's on github: https://github.com/pulkomandy/avrstuff
     60{{{
     61git clone "https://pulkomandy.tk/gerrit/avrstuff"
     62}}}
    4963
    5064As the "libs" folder is shared between all the projects, you are more or less forced to get it all. Sorry!
    51 You can use the "browse source" tab above to check them on your browser, if you just want to have a look.
     65
     66You can use the "browse source" tab above to check them on your browser, if you just want to have a look. Or you can also [https://pulkomandy.tk/gerrit/plugins/gitiles/avrstuff/+/refs/heads/main browse through gitiles]
     67
     68Contributions are welcome, you can [https://pulkomandy.tk/gerrit/q/status:open+-is:wip send them using Gerrit] or just send me your work by email, I'll figure out how to include it.
     69