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_module
/
src
/
Makefile
– Rev 2286
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
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
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
2285
4532 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/
Fixes #0000023, credits to Andreas Fritiofson
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1992
5224 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/
Added @ for hiding command when compiling %.elf
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1984
5227 d 3 h
linlun
/trunk/EmbeddedSoftware/AVR/
Added templates for libraries.list and updated makefile, also updates to sns_qtouch
/trunk/EmbeddedSoftware/AVR/module/sns_qtouch/libraries.list
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/libraries.list.template
/trunk/EmbeddedSoftware/AVR/module/sns_qtouch/sources.list
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
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
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
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
>
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/Makefile
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/FanController/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/canGateway/Makefile
/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1468
5973 d 8 h
arune
/trunk/EmbeddedSoftware/AVR/
added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega168p.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/io/PCA95xx.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiverMulti.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
869
6663 d 7 h
linlun
/trunk/
Merged modules branch into trunk
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02
/trunk/EmbeddedSoftware/AVR/module
/trunk/EmbeddedSoftware/AVR/personal/template_module
/trunk/PcSoftware/Atom
/trunk/PcSoftware/scripts/ModuleManager
/trunk/PcSoftware/scripts/frame
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
822
6696 d 4 h
migan
/branches/modules/EmbeddedSoftware/AVR/
Fixed paths, now it should be working
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
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
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/README
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
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
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
801
6698 d 5 h
linlun
/branches/modules/EmbeddedSoftware/AVR/
First test application with changes to stdcan
/branches/modules/EmbeddedSoftware/AVR/module
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.d
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.eep
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.hex
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lss
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.map
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.sym
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_pass1.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/config.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.S
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.a
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/config.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.d
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.eep
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.elf
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.hex
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lss
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lst
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.map
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.sym
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h