| 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 |
|
| 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 |
|
| 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 |
|
| 1128 |
6404 d 3 h |
linlun |
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/ |
Fixed one more typing error |
|
| 1125 |
6404 d 4 h |
linlun |
/trunk/ |
Added PCINT driver
Implemented PCINT-driver in sns_power and act_dimmer230, also updated templates and modulemanager |
|
| 986 |
6462 d 21 h |
runge |
/trunk/ |
Atom: Added definitions for the nmt protocol to the xml file
Atom: Had to change one definition name for the module listing so unfortunatly module apps will need to update their main.c.template again.. sorry
Atom: Structured the TODO for Atom
Atom: Added the ability for Atom to understand nmt messages, this show up correct in the debug output and we have control of nodes via javascript programming
should be possible but I have not built anything for that yet. Reset, App_start and Heartbeat works as expected though |
|
| 948 |
6473 d 4 h |
runge |
/trunk/EmbeddedSoftware/AVR/ |
Updated module-template to use new defines, THIS BREAKS OLD STUFF, you need to manually replace your main.src.template in all module applications
Added include of moduleid.h in canid.h if MODULE_APPLICATION is defined, also removed module-stuff from canid.h
Updated act_hd44780-module to new system, more to come |
|
| 911 |
6565 d 17 h |
arune |
/trunk/EmbeddedSoftware/AVR/personal/template_module/ |
can_printf: moved config parameter to modules config instead of bios config |
|
| 905 |
6594 d 5 h |
arune |
/trunk/ |
Added support for printf-over-can in modules |
|
| 869 |
6663 d 7 h |
linlun |
/trunk/ |
Merged modules branch into trunk |
|
| 827 |
6696 d 1 h |
migan |
/branches/modules/ |
Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn |
|
| 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 |
|