[PATCH v2 0/3] i386 VESA framebuffer support - follow up patches
Jan Dolezal
dolezj21 at fel.cvut.cz
Wed Dec 3 23:56:37 UTC 2014
changes since original set of patches:
- structures are typedefed [G. Bloom]
- correct english [J. Sherill]
- removed newlines at EOF [G. Bloom]
- copyright blocks separated from doxygen blocks [J. Sherill]
changes since v1
- struct and function names does not use camelCase [G. Bloom]
- inline dropped in fb_vesa_rm.c from functions declared in fb_vesa.h
- doxygen params using [in/out] [G. Bloom]
- added RTEMS_COMPILER_PACKED_ATTRIBUTE= to PREDEFINED tag in Doxyfile.in,
so that it is ignored when generating documentation
Also doxygen preprocessing turned on for macros specified in
PREDEFINED tag, so that previous step takes effect
Jan Dolezal (3):
i386/pc386: cammelCase (struct and function names) to underscores,
typedefed structs, break >80 chars lines, removed newlines at EOFs
i386: doxygen and comments related to VESA real mode framebuffer
doxygen: expand specified compiler macros to empty string, so they are
ignored by doxygen
c/src/lib/libbsp/i386/pc386/console/fb_vesa_rm.c | 400 ++++++-----
c/src/lib/libbsp/i386/pc386/include/edid.h | 137 ++--
c/src/lib/libbsp/i386/pc386/include/fb_vesa.h | 115 ++--
c/src/lib/libbsp/i386/pc386/include/tblsizes.h | 2 -
c/src/lib/libbsp/i386/pc386/include/vbe3.h | 738 +++++++++++++--------
.../libbsp/i386/shared/realmode_int/realmode_int.c | 74 ++-
.../libbsp/i386/shared/realmode_int/realmode_int.h | 38 +-
c/src/lib/libcpu/i386/cpu.h | 65 +-
cpukit/Doxyfile.in | 7 +-
cpukit/score/cpu/i386/cpu_asm.S | 4 +-
cpukit/score/cpu/i386/rtems/score/i386.h | 39 +-
11 files changed, 947 insertions(+), 672 deletions(-)
--
1.9.1
More information about the devel
mailing list