mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/avr.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* rtems/score/avr.h: Add doxygen preamble.
|
||||
* rtems/score/cpu.h: Add doxygen preamble.
|
||||
* rtems/score/cpu_asm.h: Add doxygen preamble.
|
||||
* rtems/score/types.h: Add doxygen preamble.
|
||||
|
||||
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: s/no_cpu/avr/g.
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* avr.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/avr.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file sets up basic CPU dependency settings based on
|
||||
* compiler settings. For example, it can determine if
|
||||
* floating point is available. This particular implementation
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* cpu.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/cpu.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains information pertaining to the XXX
|
||||
* processor.
|
||||
*
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file rtems/score/cpu_asm.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* cpu_asm.h
|
||||
*
|
||||
* Very loose template for an include file for the cpu_asm.? file
|
||||
* if it is implemented as a ".S" file (preprocessed by cpp) instead
|
||||
* of a ".s" file (preprocessed by gm4 or gasp).
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* types.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/types.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains type definitions pertaining to the Intel
|
||||
* avr processor family.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user