= PulkoMandy's AVR stuff = This repository gathers my electronics projects, so everyone can use and improve them. There is a lot of AVR based things, but also some PIC and aothers. == List of projects == Well, as usual this got messier than planned. Anyway, here's an attempt to list the stuff. It's incomplete and often out of date. There are two parts : libraries and project themselves. The idea is to separate the tools to quickly assemble them in a project. Each project provides a makefile, the libs are just sourcefiles. Everything is licenced under the MIT licence, unless stated otherwise in the sourcecode. === Libs === (documentation will be done. maybe. someday.) * usart : access to the AVR serial port. Because printf is quite bulky and most of the time useless. (WIP) * ps2_keyboard : bit-bang reading from a ps/2 keyboard. Useful if you need a lot of keys. * amiga_keyboard : bit-bang reading from an amiga keyboard. === Projects === Keyboard and mouse related : * [wiki:ps2toserial] : read keycodes from a ps/2 keyboard and echo them to the serial port. (atmega8) * [wiki:aktoserial] : read keycodes from an amiga keyboard and echo them to the serial port. (atmega8) * [wiki:ps2tousb] : read keycodes from a ps/2 keyboard and act as an usb hid keyboard. (atmega8) * [wiki:ak2tousb] : read keycodes from an amiga keyboard and act as an usb hid keyboard. (atmega8) * AmiPS/2 : PS/2 mouse adapter for Atari ST and Amiga. Uses a PIC16f628 USB : * [wiki:vusbdev] : V-USB generic development board. Various applications, click the link ! Amstrad : * [wiki:CPC-CompactFlash] : Finally a cheap and fast mass storage solution for CPC! * [wiki:FlashGordon] : a new ROM expansion for CPC, using a flash memory chip. * [wiki:microserial] : a serial interface (and more) for the CPC/Plus * Ramcard : reverse engineering of the Ramcard ROM interface for CPC. Misc : * blinkled : blink a led * beep : make music with an atmega8 and a loudspeaker * [wiki:EPROxygen] : UNIX software for SEEIT EPR-02 programmer (WIP) * [wiki:ICSPBlaster] : Driver for Altera USB Blaster (and clones) to program PICs with the ICSP protocol (WIP) * SCSI2SD : SCSI based SD card reader to increase the storage space on my Amiga. (WIP) == Getting the source == There is an svn server here : svn://pulkomandy.tk/avrstuff As the "libs" folder is shared between all the projects, you are more or less forced to get it all. Sorry! You can use the "browse source" tab above to check them on your browser, if you just want to have a look.