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
/
application
/
RGBLED
/
Makefile
@ 546
– Rev 1621
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
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
>
810
6697 d 5 h
noddan
/trunk/EmbeddedSoftware/AVR/application/
*Added application/FanController. Still needs work (obviously)
*Fixed rgbled so that it compiles
621
6958 d 16 h
noddan
/trunk/EmbeddedSoftware/AVR/
Updated all makefiles to work with Mac OS X by fixing echo \n and using avr-ar instead of ar
563
6984 d 2 h
andfri
/trunk/EmbeddedSoftware/AVR/
* Merging branches/buildsystem_v2 into trunk.
546
6997 d 7 h
noddan
/trunk/EmbeddedSoftware/AVR/application/RGBLED/
nodeRGB: Structural changes, now accepts incoming packages again. Still needs polishing.
413
7071 d 11 h
noddan
/trunk/EmbeddedSoftware/AVR/application/RGBLED/
RGBLED: Moved to application folder since it basically works, except for the lockup that everyone is having.