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 5203 d 22 h arune /trunk/EmbeddedSoftware/AVR/ Removed buffer-empty-check-function in uart and use a timer in sns_heatPower instead  
2023 5209 d 0 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 5572 d 19 h myhrman /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/ Parity bits where set incorrectly in uart driver. Fixed (but untested)  
1695 5726 d 20 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 5801 d 13 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 5801 d 14 h myhrman /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/ UART driver: Added functions for configuring databits / stopbits / parity.  
1468 5974 d 16 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 6097 d 16 h arune /trunk/EmbeddedSoftware/AVR/ avr-lib: added support for mega328, currently not working  
361 7131 d 11 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.