nand driver: improve comments and docs and shuffle around some define(s).
[bertos.git] / bertos / cpu / cortex-m3 / drv /
2011-05-11 alephnand driver: improve comments and docs and shuffle...
2011-05-11 alephsam3 nand: remove empty file
2011-05-11 alephsam3 dac: use _type context member only when debug...
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: fix kblock buffer initialization: load...
2011-05-09 alephmt29f nand: allow read (through kblock interface) at...
2011-05-09 alephmt29f nand: export formatting function and, if DEBUG...
2011-05-06 alephmt29f driver: initialize correctly kblock virtual table...
2011-05-06 alephmt29f driver: fix block remap info handling when writin...
2011-05-04 alephmt29f nand driver: actually use remapped bad blocks...
2011-05-04 alephmt29f nand driver: add kblock interface.
2011-05-04 alephmt29f driver: don't check ECC on empty pages, or pages...
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-21 alephsam3 nand driver: initial ECC implementation.
2011-04-21 alephmt29f NAND driver: remove kblock interface. A very...
2011-04-19 alephmt29f NAND driver: fix I/O pin numbers and row/column...
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-08 arighiCM3: add support to the IAR Embedded Workbench(TM)...
2011-04-06 alephInitial sketch of a driver for MT29F serial NAND.
2011-03-30 alephsam3 eth: consider PHY auto-negotiation results when...
2011-03-30 asterixFix variable name. Remove for now the api from doxygen...
2011-03-29 asterixAdd comment. Clean up. Sync dac with the timer.
2011-03-29 asterixReformat dac module to use tc. Clean up code.
2011-03-28 asterixAdd sam3x dac private funcion to use hight level api.
2011-03-28 asterixAdd header to choose the right cpu dependet dac impleme...
2011-03-26 alephsam3 eth: fix phy initialization.
2011-03-23 asterixAdd write function for dac.
2011-03-23 alephsam3 eth: handle phy addr in phy maintenance functions...
2011-03-23 asterixFirst implementation of dac module.
2011-03-23 asterixFix headerguard.
2011-03-22 asterixFix log message. Add define for temperature sensor.
2011-03-21 asterixAdd flag to configure the adc with wizard.
2011-03-21 asterixAdd comments and clean up.
2011-03-21 asterixAdd adc implementation for sam3x.
2011-03-18 asterixAdd register definition for sam3 adc.
2011-03-16 alephEthernet driver for SAM3X.
2011-03-15 arighiusb: introduce usb_endpointReadTimeout() and usb_endpoi...
2011-03-14 arighiSTM32: flash: make flash_wait() a voluntary preemption...
2011-03-04 alephsam3 pmc: add functions to handle peripheral clock...
2011-03-03 alephsam3 system clock setting: optimize run-time evaluation...
2011-02-25 alephsam3 serial: define and generalize peripheral assigneme...
2011-02-25 lottavianodox: Fix nightly test warnings.
2011-02-23 alephsam3: generalize AB(CD)SR register definition for sam3x...
2011-02-23 alephSAM3: fix mismatched UART and USART I/O pin assignment...
2011-02-23 lottavianoAdd support for STM32F103RE CPU.
2011-02-18 arighiSTM32: USB: correctly detect when read/write must be...
2011-02-13 alephsam3: fix clock initialization to work with sam3x too
2011-02-11 arighiUSB: allow to configure the maximum packet size of EP0
2011-02-11 arighiSTM32: USB: handle both input and output requests in...
2011-02-10 arighiSTM32: GPIO: use uint16_t for the mask of pins that...
2011-02-07 arighiSTM32: RTC: add missing include
2011-02-07 arighiusb: fix the name of endpoint's direction in debugging...
2011-02-07 arighiusb: make the maximum number of interfaces and endpoint...
2011-02-07 arighiSTM32: RTC: add dependency of module "proc"
2011-02-04 arighiSTM32-P103: add real-time clock (RTC) driver
2010-12-02 alephSTM32, serial driver: add support for STM32F101C4,...
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-10-27 alephChange filename and macros from AT91SAM3.. to SAM3...
2010-10-26 alephsam3 port: enable power on all PIO input ports by default.
2010-10-22 alephsam3n spi: revert to "end of transmit" interrupt instea...
2010-10-21 alephsam3 spi: use data transfer register interrupt instead...
2010-10-19 alephsam3n spi: fix interrupt enable/disable logic. Interru...
2010-10-19 alephsam3n serial/spi: use correct peripheral ids and interr...
2010-10-19 alephsam3n: fix confusion between interrupt numbers and...
2010-10-15 alephsam3 port: add serial module.
2010-10-15 alephsam3n: update clock and kdebug modules to use lastest...
2010-10-15 asterixPut the specific random cpu backend to correct dir.
2010-10-12 alephsam3: disable watchdog at boot
2010-10-12 alephatsam3 port: add all Atmel register definitions and...
2010-10-11 alephsam3n: change flash io defines according to at91 port...
2010-10-05 alephsam3n port: set flash wait states before activating...
2010-10-05 alephsam3n kdebug: fix bug, enable correctly UART PMC.
2010-10-04 alephsam3n port: use external 12 MHz oscillator as system...
2010-10-01 arighiSTM32: USB: use generic completion events
2010-09-30 arighiSTM32: USB: remove duplicated macros
2010-09-30 arighiSTM32: USB: use distinct EP buffers
2010-09-30 arighiSTM32: USB: define descriptors only for the allocated...
2010-09-30 arighiUSB: compile-time endpoints allocation
2010-09-30 arighiUSB: unify endpoints' TX and RX buffers
2010-09-29 arighiSTM32: USB: compact code and silent a buggy doxygen...
2010-09-29 alephsam3n port: fix integer comparison in clock initialization
2010-09-29 arighiSTM32: USB: move the buffer alignment asserts into...
2010-09-29 arighiSTM32: USB: use internal TX and RX buffer
2010-09-28 alephsam3n port: add code to setup system clock
2010-09-28 asterixComplete adc support for lm3s family.
2010-09-28 asterixAdd adc module for lm3s family.
2010-09-28 asterixClean up.
2010-09-28 asterixFix definition for lm3s8962.
2010-09-28 asterixAdd first adc implementation module for lm3s.
2010-09-27 asterixSilent warning when we compile without debug.
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
next