]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Merge with 5eed0471196ddd710647bb8cf83ad6e9aa189c61 (default branch)
authormaek <devnull@localhost>
Mon, 15 Feb 2010 10:07:08 +0000 (11:07 +0100)
committermaek <devnull@localhost>
Mon, 15 Feb 2010 10:07:08 +0000 (11:07 +0100)
1  2 
arch/ppc/mpc55xx/drivers/Can.c
arch/ppc/mpc55xx/drivers/Mcu.c
boards/board_common.mk
include/Mcu.h
include/Std_Types.h

Simple merge
Simple merge
Simple merge
diff --cc include/Mcu.h
index 7f28ad8ab4acdfedb66853cf863110787589c2a4,9681148bd91141a9083ec22813aa820ff6b48cfd..56130efdd1c7ed6794b3eb5a6b3aeff396cc0bf8
  #define MCU_SW_PATCH_VERSION  0
  \r
  #include "Cpu.h"\r
 -#include "irq.h"\r
 +#include "irq_types.h"\r
  //#include "mpc55xx_aos.h"\r
  \r
- /* Service ID's */\r
+ /** @name Service id's */
+ //@{
  #define MCU_INIT_SERVICE_ID                 0x00\r
  #define MCU_INITRAMSECTION_SERVICE_ID       0x01\r
  #define MCU_INITCLOCK_SERVICE_ID            0x02\r
index 9278b25cd0f90f29d8ee7676a9a23e25e2033667,c589d0de442003d6a34d1af6c5fa372236a9b419..fe7592cf03321af8470a720730c08514562ea579
   * for more details.
   * -------------------------------- Arctic Core ------------------------------*/
  
++
+ /** @addtogroup General General
+  *  @{ */
+ /** @file Std_Types.h
+  *  Definitions of General types.
+  */
  \r
  #ifndef _STD_TYPES_H\r
  #define _STD_TYPES_H\r