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
/
src
/
Makefile
– Rev 2286
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
2286
4519 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/
Fix for recent GCC issue (affects Ubuntu 14.04), fix by Andreas Fritiofson
2285
4532 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/
Fixes #0000023, credits to Andreas Fritiofson
1992
5224 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/
Added @ for hiding command when compiling %.elf
1984
5227 d 3 h
linlun
/trunk/EmbeddedSoftware/AVR/
Added templates for libraries.list and updated makefile, also updates to sns_qtouch
1981
5228 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/
Updated template_module Makefile so that assembly .S files can be specified as sources
1621
5766 d 0 h
nattgris
/trunk/EmbeddedSoftware/AVR/
remove the list of targets in need of GCC bug workaround
The workaround is effectively a no-op if the targeted AVR is not affected,
so it can just as well be used always. Add suitable comment explaining the
fix. This should solve recent problems with ATmega328P (and future AVRs).
Signed-off-by: Andreas Fritiofson <
andreas.fritiofson@gmail.com
>
1468
5973 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/
added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices
869
6663 d 7 h
linlun
/trunk/
Merged modules branch into trunk
822
6696 d 4 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Fixed paths, now it should be working
819
6696 d 5 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Added a script for adding modules to a application
Cleaned files and added new ones :)
Makefiles still does not work
817
6696 d 15 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
801
6698 d 4 h
linlun
/branches/modules/EmbeddedSoftware/AVR/
First test application with changes to stdcan