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_application
/
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
4499 d 20 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
1933
5278 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/personal/
Renamed personal/template to personal/template_application
/trunk/EmbeddedSoftware/AVR/personal/template_application
/trunk/EmbeddedSoftware/AVR/personal/template
1855
5379 d 4 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
1415
6103 d 22 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
880
6663 d 21 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
779
6713 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template/
template/bios.inc: Updated the template comments on NODE_HWID
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
769
6718 d 17 h
arune
/trunk/EmbeddedSoftware/AVR/
Commits for hwid, embedded software
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
656
6920 d 4 h
eqlazer
/trunk/EmbeddedSoftware/AVR/personal/template/
bios.inc: NODE_ID=0x02UL
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
628
6952 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/
drivers/mcp2515, personal/template: Moved chip select definition to template/bios.inc from drivers
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
585
6984 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/
avr-lib/bios.c: added possibility to make node autostart, configuration in bios.inc
personal/template/bios.inc: added default settings for AUTOSTART and information
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
563
6991 d 17 h
andfri
/trunk/EmbeddedSoftware/AVR/
* Merging branches/buildsystem_v2 into trunk.
/trunk/EmbeddedSoftware/AVR/application/template
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template
/trunk/EmbeddedSoftware/AVR/trash/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c
/trunk/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/personal/README.txt
554
7001 d 13 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: First working version.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/system.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/README.txt
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/bios.inc
553
7002 d 2 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: Moved all files and directories to their correct places.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/config.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/bios.inc
/branches/buildsystem_v2/EmbeddedSoftware/AVR/trash/EclipseTemplate
/branches/buildsystem_v2/EmbeddedSoftware/AVR/EclipseTemplate
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/src
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/README.txt
551
7002 d 4 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
/branches/buildsystem_v2
423
7076 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/avr-lib/
avr-lib/config.inc.template: Node ID in hex.
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
422
7076 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/avr-lib/
avr-lib/config.inc.template: Default to 250k bitrate.
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
416
7078 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/
system.inc.template och config.inc.template uppdaterade med lite mer förklarande text samt default intern 8MHz för mindre krångel i början
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc.template
374
7104 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/
BOOT_START fixad för mega168
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
373
7104 d 22 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/
Uppdaterat config.inc.template med mega168-inställningar
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
370
7112 d 20 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/
config.inc.template - small description of standard settings.
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
←Prev
1
2
Next→
Show All