summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-09 13:19:00 +0700
committerhathach <[email protected]>2019-09-09 13:19:00 +0700
commit218aaf94dee63777f0cfdfd6ce5edf344de62407 (patch)
tree3cba7f9c42ae6c0dc5b0285dbe9668efee9ecad7
parent4f4182e171a506615fa152e87510d19996d4b5b2 (diff)
more clean up
-rw-r--r--docs/boards.md2
-rw-r--r--hw/bsp/stm32h743nucleo/stm32h743nucleo.c (renamed from hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c)0
2 files changed, 1 insertions, 1 deletions
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 name>/board.mk` and linker file as well if needed.
-- Create new source file for your board at `hw/bsp/<board name>/board_<board name>.c` and implement following APIs
+- Create new source file for your board at `hw/bsp/<board name>/<board name>.c` and implement following APIs
### Board APIs
diff --git a/hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c b/hw/bsp/stm32h743nucleo/stm32h743nucleo.c
index 9f4c50692..9f4c50692 100644
--- a/hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c
+++ b/hw/bsp/stm32h743nucleo/stm32h743nucleo.c