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
/
personal
/
template_module
/
bios.inc
– Rev 2291
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
2291
4493 d 15 h
arune
/trunk/EmbeddedSoftware/AVR/
Added preliminary support for AVR-internal can controller, mega64c1/m1
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/avr_internal.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/avr_internal.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/can_drv.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/can_drv.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/can_lib.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/avr_internal/can_lib.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/personal/template_application/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
2265
4627 d 12 h
linlun
/trunk/EmbeddedSoftware/AVR/personal/template_module/
Removed old comment
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
1855
5372 d 23 h
arune
/trunk/EmbeddedSoftware/AVR/
Minor optimization to bios:
* Faster reset 120ms instead of 2s
* Faster app start from bios, 2 timestamps instead of 5
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
1748
5507 d 17 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/
Added options in bios.inc to force setup of ports at boot, disabled by default
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
1640
5762 d 22 h
arune
/trunk/
setConfig, bios.inc: make-target setconfig now updates MCU-fields if bios start contains such information
/trunk/PcSoftware/scripts/setConfig/devices.pl
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/trunk/PcSoftware/scripts/setConfig/setConfig.pl
1415
6097 d 17 h
arune
/trunk/EmbeddedSoftware/AVR/
avr-lib: added support for mega328, currently not working
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/portpins.h
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega328p.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
911
6567 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/
can_printf: moved config parameter to modules config instead of bios config
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
906
6595 d 15 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/
Added a switch for enabling printf from bios.inc in the modules-template
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
880
6657 d 16 h
arune
/trunk/EmbeddedSoftware/AVR/personal/
personal: updated bios.inc in templates to fix a spelling misstake
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
869
6664 d 16 h
linlun
/trunk/
Merged modules branch into trunk
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02
/trunk/EmbeddedSoftware/AVR/module
/trunk/EmbeddedSoftware/AVR/personal/template_module
/trunk/PcSoftware/Atom
/trunk/PcSoftware/scripts/ModuleManager
/trunk/PcSoftware/scripts/frame
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
827
6697 d 11 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
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/sources.list
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h
/branches/modules/PcSoftware/scripts/frame
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/branches/modules/PcSoftware/scripts/ModuleManager
801
6699 d 14 h
linlun
/branches/modules/EmbeddedSoftware/AVR/
First test application with changes to stdcan
/branches/modules/EmbeddedSoftware/AVR/module
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.d
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.eep
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.hex
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lss
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.map
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.sym
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_pass1.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/config.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.S
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.a
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/config.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.eep
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.hex
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lss
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.map
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.sym
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h