Merge contributed patch to extend support of atxmega.
[bertos.git] / bertos / cpu / avr / drv /
2011-05-13 asterixExclude these files from nightly test.
2011-04-14 lottavianoRemove unneeded instruction in AVR timer.
2011-04-09 lottavianoAdd serial driver for AVR XMega CPU.
2011-04-09 lottavianoMove AVR mega serial files to prepare the XMega patch
2011-04-09 lottavianoImplement AVR XMega timer driver.
2011-04-09 lottavianoMove AVR timer files to prepare XMega patches.
2011-04-09 lottavianoAdd debug support for AVR XMega MCU.
2011-03-15 arighiser_avr: warn for excessive baudrate skew
2011-03-14 arighiFix serial baudrate setting on the Arduino Uno
2010-12-23 lottavianoAdd support for ATmega2560.
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-09-21 lottavianoFix serial driver for ATMega32.
2010-09-10 asterixConsider the offset when read directly into flash memory.
2010-09-10 asterixRemove unneeded assert.
2010-09-01 asterixComply to new api.
2010-08-11 asterixAdd support for old init.
2010-08-11 asterixRefactor the module to new kblock device.
2010-08-05 asterixAdd adc support for atmega1280. Signed-off by Fabio...
2010-08-04 asterixRemove commented code. Fix doxygen warning.
2010-08-03 lottavianoAdd I2C and ADC support for ATMega1280 (contributed...
2010-08-03 lottavianoSerial port support for ATMega1280 (contributed by...
2010-08-02 lottavianoAdd timer support for ATMega 1280 (contributed by Fabio...
2010-08-02 lottavianoFirst support for ATMega 1280
2010-08-02 asterixRemove old api that using i2c. Add interface to allow...
2010-07-30 asterixRemove from wizart i2c backend selection. Add deprecate...
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-30 asterixClean up. Remove module check where is unneeded.
2010-07-30 asterixAdd author.
2010-07-29 asterixFix flag test.
2010-07-29 asterixUse different api name for new i2c interface. Comply...
2010-07-28 asterixAdd firt implementation for avr i2c with new api.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-06-29 asterixRemove svn tags.
2010-06-11 asterixFix timer selection for some avr cpus.
2010-06-10 asterixFix typo.
2010-06-10 asterixUpdate the interrupt signal to new style.
2010-05-28 asterixAdd support for missing avr cpu.
2010-05-19 asterixClean up lcd 32122a driver and put into bertos driver.
2010-05-19 asterixClean up. Silent warning.
2010-05-13 asterixUpdate interrupt vector name.
2010-05-13 asterixremove unneed function. Use hpread in context switch...
2010-05-13 asterixFix debug port select.
2010-05-12 asterixAdd function to read hp ticks.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-05-07 asterixClean up. Reformat.
2010-03-31 lottavianoAdd support for serial driver on ATMega168.
2010-03-31 lottavianoAdd serial port support for ATMega328
2010-03-29 lottavianoAdd timer support for AVR 328P (Arduino)
2010-03-26 lottavianoInitial support for ATmega328P (Arduino Duemilanove).
2010-03-25 arighiUse the new sig_send() and sig_post() primitives.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-09-02 battBetter warning handling, without the need of that awful...
2009-09-02 battRemove warning during test.
2009-09-02 battFix error on short hptime_t CPU.
2009-09-02 lottavianoSuppress correct warning in nightly test.
2009-09-01 lottavianoFix warnings on AVR serial hw.
2009-09-01 lottavianoFix nightly test warnings; exposed bugs are on the...
2009-04-21 battRefactor to not automatically include adc cpu modules...
2009-04-17 battFix ADC configurations.
2009-04-17 battRefactor timer to not include cpu specific C files.
2009-04-15 duploChange properties
2009-04-10 battRename CLOCK_FREQ macro to CPU_FREQ: now clock frequenc...
2009-03-31 asterixMove sipo driver to generic bertos driver dir.
2009-03-31 asterixRefactory and generalize sipo module.
2009-03-25 battSwitch to new kernel config files.
2009-02-16 duploAdd the timer enum
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-06 asterixAdd wizard info and fix some comments.
2009-01-16 battUpdate isr name.
2009-01-16 battUpdate bit names to comply with ATMega1281.
2009-01-15 battFix timer1 and timer3 for ATMega1281 (untested).
2009-01-08 alephFix simple typo
2008-12-18 asterixReorder include files.
2008-12-09 asterixFix doxygen warnings.
2008-12-04 asterixFix some comments and typos.
2008-12-02 asterixTypo.
2008-12-02 asterixUse avr libc for wdt cpu specific. Comply the wdt inter...
2008-12-01 asterixAdd the wdt avr cpu specific.
2008-11-27 asterixAdd timer support for ATmega1281 (only for ther out...
2008-11-18 battFix pasto (bug #37).
2008-11-13 asterixAdd debug support for atmega1281.
2008-11-11 battAdd configurable option to choose at compile time which...
2008-11-10 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-09-05 battRefactor timer prescaler handling.
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battAdd debug support for ATMega32.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-27 battRemove timer_avr.c from nightly_test.
2008-08-27 battRemove from nightly_test list.
2008-08-27 battUpdate to new macro.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-27 battUse correct type.
next