Fix timer when run in bertos emulator.
[bertos.git] / bertos / cpu /
2008-07-18 qwertAdd log features, kprintf replaced with new log infrast...
2008-07-18 qwertLittle re-indentation
2008-07-18 qwertRefactor code, "page_buf" moved into KFileFlashAvr...
2008-07-18 qwertRename "page_modified" variable in "page_dirty"
2008-07-18 qwertRefactor code, moved page_modified variable in KFileFla...
2008-07-18 qwertRefactoring code, start to implement specific variables...
2008-07-18 qwertLittle re-indentation
2008-07-17 qwertUpdated flash_avr module to support KFileFlashAvr structure
2008-07-17 qwertRemove deprecated flash_avr_test method and generic...
2008-07-17 qwertModified flash_avr module to work with new kfile interf...
2008-07-16 qwertStart to merge old triface project in bertos, not worki...
2008-06-17 qwertModified gen_mk_src script for asm file, moved asm...
2008-06-17 qwertDeleted deprecated crt.s
2008-06-17 battSet correct .data start symbol.
2008-06-16 asterixReformat.
2008-06-16 asterixReformat and typo.
2008-06-16 asterixFix hw include.
2008-06-12 asterixReformat.
2008-06-11 asterixSilent unused warning.
2008-06-11 asterixUse brackets for if/else.
2008-06-11 asterixUse log module instead trace. Add missing set polarity...
2008-06-10 asterixAdd missing include. Fix and clean boderplate for avr...
2008-06-10 asterixSilent unused variable warning (only for test).
2008-06-10 asterixFix brief.
2008-06-05 asterixInit sysirq module directly in timer_hw_init for at91...
2008-06-05 asterixUse log macros instead trace.
2008-05-30 asterixReformat.
2008-05-29 asterixMove pwm test to drv dir.
2008-05-29 asterixAdd function to change and manage polarity of pwm wave...
2008-05-27 asterixFix hw includes. Remove CVS logs. Reformat.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-27 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixAdd stepper timer example implementation for avr.
2008-05-26 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixAdd stepper timer interface module for arm family.
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-26 asterixAdd twi module for arm family.
2008-05-26 asterixAdd setup and teardown function. Use _TEST define for...
2008-05-26 asterixAdd default implementation of FAST_* macro.
2008-05-26 asterixAdd type include. Fix semicolon.
2008-05-26 asterixRename all function. Remove CVS logs.
2008-05-26 asterixMark as obsolete. Remove CVS logs.
2008-05-26 asterixMove pwm for arm target in corret dir.
2008-05-26 asterixMove in corret dir.
2008-05-26 asterixReformat.
2008-05-26 asterixReformat. Remove note in the brief.
2008-05-26 asterixMark as obsolete.
2008-05-26 asterixReformat.
2008-05-26 asterixFix pwm_map include.
2008-05-26 asterixAdd empty PWM driver implementation for AVR.
2008-05-22 asterixReformat.
2008-05-22 asterixAdd generic module for PWM target family.
2008-05-22 asterixMove eeprom module in correct dir.
2008-05-22 asterixReformat.
2008-05-22 asterixMark these test module with warning.
2008-05-22 asterixAdd defines for avr target.
2008-05-22 asterixRemove stobe macro.
2008-05-21 asterixFix hw include. Reformat.
2008-05-20 asterixReformat.
2008-05-20 asterixMove switch module to correct cpu dir.
2008-05-19 asterixMove eeprom drive avr specific to correct dir.
2008-05-14 asterixsigned-off-by: Massimiliano Cialdi <massimiliano.cialdi...
2008-04-30 asterixDefine generic name of PIO registers for using timer...
2008-04-30 asterixRename timer counter mode define.
2008-04-30 asterixAdd prescaler mask.
2008-04-30 asterixAdd timer module for stepper driver.
2008-04-30 asterixAdd adc driver.
2008-04-30 asterixAdd pwm driver.
2008-04-23 battFix a bug when 2 irqs on the same serial are pending...
2008-04-09 battUpdate to new directory layout.
2008-04-09 battUpdate to new directory layout.
2008-04-09 battFix typo.
2008-04-09 battAdd linker scripts for at91sam7_128.
2008-04-09 battFix doc.
2008-04-09 battAdd support for AT91SAM7X128.
2008-04-09 battAdd support for switching clock to different sources...
2008-04-09 battAdd SAM7 I2C driver.
2008-04-04 battUpdate at91sam7 demo to new directory layout.
2008-04-04 battMove also cpu/ to bertos/ :-).