Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2026 5202 d 12 h arune /trunk/EmbeddedSoftware/AVR/ Removed buffer-empty-check-function in uart and use a timer in sns_heatPower instead  
2023 5207 d 14 h arune /trunk/EmbeddedSoftware/AVR/ Added new function to uart lib, to check if tx buffer is empty
Implemented parts of heatpower, without testing
 
1738 5571 d 10 h myhrman /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/ Parity bits where set incorrectly in uart driver. Fixed (but untested)  
1695 5725 d 10 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ fixed problem with compiling for mega328, changed SIGNAL() to ISR() and changed old SIG-vectors to the new  
1578 5800 d 4 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/ uart.c: moved init of parity, stopbits, etc to usart0-init and fixed some warnings  
1576 5800 d 4 h myhrman /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/ UART driver: Added functions for configuring databits / stopbits / parity.  
1468 5973 d 7 h arune /trunk/EmbeddedSoftware/AVR/ added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices  
1415 6096 d 7 h arune /trunk/EmbeddedSoftware/AVR/ avr-lib: added support for mega328, currently not working  
361 7130 d 1 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.