Update preset.
[bertos.git] / bertos / drv /
2012-01-11 asterixAdd handy functions for handling non recurrent timeouts.
2012-01-11 asterixAdd documentation for LM75 insanity...
2012-01-11 asterixAdd kbd_peekMask() and kbd_getMask() functions.
2012-01-11 asterixFix a bug when reading negative temperatures.
2012-01-11 asterixAdd definitions for 24C32, 24C64 and 24C128 eeproms...
2012-01-11 asterixRemove duplicate define. Put all phy chip specific...
2012-01-10 asterixMerge branch 'dev'
2012-01-05 asterixFix comments.
2012-01-05 asterixImplement timer_cleanup() function for SAM7.
2011-11-11 lottavianoUpdate the SevenSegment display driver.
2011-10-06 asterixFilter waning for i2s.
2011-09-19 asterixAdd other codec play settings.
2011-09-16 asterixFix initialization. Use macro for sampling rate.
2011-09-16 asterixAdd some preset to configure sampling rate for codec.
2011-09-16 asterixPrint i2c error when send command to codec.
2011-09-16 asterixAdd wait dma transfer functions.
2011-09-08 asterixFix typo.
2011-09-07 asterixReformat.
2011-09-06 asterixComply struct names to conding style.
2011-09-06 asterixComply to new sd structure.
2011-09-06 asterixClean up, and reformat.
2011-09-06 asterixSome tricks for old compatibility.
2011-09-05 asterixStart to extract generic interface from the sd driver...
2011-09-05 asterixFirst integration of hsmci into sd driver.
2011-09-05 asterixUse read resp fuction, clean up. Start to integrate...
2011-09-02 asterixAdd write block function.
2011-09-02 asterixRead max data rating of sd. Add fuction to read the...
2011-08-30 asterixFix set bus width function and factorize it. Add status...
2011-08-04 asterixRefactor internal sd api to take the sd context.
2011-08-04 asterixUse log for all messages. Refactor and clean command...
2011-08-03 asterixClean up, and continue the develop.
2011-08-03 asterixCompile these functions only for sam3x.
2011-08-02 asterixAdd first implementation of new sd api.
2011-08-02 asterixThe timer delay takes already ms, fixed it.
2011-07-21 asterixPower on all devices.
2011-07-21 asterixAdd alpha api implementation for i2s module.
2011-07-18 asterixFix comment.
2011-07-18 asterixSet volume on both channel. Semplfy the code.
2011-07-18 asterixMove some settings into cfg file.
2011-07-15 asterixImplement some fuctions to manage codec through 2 wire...
2011-07-14 asterixDefine wm8731 context, add log.
2011-07-14 asterixAdd first implementation of wm8731 audio codec module.
2011-06-13 asterixAdd spi with dma implementation for sam3, and define...
2011-05-30 alephnand driver: change some logging levels.
2011-05-24 lottavianoMake MAC address configurable using hw files.
2011-05-23 asterixFix callback type.
2011-05-13 asterixExclude these files from nightly test.
2011-05-11 alephnand driver: improve comments and docs and shuffle...
2011-05-10 alephNand driver: change context class name too (Mt29f-...
2011-05-10 alephnand driver (formerly mt29f): change all symbol prefixe...
2011-05-10 alephmt29f driver becomes nand driver.
2011-05-10 alephmt29f NAND driver: refactor to separate generic and...
2011-05-09 alephmt29f nand: export formatting function and, if DEBUG...
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.
next