| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 2291 |
4492 d 5 h |
arune |
/trunk/EmbeddedSoftware/AVR/ |
Added preliminary support for AVR-internal can controller, mega64c1/m1 |
|
| 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 2 h |
arune |
/trunk/EmbeddedSoftware/AVR/ |
Fixes #0000023, credits to Andreas Fritiofson |
|
| 2265 |
4626 d 2 h |
linlun |
/trunk/EmbeddedSoftware/AVR/personal/template_module/ |
Removed old comment |
|
| 1992 |
5224 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/ |
Added @ for hiding command when compiling %.elf |
|
| 1984 |
5227 d 2 h |
linlun |
/trunk/EmbeddedSoftware/AVR/ |
Added templates for libraries.list and updated makefile, also updates to sns_qtouch |
|
| 1981 |
5228 d 1 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/ |
Updated template_module Makefile so that assembly .S files can be specified as sources |
|
| 1924 |
5312 d 3 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/ |
Fix for list command not working after hwid changes, only affects newly created nodes from template_module |
|
| 1909 |
5326 d 7 h |
arune |
/trunk/EmbeddedSoftware/AVR/ |
New personal folders created now uses new BIOS function GetHwId instead of compiling in constant value |
|
| 1888 |
5351 d 3 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/ |
Updated make target installnoapp to work with atom1.5 which requires hex record end of file |
|
| 1867 |
5364 d 4 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/ |
Added a new make target to template Makefiles: installnoappl which uploads an empty application into the node, useful if the current application is broken and disturbes the network
Still untested. |
|
| 1855 |
5371 d 13 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 |
|
| 1748 |
5506 d 7 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/ |
Added options in bios.inc to force setup of ports at boot, disabled by default |
|
| 1719 |
5675 d 3 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/ |
Added support for make target defaultbios to program a node with ID 0xffffffff to a bios with another ID |
|
| 1640 |
5761 d 12 h |
arune |
/trunk/ |
setConfig, bios.inc: make-target setconfig now updates MCU-fields if bios start contains such information |
|
| 1639 |
5761 d 14 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/ |
template_module: removed phony target sethwid and added setconfig |
|
| 1638 |
5762 d 5 h |
arune |
/trunk/ |
added script setConfig, can currently be used instead of sethwid
need you to update all personal/dir/Makefile and also add a line in personal/system.inc |
|
| 1621 |
5765 d 23 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 |
|
| 1415 |
6096 d 7 h |
arune |
/trunk/EmbeddedSoftware/AVR/ |
avr-lib: added support for mega328, currently not working |
|