2005-10-23 22:53 fd0 * releases/0.2, releases/0.2/README, releases/0.2/ir/README: released version 0.2 2005-10-23 22:26 fd0 * fnordlicht.asm, static_scripts.inc: reenabled scripts, changed script timing a bit to get more 'randomness' 2005-10-23 21:52 fd0 * fnordlicht.asm: * more bugfixes in the PWM code, fixed PORTB value reset at OF1 2005-10-23 21:12 fd0 * fnordlicht.asm: * now decrementing PWMActionSlotCounter even while in burst... 2005-10-23 16:52 fd0 * fnordlicht.asm: * not using clobbered register w5 any more in fnordlicht.asm, update_timeslot_table() 2005-10-23 01:38 fd0 * fnordlicht.asm: * reverted to working uart data interrupts 2005-10-23 01:29 fd0 * fnordlicht.asm: * fixed bug in update_timeslot_table 2005-10-23 01:06 fd0 * fnordlicht.asm: * beatified code (retab) 2005-10-23 00:48 fd0 * fnordlicht.asm: * reverted last reti-thing edit 2005-10-23 00:37 fd0 * fnordlicht.asm: * fixed minor bugs (sei vs. reti) in fnordlicht.asm 2005-10-23 00:25 fd0 * fnordlicht.asm: * fixed api adaption bug in fnordlicht.asm 2005-10-21 19:19 parity * ir/irtest.asm: current version ... timing bug (see doku.txt) is fixed now... 2005-10-20 16:54 parity * ir/irtest.asm: some fixmes fixed :-) 2005-10-20 16:03 parity * ir/doku.txt: note, that a bug was fixed... 2005-10-20 15:18 parity * ir/doku.txt: forgot something... 2005-10-20 15:15 parity * ir/doku.txt: some notes on the implementation of the rc5 decoder and stuff... 2005-10-20 14:19 parity * ir/Makefile: up to now the makefile was just a quick-dirty hacky version... parity 2005-10-20 11:26 parity * ir/Makefile, ir/ir_client.py, ir/irtest.asm: - initial try to get rc5 decoding to work... does NOT work currently - some make targets to make stuff more comfy - ir_client.py radically made easy... just shows the stuff nicely that is received parity 2005-10-18 18:14 fd0 * ir/irtest.asm: * adapted to new version of fifo_handling.inc 2005-10-16 22:23 fd0 * ir/Makefile, ir/ir_client.py, ir/irtest.asm: * more debug code for IR 2005-10-16 20:52 fd0 * ir, ir/irtest.asm: * added ir module test source 2005-10-14 22:51 fd0 * ., CODINGSTYLE, fifo_handling.inc, fnordlicht.asm, i2c-protocol, remote_exec_handler.inc, serial2i2c.asm: * beautified code (whitespace-cleanup) * included codingstyle description 2005-10-13 22:45 lostrace * i2c-protocol: i2c-protocol 2005-10-13 22:39 lostrace * i2c-protocol: more i2c-protocol stuff 2005-10-13 01:57 lostrace * .: svn:ignore den ganzen kram 2005-10-13 01:54 lostrace * Makefile: removed need for existence of config.mk 2005-10-13 01:50 lostrace * fifo_handling.inc, fnordlicht.asm, remote_exec_handler.inc, serial2i2c.asm: mostly replaced old debug-output-routines with new ones 2005-10-13 00:57 lostrace * fifo_handling.inc, fnordlicht.asm, serial2i2c.asm: UART handler optimized FIFO macros optimized bug fixed in i2c-handler: compare with clobbered register w1 2005-10-13 00:15 lostrace * fifo_handling.inc, fnordlicht.asm, i2c-protocol, remote_exec_handler.inc, serial2i2c.asm: MACRO_FIFO_READ optimized, UART interrupts allow recursion at some level, 2005-10-12 14:23 cebewee * Makefile: Added external config for Makefile 2005-10-10 23:14 fd0 * fnordlicht.asm: * pwm timing corrected 2005-10-10 23:02 fd0 * fnordlicht.asm: * bugfix: use Y in pwm burst instead of X (which is already used otherwise...) 2005-10-10 22:43 fd0 * fnordlicht.asm: * implemented more functionality in pwm spare cycles 2005-10-10 16:44 fd0 * fnordlicht.asm: * reverted avrstudio messup (spaces, tabs) * do something useful in the burnt cycles in pwm burst * more procedures macro-fied in timer1 interrupt 2005-10-10 15:43 fd0 * fnordlicht.asm: * use different registers in pwm burst 2005-10-09 13:07 fd0 * fnordlicht.asm: * more fixes in new pwm routine 2005-10-08 16:46 fd0 * Makefile, fnordlicht.asm: * Makefile: included develboard defines * fnordlicht.asm: more pwm debug 2005-10-08 16:17 fd0 * fnordlicht.asm: * working pwm code 2005-10-07 06:48 lostrace * i2c-protocol: major rewrite of i2c-protocol. not ready, yet. but i am really tired now. 2005-10-07 00:58 lostrace * i2c-protocol: i2c protocol updated 2005-10-07 00:55 fd0 * fnordlicht.asm: + pwm timing works 2005-10-07 00:31 fd0 * fnordlicht.asm: some more debugging, still not usable 2005-10-06 12:36 fd0 * fnordlicht.asm: * minor fixes 2005-10-06 11:47 fd0 * fnordlicht.asm, m8def.inc: * more debug 2005-10-06 11:41 fd0 * fnordlicht.asm: * fixed invalid usage of SBR 2005-10-06 11:07 fd0 * fnordlicht.asm: * fixed debug mess-up ;) 2005-10-06 10:50 fd0 * m8def.inc: * installed newer version of m8def.inc 2005-10-06 02:30 fd0 * fnordlicht.asm: * fixed storage of ActionSlotPointer 2005-10-06 01:57 fd0 * fnordlicht.asm: * fixed commas at EOL 2005-10-06 01:55 fd0 * fnordlicht.asm: * fixed illegal chars in constants 2005-10-06 01:52 fd0 * Makefile, boot/readme, fnordlicht.asm, static_scripts.inc: * highly experimental release of the new PWM code, still nonworking. 2005-10-05 23:14 fd0 * Makefile: * default programmer type for avrdude is "dapa" 2005-10-05 22:53 cebewee * Makefile: Rewrote Makefile 2005-10-05 13:09 lostrace * i2c-protocol: added i2c-protocol 2005-10-05 01:08 cebewee * Makefile: Fixed makefile issue (clean did not work with certain zsh options) 2005-10-05 01:06 cebewee * fnordlicht.asm: Added DEBUG_WRITE_{I,R} for serial debugging output 2005-10-03 19:55 fd0 * serial_client.py: * new colors * Makefile, fnordlicht.asm, remote_exec_handler.inc, table.py: * updates 2005-10-02 14:18 fd0 * LICENSE, Makefile, README, boot, boot/avrprog_boot_v0_7-3.zip, boot/readme, boot/v0_7, boot/v0_7/.dep, boot/v0_7/avrprog_boot.pnproj, boot/v0_7/bin, boot/v0_7/bin/avrprog_boot_mega32_3_6MHz.hex, boot/v0_7/chipdef.h, boot/v0_7/lowlevel.c, boot/v0_7/lowlevel.h, boot/v0_7/main.c, boot/v0_7/makefile, boot/v0_7/readme.txt, boot/v0_7/uart.c, boot/v0_7/uart.h, fifo_handling.inc, fnordlicht-client.py, fnordlicht.asm, instruction_set.txt, m8def.inc, remote_exec_handler.inc, script_handler.inc, script_macros.inc, serial2i2c.asm, serial_client.py, stack_handling.inc, static_scripts.inc, table.py: * switch darcs->subversion 2005-10-02 14:17 fd0 * .: * added trunk