aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-11 17:15:57 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-11 17:15:57 +0200
commitb34819bb762916eb010444441b19b5ae7f680806 (patch)
treeeb90687aeb3708aba2a14c34b23cf7ff12035c96 /boards
parent9aeef56c9a1cd9eda19dfea86f4832d37e20a7a6 (diff)
downloaduGFX-b34819bb762916eb010444441b19b5ae7f680806.tar.gz
uGFX-b34819bb762916eb010444441b19b5ae7f680806.tar.bz2
uGFX-b34819bb762916eb010444441b19b5ae7f680806.zip
cleanup of Mikromedia STM32-M4 board support
Diffstat (limited to 'boards')
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h5
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example/Makefile)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/chconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example/chconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/halconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example/halconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/mcuconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example/mcuconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/openocd.cfg (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example/openocd.cfg)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/Makefile)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/chconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/chconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/halconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/halconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/mcuconf.h (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/mcuconf.h)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/openocd.cfg (renamed from boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/openocd.cfg)0
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h20
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h11
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt2
14 files changed, 1 insertions, 37 deletions
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h b/boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h
index c73c68a9..b09d66c2 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h
@@ -5,11 +5,6 @@
* http://ugfx.org/license.html
*/
-/**
- * @file boards/base/Mikromedia-STM32-M4-ILI9341/board_ILI9341.h
- * @brief GDISP Graphics Driver subsystem low level driver source for the ILI9341 display.
- */
-
#ifndef _GDISP_LLD_BOARD_H
#define _GDISP_LLD_BOARD_H
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
index 71ceb5eb..71ceb5eb 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example/Makefile
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example/chconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/chconf.h
index f4682cb9..f4682cb9 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example/chconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/chconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example/halconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/halconf.h
index 6585fb3e..6585fb3e 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example/halconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/halconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example/mcuconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/mcuconf.h
index c92d2970..c92d2970 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example/mcuconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/mcuconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example/openocd.cfg b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/openocd.cfg
index f8b6a6f5..f8b6a6f5 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example/openocd.cfg
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/openocd.cfg
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile
index 17baf5ad..17baf5ad 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/Makefile
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/chconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/chconf.h
index 150bd73c..150bd73c 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/chconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/chconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/halconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/halconf.h
index 40c57eeb..40c57eeb 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/halconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/halconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/mcuconf.h b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/mcuconf.h
index 047224f1..047224f1 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/mcuconf.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/mcuconf.h
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/openocd.cfg b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/openocd.cfg
index f8b6a6f5..f8b6a6f5 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.0/openocd.cfg
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/openocd.cfg
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h b/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h
index 7e9948a5..75db2c62 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h
@@ -5,11 +5,6 @@
* http://ugfx.org/license.html
*/
-/**
- * @file boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_board.h
- * @brief GINPUT Touch low level driver source for the MCU.
- */
-
#ifndef _GINPUT_LLD_MOUSE_BOARD_H
#define _GINPUT_LLD_MOUSE_BOARD_H
@@ -31,29 +26,14 @@ static const ADCConversionGroup adcgrpcfg = {
ADC_SQR3_SQ2_N(ADC_CHANNEL_IN8) | ADC_SQR3_SQ1_N(ADC_CHANNEL_IN9)
};
-/**
- * @brief Initialise the board for the touch.
- *
- * @notapi
- */
static inline void init_board(void) {
adcStart(&ADCD1, 0);
}
-/**
- * @brief Aquire the bus ready for readings
- *
- * @notapi
- */
static inline void aquire_bus(void) {
}
-/**
- * @brief Release the bus after readings
- *
- * @notapi
- */
static inline void release_bus(void) {
}
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h b/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h
index 8fb29ffc..328e6337 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h
@@ -5,16 +5,6 @@
* http://ugfx.org/license.html
*/
-/**
- * @file boards/base/Mikromedia-STM32-M4-ILI9341/ginput_lld_mouse_config.h
- * @brief GINPUT LLD header file for touch driver.
- *
- * @defgroup Mouse Mouse
- * @ingroup GINPUT
- *
- * @{
- */
-
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
#define _LLD_GINPUT_MOUSE_CONFIG_H
@@ -29,4 +19,3 @@
#define GINPUT_MOUSE_CLICK_TIME 500
#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
-/** @} */
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt b/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
index d37c58fb..d6efa93e 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/readme.txt
@@ -12,4 +12,4 @@ Note there are two variants of this board - one with the ILI9341 display
As this is not a standard ChibiOS supported board the necessary board files have also
been provided in the ChibiOS_Board directory.
-There is an example Makefile and project in the examples directory.
+There are two examples, one for ChibiOS/RT 2.x and one for ChibiOS/RT 3.x available.