Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / cortex-m3 / drv /
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.
2010-05-11 asterixRefactor module.
2010-05-10 arighiSTM32: correctly evaluate the CPU clocking configuration.
2010-05-04 asterixAdd wizard config mark.
2010-05-04 arighiSTM32: add GPIO driver.
2010-05-04 arighiSTM32: add clocking driver.
2010-05-04 arighiCM3: unify timer driver for Cortex-M3 processors.
2010-05-04 arighiCM3: IRQ manager support for STM32 processors family.
2010-05-04 arighiCM3: avoid using HWREG() macro.
2010-05-04 arighilm3s: avoid exporting unused function clock_get_rate().
2010-04-27 arighilm3s1968: internal flash memory driver.
2010-04-23 arighilm3s1968: add a busy wait sleep when enabling or disabl...
2010-04-22 arighilm3s1968: set the correct GPIO registers when enabling...
2010-04-17 arighilm3s1968: introduce lm3s_gpioPinRead().
2010-04-15 arighilm3s1968: correctly configure GPIO pins to work as...
2010-04-14 arighiCM3: generic timer (Systick) driver implementation.
2010-04-14 arighiCM3: remove unneeded file ser_cm3.c.
2010-04-13 arighilm3s1968: replace switch-case statements with if-then...
2010-04-13 arighilm3s1968: generic UART driver.
2010-04-13 arighiCM3: generic IRQ management module.
2010-04-11 arighilm3s1968-gpio: coding style fixes.
2010-04-09 arighilm3s1968: rename the function __delay() to lm3s_busyWait().
2010-04-09 arighiCoding style fixes.
2010-04-09 arighiLCD: generic OLED-RIT-128x96 (P14201) graphic display...
2010-04-09 arighiCoding style fixes.
2010-04-09 arighilm3s1968: generic KFile-compliant SSI bus implementation.
2010-04-08 arighilm3s1968: RIT128x96x4 OLED display driver.
2010-04-08 arighiFix doxygen-style documentation.
2010-04-07 arighilm3s1968: add generic GPIO configuration subsystem.
2010-04-07 arighilm3s1968: Synchronous Serial Interface (SSI) driver.
2010-04-06 arighiCM3: kernel preemption.
2010-04-06 arighiCM3: introduce sysirq_setPriority().
2010-04-06 arighilm3s1968: delay few cycles after enabling the UART...
2010-04-06 arighilm3s1968: make __delay() naked and usable outside the...
2010-03-31 arighilm3s1968: log an error and halt forever in case of...
2010-03-31 arighilm3s1968: introduce a distinct inline function to evalu...
2010-03-30 battAdd architecture specific files.
2010-03-30 arighilm3s1968: add configuration files to the example.
2010-03-30 arighilm3s1968: return the correct CPU frequency in clock_get...
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 arighilm3s1968: try to evaluate the correct SYSDIV value...
2010-03-29 arighilm3s1968: clocking driver.
2010-03-26 arighilm3s1968: low-level timer driver (systick).
2010-03-26 arighilm3s1968: implement the IRQ manager.