mt29f nand driver: actually use remapped bad blocks in read/write operations.
[bertos.git] / bertos / drv /
2011-05-04 alephmt29f nand driver: actually use remapped bad blocks...
2011-05-04 alephmt29f nand driver: add kblock interface.
2011-05-02 alephMT29F NAND driver: implement bad block handling and...
2011-04-27 alephmt29f nand driver: use context the right way, storing...
2011-04-22 lottavianodoc: Improve timer documentation.
2011-04-21 alephsam3 nand driver: initial ECC implementation.
2011-04-21 alephmt29f NAND driver: remove kblock interface. A very...
2011-04-14 alephmt29f NAND driver: misc improvements (erase not working...
2011-04-13 alephmt29f on SAM3: handle read/write timeout; fix SMC confi...
2011-04-11 alephMT29F driver: first implementation of read/write functions.
2011-04-08 alephMT29F NAND flash driver: add block erase function.
2011-04-06 alephInitial sketch of a driver for MT29F serial NAND.
2011-04-04 asterixFix warnings.
2011-03-30 alephAdd timer dependency to ethernet driver.
2011-03-30 asterixFix variable name. Remove for now the api from doxygen...
2011-03-29 asterixAdd the hw context in the dac structure. Reformat to...
2011-03-28 asterixAdd sam3x dac private funcion to use hight level api.
2011-03-28 asterixFirst implementation of dac api (beta version).
2011-03-23 asterixFirst implementation of dac module.
2011-03-16 lottavianoAdd seven segment LED driver.
2011-03-16 alephEthernet driver for SAM3X.
2011-03-15 arighiusb: introduce usb_endpointReadTimeout() and usb_endpoi...
2011-03-10 battRefactor pwm driver; add documentation.
2011-03-08 arighitimer: change timer_delayTicks() to use generic events
2011-03-03 arighimove TIMER_AFTER() and TIMER_BEFORE() macros in drv...
2011-03-03 arighikbd: use generic event synchronization
2011-03-02 alephhx8347 lcd driver: fix use of display window and RGB...
2011-02-28 alephFix driver description
2011-02-27 alephAdd driver for Himax HX8347 LCD controller.
2011-02-27 alephAdd wizard dependency for timer module
2011-02-16 battInitialize timer magic number.
2011-02-09 arighiUSB: max number of endpoints can be equal to the number...
2011-02-07 arighiusb: check the real number of endpoints in STATIC_ASSERT()
2011-02-07 arighiusb: make the maximum number of interfaces and endpoint...
2011-02-07 arighiflash: fix example usage documentation
2011-02-04 arighiSTM32-P103: add real-time clock (RTC) driver
2011-02-04 arighitimer: fix a build warning and add a comment
2011-02-03 battMerged from external project:
2011-02-03 battAdd missing configuration file for EEPROM driver.
2011-02-03 battDo not send a stop condition while sending the slave...
2011-02-02 battTake into account also the start block on trimmed devices.
2010-11-28 lottavianodoc: Add documentation for keyboard driver.
2010-11-28 lottavianodoc: Add ADC driver to drivers group.
2010-11-25 asterixExclude from nigthly test because bertos doesn't suppor...
2010-11-16 asterixReorder the header include. Add types include.
2010-11-12 lottavianodoc: Refactor documentation and add OOP basics.
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-11-09 lottavianodoc: Update embedded flash documentation.
2010-11-09 lottavianodoc: Improve documentation for Flash driver.
2010-11-08 asterixOpen by default the kblock device in bufferd mode.
2010-11-02 alephILI9225 lcd driver: add function to write true color...
2010-11-01 arighiAT91SAM7: EMAC ethernet driver refactoring
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-10-27 alephILI9225 lcd driver: remove backlight control function...
2010-10-27 arighiAT91: distinct CPU definitions for AT91SAM7X and AT91SA...
2010-10-26 alephILI9225 lcd driver: writes one row at a time: a lot...
2010-10-26 alephILI9225 lcd driver: use generic KFile object instead...
2010-10-26 lottavianodoc: I2C, add more documentation for old API backends.
2010-10-26 lottavianodoc: Move old i2c API at the end of file.
2010-10-25 lottavianodoc: Add documentation for new I2C API and razionalize...
2010-10-25 arighinetwork: add generic ethernet module.
2010-10-23 alephAdd new LCD display driver for ILI9225 based lcds,...
2010-10-22 lottavianoAdd API warning in USB subsystem.
2010-10-22 lottavianoRemove unneeded doxygen tags.
2010-10-13 arighiusbser: remove duplicate definitions
2010-10-13 arighiUSB: integrate vendor and product ID configuration...
2010-09-30 arighiUSB: make all USB strings as const
2010-09-30 arighiUSB: include device driver configuration files for...
2010-09-30 arighiUSB: compile-time endpoints allocation
2010-09-29 arighiUSB: add doxygen documentation
2010-09-27 asterixAdd cfg for flash module.
2010-09-24 arighiUSB: rename usb_serial module in usbser
2010-09-24 arighiUSB: rename usb_mouse module in usbmouse
2010-09-24 arighiUSB: rename usb_keyboard module in usbkbd
2010-09-24 arighiUSB: 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 arighiusb-keyboard: acknowledge HID_REQ_SET_REPORT to the...
2010-09-23 arighiusb-keyboard: remove duplicate "end collection" marker...
2010-09-22 arighiUSB: add generic usb-keyboard device driver (EXPERIMENTAL)
2010-09-22 arighiusb-mouse: do not set bDeviceClass in the device descriptor
2010-09-22 arighiusb-mouse: fix wrong copy/paste comment
2010-09-22 arighiUSB: add generic usb-mouse device driver (EXPERIMENTAL)
2010-09-22 arighiUSB: make all the read-only descriptors as const
2010-09-21 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-21 lottavianoFix serial driver for ATMega32.
2010-09-21 arighiusb-serial: fix documentation warning
2010-09-20 alephMinor fix: spacing
2010-09-20 arighiUSB: add generic class/vendor request handling
2010-09-20 arighiUSB: add standard subclasses definitions
2010-09-20 arighiusb-serial: export usb-serial interface via KFile
2010-09-17 arighiUSB: implement generic usb-serial device driver
2010-09-17 arighiSTM32: USB full-speed device driver
2010-09-01 asterixAdd flag param in the new flash api.
2010-08-12 asterixFix kprintf descriptor and typo.
2010-08-12 battOverhaul kdump().
2010-08-12 asterixAdd flash dependence for wizard.
2010-08-11 asterixAdd other error flag. Include platform specific header.
2010-08-11 asterixClean up.
next