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
/
buildsystem_v2
/
EmbeddedSoftware
/
AVR
/
trash
/
AVR-App
/
Makefile
@ 1663
– Rev 551
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
551
6995 d 22 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
378
7088 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/
Moved (old) AVR-Bios and AVR-App and an unused folder and a readmefile to trash-folder
355
7134 d 9 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-App/
* EmbeddedSoftware/AVR/AVR-App/Makefile: Changed F_OSC to F_CPU.
* EmbeddedSoftware/AVR/AVR-App/main.c: Send timestamp in candata.
325
7149 d 21 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-App/
* EmbeddedSoftware/AVR/AVR-App/Makefile: Changed to other type of Makefile.
* EmbeddedSoftware/AVR/AVR-App/main.c: Rewrote to use its own serial routines (from lib) and to send more reasonable candata.
313
7154 d 9 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-App/
* EmbeddedSoftware/AVR/AVR-App/Makefile: Fixed the gcc bug workaround.
236
7183 d 19 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-App/
* extra ld is run only if target==mega88, in makefile for avr-app
235
7185 d 1 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-App/
* $(BIOS_RAM_END) in extra_ld-command
232
7185 d 11 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-App/
* Extra LD-directive after build in Makefile, uncomment if using m88
231
7185 d 11 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-App/
* avrdude in Makefile, -D for no erase
229
7185 d 12 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-App/
* EmbeddedSoftware/AVR/AVR-App/Makefile: Added configuration option for start of .data so it's easier to adjust this value until it's scripted.
223
7188 d 8 h
andfri
/trunk/EmbeddedSoftware/AVR/
* EmbeddedSoftware/AVR/AVR-App: TimeBase test.
* EmbeddedSoftware/AVR/AVR-Bios: Implemented TimeBase service. Ugly, messy interrupt handling.
183
7210 d 9 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-App/
* AVR/AVR-App: Initial import.