Commit Graph

12 Commits

Author SHA1 Message Date
Olaf Rempel 5cc82b476b Version 0.80beta3 (20060528) 2006-05-31 14:30:05 +02:00
Olaf Rempel 70d5a20eb3 update doc
- move remaining defines into main.c
2006-05-20 00:30:03 +02:00
Olaf Rempel c897637dc2 cleanup uart stuff
- use new per-cpu headers
- remove interrupt handling from uart functions
- correct baudrate calculation
- introduce UART_DOUBLESPEED to use fast mode
- introduce UART_SECOND to use 2nd uart on mega128
- move uart functions to main.c, delete uart.[ch]
- rename XTAL to F_CPU (avrlibc style)
- move some defines from Makefile to main.c
2006-05-19 22:19:18 +02:00
Olaf Rempel cb5d02f4ba cleanup cpu selection
- splitting chipdef.h, one header per cpu
- use integer define for BOOTSIZE
- calc correct bootloader address
2006-05-19 21:52:42 +02:00
Olaf Rempel 51182dbccb cleanup main.c
- codingstyle
- move functions to top (readable asm-listing)
- pull lowlevel.c into main.c
2006-05-19 21:52:00 +02:00
Olaf Rempel ba471f01de cleanup
- dos2unix
- remove trailing spaces
2006-05-19 21:00:23 +02:00
Olaf Rempel 919606b3ab Version 0.75 2006-05-01 19:20:40 +02:00
Olaf Rempel 722e6d5d68 Version 0.74 2006-05-01 19:19:59 +02:00
Olaf Rempel f2c227f428 Version 0.7 (20050226) 2006-05-01 19:15:27 +02:00
Olaf Rempel f32c7e3131 Version 0.5 (20040407) 2006-05-01 19:13:32 +02:00
Olaf Rempel 85f5e95b07 Version 0.4 (20040406) 2006-05-01 19:12:13 +02:00
Olaf Rempel 744684bb88 Version 0.2 (20040324) 2006-05-01 19:10:39 +02:00