From 6391913a151f2ba23b615f13eb5aa18b8cdb1109 Mon Sep 17 00:00:00 2001 From: kenrabold Date: Tue, 25 Jun 2019 10:15:14 -0700 Subject: [PATCH] board/hifive1: minor changes for FE310_G000 CPU Minor changes to support both HiFive1 and HiFive1B boards and their respective CPUs --- boards/hifive1/Makefile.include | 2 +- boards/hifive1/board.c | 2 +- boards/hifive1/include/board.h | 2 +- boards/hifive1/include/periph_conf.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/hifive1/Makefile.include b/boards/hifive1/Makefile.include index 258cc562e9..14a5395762 100644 --- a/boards/hifive1/Makefile.include +++ b/boards/hifive1/Makefile.include @@ -1,6 +1,6 @@ # define the cpu used by the HiFive1 board export CPU = fe310 -export CPU_MODEL = fe310 +export CPU_MODEL = fe310_g000 # Uses UART0 for stdio input/output (comment out to disable) USEMODULE += stdio_uart diff --git a/boards/hifive1/board.c b/boards/hifive1/board.c index 038a6527ae..42d72ad3f9 100644 --- a/boards/hifive1/board.c +++ b/boards/hifive1/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_hifive + * @ingroup boards_hifive1 * @{ * * @file diff --git a/boards/hifive1/include/board.h b/boards/hifive1/include/board.h index 278a8d778c..9efd7c1a21 100644 --- a/boards/hifive1/include/board.h +++ b/boards/hifive1/include/board.h @@ -7,7 +7,7 @@ */ /** - * @defgroup boards_hifive SiFive HiFive1 RISC-V board + * @defgroup boards_hifive1 SiFive HiFive1 RISC-V board * @ingroup boards * @brief Support for the SiFive HiFive1 RISC-V board * @{ diff --git a/boards/hifive1/include/periph_conf.h b/boards/hifive1/include/periph_conf.h index a636be5179..907cab662a 100644 --- a/boards/hifive1/include/periph_conf.h +++ b/boards/hifive1/include/periph_conf.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_hifive + * @ingroup boards_hifive1 * @{ * * @file