STM32: USB: endpoint buffer must be 4-bytes aligned
[bertos.git] / bertos / cpu / cortex-m3 / drv /
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 arighiSTM32: USB: coding style fixes
2010-09-23 arighiUSB: make use of standard byte order functions
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 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-20 alephSAM3 port: add clock initialization stubs
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 asterixMove some specific lm3s clock definition to its init...
2010-09-08 asterixFix typo.
2010-09-01 asterixReturn bitmask instead the logic value.
2010-09-01 asterixComply to new api.
2010-08-13 asterixLoad first page whent init flash module. Add close...
2010-08-12 asterixClean up.
2010-08-12 asterixFix typo. Load first block at start. Add close implemen...
2010-08-11 asterixMove embedded flash definition into cpu family header.
2010-08-11 asterixTypo.
2010-08-11 asterixAdd missing assert. Clean up.
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-03 asterixAdd comment and reorder the includes. Move gpio structu...
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 author.
2010-07-29 asterixUse different api name for new i2c interface. Comply...
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-26 asterixFix include.
2010-07-22 asterixSVNSILENT
2010-07-22 asterixClean up.
2010-07-22 asterixImplement put function and remove send.
2010-07-21 asterixSome fix.
2010-07-20 asterixReoeder and add missing includes.
2010-07-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-15 asterixFix the i2c implemtation for lm3s. Add some defines...
2010-07-12 asterixAdd first implementation of i2c driver for lm3s.
2010-07-12 asterixReorder includes.
2010-07-12 asterixReorder includes.
2010-07-08 asterixAdd first implementation of i2c for lm3s.
2010-07-07 asterixAdd comments. Extract method for cheching function...
2010-07-07 asterixFix i2c driver to use correctly the stm32 i2c implement...
2010-07-02 asterixImplement read functions.
2010-07-02 battMove kfile interface to the io/ directory.
2010-06-29 asterixRemove unneeded file.
2010-06-29 asterixUpdate copyright.
2010-06-29 asterixImplement i2c init.
2010-06-29 asterixFirst implementation of i2c module for stm32.
2010-06-28 asterixReformat. Clean up. Use more clear variable names.
2010-06-28 asterixFix sample time adc settings. Calibrate ADC when we...
2010-06-28 asterixAdd adc kernel support.
2010-06-28 asterixClean up, and reoder the code. Add comments.
2010-06-28 asterixAdd first implementation of adc module for stm32 cpu.
2010-06-24 asterixWe use same gpio port reg.
2010-06-24 asterixReorder includes.
2010-06-24 asterixAdd hw error detect.
2010-06-24 asterixClean up. Use defines instead magic numers.
2010-06-23 asterixAdd serial module.
2010-06-23 asterixAdd stm32 serial support.
2010-06-23 asterixAdd missing include.
2010-06-23 asterixReformat.
2010-06-23 asterixMove some common defines to uart.h.
2010-06-23 asterixReorde include.
2010-06-10 asterixRemove module from wizard.
2010-05-26 battRemove broken debug uart name.
2010-05-26 arighilm3s: fix flash_lm3s_seek() end position.
2010-05-24 arighilm3s: define SSI driver as module.
2010-05-20 asterixSilent warning.
2010-05-20 arighiSTM32: fix build warning.
2010-05-13 asterixremove unneed function. Use hpread in context switch...
2010-05-12 arighiSTM32: fix GPIO settings in kdebug module.
2010-05-12 arighiSTM32: correctly set PCLK1 to 36MHz (max allowed freque...
2010-05-12 asterixAdd function to read hp ticks.
2010-05-12 arighiSTM32: add basic kdebug support.
2010-05-12 arighiSTM32: initialize the clock for all the peripherals...
2010-05-12 arighiLM3S: remove kdebug dependency from serial driver.
2010-05-11 asterixAdd flash module.
next