HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
EmbeddedSoftware
/
AVR
/
avr-lib
/
drivers
/
uart
/
uart.c
@ 548
– Rev 2026
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2026
5202 d 13 h
arune
/trunk/EmbeddedSoftware/AVR/
Removed buffer-empty-check-function in uart and use a timer in sns_heatPower instead
2023
5207 d 15 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 11 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 5 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 2 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.