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
/
trash
/
AVR-Bios
/
Makefile
@ 1663
– Rev 551
Rev
Show 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
551
7000 d 13 h
andfri
/branches/buildsystem_v2/
Creating a branch of trunk for testing a new build system for avr-lib.
378
7093 d 9 h
arune
/trunk/EmbeddedSoftware/AVR/
Moved (old) AVR-Bios and AVR-App and an unused folder and a readmefile to trash-folder
284
7167 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
*makefile: updated with new fuses for larger bootarea
*bios.c: removed crc-code for now
283
7167 d 6 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* EmbeddedSoftware/AVR/AVR-Bios: New dangerous feature to enable BIOS updating over CAN.
253
7177 d 22 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* EmbeddedSoftware/AVR/AVR-Bios: Bootloader functionality reimplemented. Needs testing.
250
7183 d 23 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* EmbeddedSoftware/AVR/AVR-Bios: Reorganized CAN code and bios-driver api. Can_Receive() replaced by interrupt controlled callback, Can_Process(). Had to remove bootloader functionality temporary.
242
7186 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* makefile for AVR-Bios now removes $(OBJ) instead of *.o
240
7187 d 3 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* EmbeddedSoftware/AVR/AVR-Bios: Added CAN-code copied from lib. CanTestPeriodic-like test code added. No functions exported to app yet. This needs to be rewritten to use interrupts.
237
7188 d 8 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* make upload now sets fusebytes
234
7189 d 16 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* Fuses reminder in makefile, should be set with avrdude later on
230
7190 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* avrdude in Makefile
228
7190 d 2 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
* EmbeddedSoftware/AVR/app_vectors.h: Deleted.
* EmbeddedSoftware/AVR/*_app.ld: Removed the need for editing these files. Values are defined in application makefile.
* EmbeddedSoftware/AVR/*_bios.ld: Bios and bootloader location is now configurable in makefile. .bootloader section added.
* EmbeddedSoftware/AVR/avr_cfg.h: Moved avr-specific initialization here.
* EmbeddedSoftware/AVR/bios.c: Moved flash functionality to separate file.
* EmbeddedSoftware/AVR/Makefile: Added configurability options.
* EmbeddedSoftware/AVR/flash.*: Flash functionality moved here. flash_load_buffer implemented, needs testing.
* EmbeddedSoftware/AVR/vectors.*: New interrupt handling system, works on all avrs without configuration (hopefully). Not tested.
223
7192 d 23 h
andfri
/trunk/EmbeddedSoftware/AVR/
* EmbeddedSoftware/AVR/AVR-App: TimeBase test.
* EmbeddedSoftware/AVR/AVR-Bios: Implemented TimeBase service. Ugly, messy interrupt handling.
181
7214 d 23 h
andfri
/trunk/EmbeddedSoftware/AVR/AVR-Bios/
Initial import.