Update preset.
[bertos.git] / bertos / drv /
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.
2010-08-11 asterixAdd missing dependecy.
2010-08-10 asterixClean up.
2010-08-09 asterixAdd embedded flash module for stm32. First refactor...
2010-08-06 asterixFix doxygen warning.
2010-08-05 asterixAdd comments.
2010-08-05 asterixAdd implement verify and erase functions and support...
2010-08-05 asterixClean up. Rename variable.
2010-08-05 asterixAdd support for backwards compatibility.
2010-08-03 asterixRefactor eeprom for kblock interface, for now disable...
2010-08-03 asterixClean error when make restart.
2010-08-03 asterixFix check.
2010-08-02 asterixRemove old api that using i2c. Add interface to allow...
2010-08-02 battChange clearerr prototype; Automatically flush the...
2010-08-01 asterixFix doxygen documentation.
2010-07-30 asterixAdd deprecared i2c api switch for eeprom. Silent warning.
2010-07-30 asterixUse shortest name for all macros.
2010-07-30 asterixTypo.
2010-07-30 asterixAdd deprecated switch.
2010-07-30 asterixRemove from wizart i2c backend selection. Add deprecate...
2010-07-30 battAdd support for devices which can partial write a block.
2010-07-30 asterixSilent warning.
2010-07-30 asterixUse macro to define i2c generic init.
2010-07-30 asterixAdd support for new api.
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 asterixReorder includes.
2010-07-30 asterixAdd support for i2c bitbang.
2010-07-29 asterixUse different api name for new i2c interface. Comply...
2010-07-28 asterixAdd data nack error.
2010-07-28 asterixMove generic i2c_hw_init prototype to i2c header.
2010-07-27 asterixRemove dependece from log module.
2010-07-26 asterixAdd comments.
2010-07-26 asterixAdd definition for generic send and recv.
2010-07-23 battFirst version of new i2c bitbang API.
2010-07-23 battAdd generic i2c_recv and i2c_send implementation.
2010-07-23 battAutomatically decrement transfer size.
2010-07-23 asterixAdd test stop and generic error.
2010-07-23 asterixAdd test stop and generic error.
2010-07-23 battAdd some errors.
2010-07-23 asterixFix start argument. Add arblst flag.
2010-07-23 battRefactor i2c start.
2010-07-23 asterixRefactor the i2c api.
2010-07-22 asterixAdd stop flag defition.
2010-07-22 asterixInline oveloaded functions. Some fix. Add missing include.
2010-07-22 asterixAdd implementation for oveloaded functions.
2010-07-22 asterixAdd definition and function for new i2c api.
2010-07-22 asterixSVNSILENT
next