diff options
| author | hathach <[email protected]> | 2019-09-09 13:19:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-09 13:19:00 +0700 |
| commit | 218aaf94dee63777f0cfdfd6ce5edf344de62407 (patch) | |
| tree | 3cba7f9c42ae6c0dc5b0285dbe9668efee9ecad7 /docs | |
| parent | 4f4182e171a506615fa152e87510d19996d4b5b2 (diff) | |
more clean up
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/boards.md | 2 |
1 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 |
