Menu

Tree [ebdc11] master /
 History

HTTPS access


File Date Author Commit
 .settings 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 bootloader_firmware 2010-10-13 Jorgen Birkler Jorgen Birkler [a8b979] Added:
 circuit 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 doc 2010-06-07 Jorgen Birkler Jorgen Birkler [ecf100] Update documentation generation. New stylesheet...
 host_logger 2010-10-24 Jorgen Birkler Jorgen Birkler [ebdc11] Trying to fix hostlogger for windows.
 irrx 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 uart_io 2009-10-27 Jorgen Birkler Jorgen Birkler [c549fd] Updated the automatic doc generation
 usbdrv 2010-10-13 Jorgen Birkler Jorgen Birkler [a8b979] Added:
 util 2010-10-14 Jorgen Birkler Jorgen Birkler [f8b485] Sony IR receive working now. Collecting bits by...
 .cdtproject 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 .cproject 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 .gitconfig 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 .gitignore 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 .project 2010-10-10 Jorgen Birkler Jorgen Birkler [b41ddc] Commit last know good status.
 Changelog.txt 2010-06-05 Jorgen Birkler Jorgen Birkler [966ddf] s
 Doxyfile 2010-06-07 Jorgen Birkler Jorgen Birkler [ecf100] Update documentation generation. New stylesheet...
 License.txt 2009-10-27 root root [e4211e] Added initial versions of files
 Readme.txt 2009-10-27 root root [518de7] Initial commit
 Readme_obdev.txt 2009-10-27 root root [2bfc00] Add more files to the initial commit.
 checksize 2009-10-27 root root [e4211e] Added initial versions of files
 description.txt 2010-06-07 Jorgen Birkler Jorgen Birkler [ecf100] Update documentation generation. New stylesheet...
 ir_keyboard_2.hid 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 ir_keyboard_2.hid.h 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 irrx_config.h 2009-10-27 Jorgen Birkler Jorgen Birkler [c549fd] Updated the automatic doc generation
 irrx_sony_example.sti 2010-10-19 Jorgen Birkler Jorgen Birkler [86224e] Fixed code to receive Sony codes correctly, exa...
 irrx_sony_example.txt 2010-10-19 Jorgen Birkler Jorgen Birkler [86224e] Fixed code to receive Sony codes correctly, exa...
 main.aws 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 main.c 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 makefile 2010-10-14 Jorgen Birkler Jorgen Birkler [f8b485] Sony IR receive working now. Collecting bits by...
 scannerinfo.sh 2009-10-30 Jorgen Birkler Jorgen Birkler [044440] Added scannerinfo.sh and updated the makefile ...
 test 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...
 time_to_stimuli.pl 2009-10-27 root root [2bfc00] Add more files to the initial commit.
 uart_io_config.h 2009-10-27 root root [e4211e] Added initial versions of files
 usbconfig.h 2010-10-24 Jorgen Birkler Jorgen Birkler [9042d8] Sony protocol reception working now. Simplified...

Read Me

jorgen.birkler@gmail.com


Implements a USB HID device class device that receive IR remote 
and puts them to the computer as HID Remote control compatible codes.

Overview

/circuit/     is the hardware definition of the remote receiver for eagle cad (cadsoftusa.com)
/bootloader   is the USB compatible bootloader/flasher (once loaded the firmware can be uploaded using usb hid)
/irrx         is the ir receive code using interrupts
irrx_config.h configurated the /irrx code
/uart_io      provides a file io implementation for the uart to be used with fprintf
uart_io_config configs the /uart_io
/usbdrv       is the obdev.at firmware only usb driver
usbconfig.h   configs /usbdrv
ir_keyboard_2.hid a HID description file for the tool.



/obj          temp obj directory