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)
/
branches
/
buildsystem_v2
/
EmbeddedSoftware
/
AVR/
– Rev 562
Rev
Hide changed files
|
Directory listing
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
562
6984 d 2 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/
* branches/buildsystem_v2: Replaced all Makefiles in applications with the standard from personal/template. Migrated all application settings from settings.h to
config.inc.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
561
6986 d 5 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/
* branches/buildsystem_v2: Forgot to copy .bootloader section to hex file in avr-lib/bios/Makefile.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
560
6986 d 6 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/
* branches/buildsystem_v2: Readded -mmcu=$(MCU) to $(LDFLAGS).
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
559
6986 d 8 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
558
6987 d 3 h
arune
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/
branches/buildsystem_v2: system.inc.template updated, from $(BUILDDIR)/$(TARGET) to $(BIOSDIR)/$(BIOSTARGET)
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/system.inc.template
557
6987 d 3 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/
* branches/buildsystem_v2: Corrected path to hex-file in system.inc.template.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/system.inc.template
556
6990 d 0 h
andfri
/branches/buildsystem_v2/EmbeddedSoftware/AVR/
* branches/buildsystem_v2: C dependencies are now created as part of the
regular compilation, instead of separately. This gets rid of the warnings
during dependency generation when config.h doesn't yet exist.
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/template/config.inc.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
554
6993 d 22 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
6994 d 11 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
6994 d 13 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
/branches/buildsystem_v2
550
6995 d 0 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
549
6996 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/application/IrReceive/
app/irreceive: main.c cleanup and now uses new defs from drivers/ircommon.h
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
548
6996 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
drivers/irreceiver: some defs in ircommon.h, comments in irreceive.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ircommon.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/receiver/irreceiver.c
547
6997 d 1 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/
* avr-lib: Fixed no newline at end of drivers/ir/ircommon.c.
* avr-lib: Added drivers/ir/transceiver, an interrupt-driven version of drivers/ir/receiver. It can be used in ../applications/IrReceive simply by linking with the transceiver driver instead.
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ircommon.c
546
6997 d 7 h
noddan
/trunk/EmbeddedSoftware/AVR/application/RGBLED/
nodeRGB: Structural changes, now accepts incoming packages again. Still needs polishing.
/trunk/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c
545
6997 d 7 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/
canid.h : Added support for RGBLED
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
544
6998 d 2 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
543
6998 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/
app/irtransmit: first upload of main.c and makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/main.c
542
6998 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter/
drivers/irtransmitter: first committ
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter/irtransmitter.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter/irtransmitter.h
541
6999 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/
standalone/simpleeth: disablead dumping of data to udp-port, changed avr-port for reset of enc, some cleanup (removed led), option for sending empty timestamp on bus
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c
←Prev
1
2
Next→
Show All