From 218aaf94dee63777f0cfdfd6ce5edf344de62407 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 9 Sep 2019 13:19:00 +0700 Subject: [PATCH] more clean up --- docs/boards.md | 2 +- .../{board_stm32h743nucleo.c => stm32h743nucleo.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hw/bsp/stm32h743nucleo/{board_stm32h743nucleo.c => stm32h743nucleo.c} (100%) diff --git a/docs/boards.md b/docs/boards.md index ef7f7a6fb..3054409f0 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -50,7 +50,7 @@ This code base already had supported for a handful of following boards If you don't possess any of supported board above. Don't worry you can easily implemented your own one by following this guide as long as the mcu is supported. - Create new makefile for your board at `hw/bsp//board.mk` and linker file as well if needed. -- Create new source file for your board at `hw/bsp//board_.c` and implement following APIs +- Create new source file for your board at `hw/bsp//.c` and implement following APIs ### Board APIs diff --git a/hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c b/hw/bsp/stm32h743nucleo/stm32h743nucleo.c similarity index 100% rename from hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c rename to hw/bsp/stm32h743nucleo/stm32h743nucleo.c