Add return value for failed tests.
[bertos.git] / bertos / cpu /
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 raskyCPU: optimize generic SWAB32 implementation, and prefer...
2010-09-24 arighiSTM32: USB: coding style fixes
2010-09-24 arighiCPU: byte order help function refactoring #2
2010-09-23 raskyAdd CPU_CORE_NAME and CPU_NAME macros for debugging...
2010-09-23 arighiUSB: make use of standard byte order functions
2010-09-23 arighiCPU: byte order helper functions refactoring
2010-09-23 arighiUSB: coding style fixes (function naming)
2010-09-23 arighiUSB: coding style fixes (structure naming)
2010-09-23 arighiSTM32: USB: device, interface and endpoint status is...
2010-09-23 arighiSTM32: USB: always check host expected size
2010-09-22 arighiUSB: make all the read-only descriptors as const
2010-09-22 arighiSTM32: USB: support extended descriptors under a USB...
2010-09-22 arighiSTM32: USB: wLength field of the setup packet is in...
2010-09-22 arighiSTM32: USB: reduce logging verbosity
2010-09-22 arighiSTM32: USB: support EP0 read/write operations via stand...
2010-09-22 arighiSTM32: USB: always perform non-blocking I/O for EP0
2010-09-21 alephFix some pastos
2010-09-21 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-21 lottavianoFix serial driver for ATMega32.
2010-09-20 alephSAM3 port: add clock initialization stubs
2010-09-20 alephSAM3 port: add interrupt definitions
2010-09-20 alephSAM3 port: move some definitions in appropriate places...
2010-09-20 arighiUSB: add generic class/vendor request handling
2010-09-20 arighiSTM32: USB: remove unnecessary ASSERT()
2010-09-17 arighiSTM32: USB full-speed device driver
2010-09-17 alephAT91SAM3 port: initial support for AT91SAM3 (mainly...
2010-09-10 asterixConsider the offset when read directly into flash memory.
2010-09-10 asterixRemove unneeded assert.
2010-09-10 asterixUse generic include.
2010-09-10 asterixComply the init function names.
2010-09-10 asterixMove some specific lm3s clock definition to its init...
2010-09-08 asterixFix typo.
2010-09-02 asterixRename macros.
2010-09-02 asterixUse more clear fuction names.
2010-09-01 asterixComply to new api.
2010-09-01 asterixReturn bitmask instead the logic value.
2010-09-01 asterixSome fixes. Implement close. Comply to new flash api.
2010-09-01 asterixComply to new api.
2010-08-30 lottavianoCorrect msp430 toolchain string for cdef's file.
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-18 asterixSilent nightlytest warning.
2010-08-16 asterixExclude from nightlytest.
2010-08-13 asterixMove some defines to lpc header.
2010-08-13 asterixAdd header flash module.
2010-08-13 asterixFirst refactor to kblock.
2010-08-13 asterixAdd first embedded flash module for lpc23xx.
2010-08-13 asterixLoad first page whent init flash module. Add close...
2010-08-12 asterixClean up.
2010-08-12 asterixTypo.
2010-08-12 asterixRefactor and reorder ld script for cortex-m3.
2010-08-12 asterixFix typo. Load first block at start. Add close implemen...
2010-08-12 asterixRead/write from real address. Fix address increasing...
2010-08-11 asterixMove embedded flash definition into cpu family header.
2010-08-11 asterixTypo.
2010-08-11 asterixReformat to kblock api.
2010-08-11 asterixAdd support for old init.
2010-08-11 asterixAdd missing assert. Clean up.
2010-08-11 asterixRefactor the module to new kblock device.
2010-08-10 asterixClean up.
2010-08-10 asterixRefactor lm3s flash module to new kblock api.
2010-08-09 asterixAdd embedded flash module for stm32. First refactor...
2010-08-09 asterixFix comment. Reformat.
2010-08-05 asterixAdd adc support for atmega1280. Signed-off by Fabio...
2010-08-04 asterixRemove commented code. Fix doxygen warning.
2010-08-04 asterixTypos.
2010-08-04 asterixAdd flah register defines.
2010-08-04 asterixAdd arduino mega board preset, signed-off by Fabio...
2010-08-03 lottavianoAdd I2C and ADC support for ATMega1280 (contributed...
2010-08-03 asterixAdd gpio defines.
2010-08-03 asterixAdd comment and reorder the includes. Move gpio structu...
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 asterixSilent warning. Make static sono i2c table.
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 foldback for at91 i2c for nightly test.
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-28 asterixMove generic i2c_hw_init prototype to i2c header.
2010-07-28 asterixRefactor the recv. Add comments. Change fist_send flag...
2010-07-28 asterixRefactor to works with new api. Clean up.
2010-07-28 asterixRefactor to works with new api. Clean up.
2010-07-27 asterixSplit long function. Add comments.
2010-07-27 asterixClean up. Use cpu_relax for while loop. Rename check_i2...
2010-07-27 asterixAdd missing define to use i2c2 devices.
2010-07-27 asterixModify driver to work with new api.
2010-07-27 asterixAdd some header to use new i2c api.
2010-07-27 asterixClean up.
2010-07-27 asterixAdd defines for all i2c devices.
2010-07-26 asterixFix include.
2010-07-26 asterixRemove unneeded macros. Remove empty header.
2010-07-26 asterixMove cm3 type to generic types header.
2010-07-26 asterixAdd support for more i2c devices.
2010-07-26 asterixClean up.
next