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