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_application
/
Makefile
– Rev 1933
Rev
Hide 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
Changes
1933
5272 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/personal/
Renamed personal/template to personal/template_application
/trunk/EmbeddedSoftware/AVR/personal/template_application
/trunk/EmbeddedSoftware/AVR/personal/template
1888
5352 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/personal/
Updated make target installnoapp to work with atom1.5 which requires hex record end of file
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1867
5365 d 19 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.
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1719
5676 d 17 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
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
903
6613 d 17 h
arune
/trunk/EmbeddedSoftware/AVR/personal/
personal/templates: added make command 'sethwid' to Makefiles, used for setting a hwid in a bios.inc automatically
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
891
6633 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/
Updated Makefiles with better check for binaries
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
890
6634 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/
bios makefile and templates makefiles updated: moved definitions of build binaries to system.inc soo make sure to update your personal/system.inc or an error will be generated
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
772
6709 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template/
Updated makefile for personal node template for hwid
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
563
6985 d 17 h
andfri
/trunk/EmbeddedSoftware/AVR/
* Merging branches/buildsystem_v2 into trunk.
/trunk/EmbeddedSoftware/AVR/application/template
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template
/trunk/EmbeddedSoftware/AVR/trash/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c
/trunk/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/personal/README.txt
559
6987 d 23 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/
* branches/buildsystem_v2: Fixed some more paths in personal/template/Makefile and
added a workaround for canDude not being able to handle an absolute path to hexfile.
Also set default canDude path in system.inc.template to a value that should work in
the subversion tree.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/system.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/Makefile
554
6995 d 13 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: First working version.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/system.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/README.txt
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/bios.inc
553
6996 d 2 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: Moved all files and directories to their correct places.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/config.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/template/bios.inc
/branches/buildsystem_v2/EmbeddedSoftware/AVR/trash/EclipseTemplate
/branches/buildsystem_v2/EmbeddedSoftware/AVR/EclipseTemplate
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/template/src
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/README.txt
551
6996 d 4 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
/branches/buildsystem_v2
550
6996 d 15 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib/template: Put template source files in subdir src, separated from config and bios files. Rewrote makefiles so that it builds in a separate build tree. Top level makefile is generic and handles uploading to device while src/Makefile is application specific and only takes care of building.
/trunk/EmbeddedSoftware/AVR/avr-lib/template/bios
/trunk/EmbeddedSoftware/AVR/avr-lib/template/src
/trunk/EmbeddedSoftware/AVR/avr-lib/template/src/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/src/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
544
6999 d 17 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* avr-lib: Renamed timer triver functions to fit the existing naming scheme.
* avr-lib: Updated template to use the new timer driver instead of timebase.
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer.h
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c
477
7058 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: Another small error corrected in make install-target
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
476
7058 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: Small error corrected in make install-target
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
472
7059 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: added targets start and reset over can
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
470
7059 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
avr-lib/template/Makefile: added target install for uploading application over can
Changed default LIBDIR to ../../avr-lib
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
468
7060 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/template/
template/Makefile: awk-bin variable
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
←Prev
1
2
Next→
Show All