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.h
– Rev 2026
Rev
Hide 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
Changes
2026
5204 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/
Removed buffer-empty-check-function in uart and use a timer in sns_heatPower instead
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/sns_heatPower.c
2023
5209 d 8 h
arune
/trunk/EmbeddedSoftware/AVR/
Added new function to uart lib, to check if tx buffer is empty
Implemented parts of heatpower, without testing
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/sns_heatPower.c
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/sns_heatPower.h
/trunk/EmbeddedSoftware/AVR/module/sns_heatPower/sources.list
1576
5801 d 22 h
myhrman
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/
UART driver: Added functions for configuring databits / stopbits / parity.
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
690
6888 d 16 h
nattgris
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib: StdCan message filter and some documentation updates.
/trunk/EmbeddedSoftware/AVR/avr-lib/avr-lib.dox
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/clcd/lcd_HD44780.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/font.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
361
7131 d 19 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.
/trunk/EmbeddedSoftware/AVR/avr-lib
/trunk/EmbeddedSoftware/AVR/avr-lib/.cdtproject
/trunk/EmbeddedSoftware/AVR/avr-lib/.project
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings/org.eclipse.cdt.core.prefs
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/README.txt
/trunk/EmbeddedSoftware/AVR/avr-lib/bios
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.h
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/can.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_defs.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c