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)
/
branches
/
modules
/
EmbeddedSoftware
/
AVR
/
avr-lib
/
drivers
/
can
/
stdcan.h
@ 1925
– Rev 868
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
868
6670 d 1 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Added new module for SimpleDTMF-expansion based on CallerId-code, compiles but is not tested yet
Changed DTMF driver to not use hardcoded timer, this breaks backwards compatibility
Added physical quantity command for phone number
Removed warning from stdcan, it is pretty well tested by now
832
6701 d 20 h
migan
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/
HW_ID-byte defines were reversed, fixed
827
6702 d 18 h
migan
/branches/modules/
Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn
823
6702 d 20 h
arune
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/
branches/drivers/stdcan.h: Fixed parenthesis around HWID-defines
817
6703 d 8 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Added file to make a module have a list of its dependencies
Added file to list which modules to compile, THIS IS NOT COMPLETE
Tried to change the makefiles to work but it does not yet!
Corrected fault in application main, now checks HW_ID when getting a list request
Added simple defines for getting the individual bytes of a HW_ID easily
807
6704 d 9 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Fixed a thing or two in our example main
Added (uint8_t) to two of the defines in stdcan.h
804
6704 d 18 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Updated define-names to be more clear
Fixed a warning in stdcan
Added a config.inc.template to the application
801
6704 d 21 h
linlun
/branches/modules/EmbeddedSoftware/AVR/
First test application with changes to stdcan
800
6704 d 21 h
linlun
/branches/modules/
Added branch for modulized applications
789
6706 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/
drivers/stdcan: Implemented sending app-startup message on init. Implemented function "get queue length".
693
6881 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/
Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
690
6893 d 16 h
nattgris
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib: StdCan message filter and some documentation updates.
687
6898 d 15 h
nattgris
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/
* avr-lib/drivers/can: New StdCan layer. Work in progress.