lm4f: Remove erroneous references to lm3s
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
/** @mainpage libopencm3 LM3S
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 14 September 2012
|
||||
|
||||
API documentation for TI Stellaris LM3S Cortex M3 series.
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
/** @defgroup LM3S LM3S
|
||||
Libraries for TI Stellaris LM3S series.
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 7 September 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
/** @defgroup LM3S_defines LM3S Defines
|
||||
|
||||
@brief Defined Constants and Types for the LM3S series
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 14 September 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
32
include/libopencm3/lm4f/doc-lm4f.h
Normal file
32
include/libopencm3/lm4f/doc-lm4f.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/** @mainpage libopencm3 LM4F
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 22 November 2012
|
||||
|
||||
API documentation for TI Stellaris LM4F Cortex M4F series.
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
/** @defgroup LM4F LM4F
|
||||
Libraries for TI Stellaris LM4F series.
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 22 November 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
/** @defgroup LM4F_defines LM4F Defines
|
||||
|
||||
@brief Defined Constants and Types for the LM4F series
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@date 22 November 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LM3S_GPIO_H
|
||||
#define LM3S_GPIO_H
|
||||
#ifndef LM4F_GPIO_H
|
||||
#define LM4F_GPIO_H
|
||||
|
||||
#include <libopencm3/cm3/common.h>
|
||||
#include <libopencm3/lm3s/memorymap.h>
|
||||
#include <libopencm3/lm4f/memorymap.h>
|
||||
|
||||
/* --- Convenience macros -------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LM3S_MEMORYMAP_H
|
||||
#define LM3S_MEMORYMAP_H
|
||||
#ifndef LM4F_MEMORYMAP_H
|
||||
#define LM4F_MEMORYMAP_H
|
||||
|
||||
#include <libopencm3/cm3/common.h>
|
||||
|
||||
/* --- LM3S specific peripheral definitions ----------------------------- */
|
||||
/* --- LM4F specific peripheral definitions ----------------------------- */
|
||||
|
||||
#define GPIOA_APB_BASE (0x40004000)
|
||||
#define GPIOB_APB_BASE (0x40005000)
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LM3S_SYSTEMCONTROL_H
|
||||
#define LM3S_SYSTEMCONTROL_H
|
||||
#ifndef LM4F_SYSTEMCONTROL_H
|
||||
#define LM4F_SYSTEMCONTROL_H
|
||||
|
||||
#include <libopencm3/cm3/common.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user