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
/
hwid
/
EmbeddedSoftware
/
AVR
/
personal
/
template
/
Makefile
@ 760
– Rev 760
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
760
6746 d 7 h
arune
/branches/hwid/EmbeddedSoftware/AVR/personal/template/
personal/template/Makefile: changes for working with bios with hwid and without
757
6746 d 10 h
arune
/branches/hwid/EmbeddedSoftware/
copy trunk/embeddedsoftware to new branch
563
6984 d 2 h
andfri
/trunk/EmbeddedSoftware/AVR/
* Merging branches/buildsystem_v2 into trunk.
559
6986 d 8 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/
* branches/buildsystem_v2: Fixed some more paths in personal/template/Makefile and
added a workaround for canDude not being able to handle an absolute path to hexfile.
Also set default canDude path in system.inc.template to a value that should work in
the subversion tree.
554
6993 d 22 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: First working version.
553
6994 d 11 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: Moved all files and directories to their correct places.
551
6994 d 13 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
550
6995 d 0 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib/template: Put template source files in subdir src, separated from config and bios files. Rewrote makefiles so that it builds in a separate build tree. Top level makefile is generic and handles uploading to device while src/Makefile is application specific and only takes care of building.
544
6998 d 2 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib: Renamed timer triver functions to fit the existing naming scheme.
* avr-lib: Updated template to use the new timer driver instead of timebase.
477
7056 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: Another small error corrected in make install-target
476
7056 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: Small error corrected in make install-target
472
7058 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: added targets start and reset over can
470
7058 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: added target install for uploading application over can
Changed default LIBDIR to ../../avr-lib
468
7058 d 11 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
template/Makefile: awk-bin variable
375
7096 d 9 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: GCC-LD-bug fixed for atmega168
362
7129 d 7 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avrlib: Fixed 16 bit truncation of time in timebase.c. Removed some output files. Small changes in Makefile and ldscripts.
361
7130 d 1 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.