big doxygen update - now it works as it should
This commit is contained in:
parent
1fd69f3144
commit
17857d6e97
20 changed files with 22 additions and 24 deletions
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _GDISP_LLD_CONFIG_H
|
#ifndef _GDISP_LLD_CONFIG_H
|
||||||
#define _GDISP_LLD_CONFIG_H
|
#define _GDISP_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
#define GDISP_LLD_NO_STRUCT
|
#define GDISP_LLD_NO_STRUCT
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
#define CONFIGFILE() <../GDISP_VMT_NAME1()/gdisp_lld_config.h>
|
#define CONFIGFILE() <../GDISP_VMT_NAME1()/gdisp_lld_config.h>
|
||||||
#define DRIVERFILE() <../GDISP_VMT_NAME1()/gdisp_lld.c>
|
#define DRIVERFILE() <../GDISP_VMT_NAME1()/gdisp_lld.c>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
#define CONFIGFILE() <../GDISP_VMT_NAME2()/gdisp_lld_config.h>
|
#define CONFIGFILE() <../GDISP_VMT_NAME2()/gdisp_lld_config.h>
|
||||||
#define DRIVERFILE() <../GDISP_VMT_NAME2()/gdisp_lld.c>
|
#define DRIVERFILE() <../GDISP_VMT_NAME2()/gdisp_lld.c>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _GDISP_LLD_CONFIG_H
|
#ifndef _GDISP_LLD_CONFIG_H
|
||||||
#define _GDISP_LLD_CONFIG_H
|
#define _GDISP_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "touchpad.h"
|
#include "touchpad.h"
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
||||||
#define _TOUCHPAD_LLD_CONFIG_H
|
#define _TOUCHPAD_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "touchpad.h"
|
#include "touchpad.h"
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
||||||
#define _TOUCHPAD_LLD_CONFIG_H
|
#define _TOUCHPAD_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/* Include the emulation code for things we don't support */
|
/* Include the emulation code for things we don't support */
|
||||||
#include "gdisp_emulation.c"
|
#include "gdisp_emulation.c"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _GDISP_LLD_CONFIG_H
|
#ifndef _GDISP_LLD_CONFIG_H
|
||||||
#define _GDISP_LLD_CONFIG_H
|
#define _GDISP_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "touchpad.h"
|
#include "touchpad.h"
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
|
@ -46,9 +46,7 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
|
||||||
TOUCHPADDriver Touchpad;
|
TOUCHPADDriver Touchpad;
|
||||||
#endif
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables. */
|
/* Driver local variables. */
|
||||||
|
@ -118,7 +116,7 @@ uint16_t tp_lld_read_y(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Optional Routines ---- */
|
/* ---- Optional Routines ---- */
|
||||||
#if TOUCHPAD_HAS_IRQ || defined(__DOXYGEN__)
|
#if TOCHPAD_HAS_IRQ || defined(__DOXYGEN)
|
||||||
/*
|
/*
|
||||||
* @brief for checking if touchpad is pressed or not.
|
* @brief for checking if touchpad is pressed or not.
|
||||||
*
|
*
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
#ifndef _TOUCHPAD_LLD_CONFIG_H
|
||||||
#define _TOUCHPAD_LLD_CONFIG_H
|
#define _TOUCHPAD_LLD_CONFIG_H
|
||||||
|
|
||||||
#if GFX_USE_TOUCHPAD || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHPAD /*|| defined(__DOXYGEN__)*/
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver hardware support. */
|
/* Driver hardware support. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue