Make nightly build test works.
[bertos.git] / bertos / cpu / arm /
2009-04-17 battMake nightly build test works.
2009-04-16 battAdd full support for AT91SAM7S64, AT91SAM7S128, AT91SAM...
2009-04-15 duploChange cflags to cppflags
2009-04-15 duploChange properties
2009-04-14 battAdd default clock frequency.
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-04-10 battRename CLOCK_FREQ macro to CPU_FREQ: now clock frequenc...
2009-04-10 battFix typos.
2009-04-10 battAdd cpu flag name flag.
2009-03-25 battAlways use custom config files.
2009-03-25 battSwitch to new kernel config files.
2009-03-19 duploAdd C_FLAGS list in the cdef files
2009-02-16 duploAdd the timer_select enum in the arm timer
2009-02-06 asterixAdd comment.
2008-12-19 asterixAdd short cpu descriptions.
2008-12-19 asterixComply cpu names definition to real name.
2008-12-19 duploAdd relative path of the file to import
2008-12-16 asterixClean up.
2008-12-16 asterixGroup the common definition in at91sam7.common.
2008-12-15 asterixDefine the common setting for sam7 cpu.
2008-12-12 asterixAdd sam7 cpu settings.
2008-12-12 asterixRemove all common settings and put their in general...
2008-12-11 asterixComply to avr cdef format.
2008-12-11 asterixAdd configuration info for bertos wizard.
2008-12-04 asterixConvert to unix format. Removing trailing space.
2008-12-03 asterixAdd script for the latest version of openocd.
2008-11-11 battUpdate to new i2c driver name.
2008-11-11 battRevert bad commit.
2008-11-11 battRename arm twi driver to i2c.
2008-10-23 battMerged from external project:
2008-10-21 battRevert bad commit.
2008-10-21 battMerged from external project:
2008-10-07 battMerged from external project:
2008-09-04 qwertMove all cortex-m3 stuff in dedicated directory.
2008-09-04 qwertRemoved startup routine.
2008-09-04 qwertAdd support for luminary micro lm3s1968 board
2008-09-04 qwertAdd support for LM3S1968 board based on cortex-m3 cpu
2008-09-04 qwertAdd startup routine for Luminary Micro Stellaris LM3S1968
2008-09-04 qwertLuminary Micro Stellaris LM3S1968 script files.
2008-08-29 battRename hw-related tests.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 battRemove unneeded cast.
2008-08-28 battUse new macro.
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-27 battAdd a way to easily exclude a file from nightly test.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-13 bernieUse new header locations everywhere
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieDrop ABI versioning for asm_switch_context(), as it...
2008-08-08 battTypo.
2008-08-08 battfix warning: missing terminating ' character on 4.2...
2008-08-05 qwertRefactor All Serial module.
2008-08-04 bernieRename myself
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-11 asterixUse log module instead trace. Add missing set polarity...
2008-06-05 asterixInit sysirq module directly in timer_hw_init for at91...
2008-06-05 asterixUse log macros instead trace.
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 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixAdd stepper timer interface module for arm family.
2008-05-26 asterixAdd twi module for arm family.
2008-05-26 asterixAdd setup and teardown function. Use _TEST define for...
2008-05-26 asterixMove pwm for arm target in corret dir.
2008-05-26 asterixFix pwm_map include.
2008-05-22 asterixAdd generic module for PWM target family.
2008-05-22 asterixReformat.
2008-05-22 asterixMark these test module with warning.
2008-05-22 asterixRemove stobe macro.
2008-05-21 asterixFix hw include. Reformat.
2008-05-20 asterixReformat.
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 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/ :-).