aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-30 14:38:02 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-30 14:38:02 +0100
commit79fc9cfe5dd29e672511e20012e4fa699d07f678 (patch)
treecdaf3325c69878a6adfb3374067869d58c0c3f56 /os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h
parentb783488ec677927879b14cef1e043133cfecedcc (diff)
downloadChibiOS-Contrib-79fc9cfe5dd29e672511e20012e4fa699d07f678.tar.gz
ChibiOS-Contrib-79fc9cfe5dd29e672511e20012e4fa699d07f678.tar.bz2
ChibiOS-Contrib-79fc9cfe5dd29e672511e20012e4fa699d07f678.zip
Added checks and defines for device revisions.
This can be used for errata workarounds in the drivers.
Diffstat (limited to 'os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h')
-rw-r--r--os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h b/os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h
index c337e21..7660c09 100644
--- a/os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h
+++ b/os/hal/boards/TI_TM4C123G_LAUNCHPAD/board.h
@@ -28,9 +28,10 @@
#define BOARD_NAME "Texas Instruments TM4C123G Launchpad"
/*
- * MCU type as defined in the TI header.
+ * MCU type and revision as defined in the TI header.
*/
#define PART_TM4C123GH6PM
+#define TARGET_IS_TM4C123_RB1
/*
* Board oscillators-related settings.