Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / cortex-m3 / io /
2010-06-29 asterixClean up. Add other i2c regitry defines.
2010-06-29 asterixAdd i2c definition for stm32.
2010-06-29 asterixImplement the temperature computation in fixed point.
2010-06-28 asterixReformat. Clean up. Use more clear variable names.
2010-06-28 asterixAdd some specifc define for olimex stm32 board.
2010-06-28 asterixFix sample time adc settings. Calibrate ADC when we...
2010-06-28 asterixAdd stm_adc registry structure. Add other registry...
2010-06-28 asterixUse different name for clear masks.
2010-06-24 asterixAdd adc defines.
2010-06-24 asterixAdd hw error detect.
2010-06-23 asterixReorder defines and new ones.
2010-06-23 asterixAdd interrupt table defines.
2010-06-23 asterixMove some common defines to uart.h.
2010-05-12 arighiSTM32: add basic kdebug support.
2010-05-04 arighiCM3: add basic support to STM32 family processors.
2010-05-04 arighiCM3: move the Cortex-M3 generic hardware macros to...
2010-04-28 arighiCM3: add support for the LM3S8962 evaluation board.
2010-04-27 asterixRemove duplicate defines.
2010-04-27 asterixAdd pwm register definitions.
2010-04-07 arighilm3s1968: Synchronous Serial Interface (SSI) driver.
2010-04-06 arighiCM3: kernel preemption.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 arighilm3s1968: clocking driver.
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2008-12-16 asterixClean up.
2008-09-04 qwertAdd a new family of core: "Cortex-M3". This cpu have...