Rename board.h/c to wolfHAL_board.h/c - #881
Draft
AlexLanzano wants to merge 1 commit into
Draft
Conversation
danielinux
approved these changes
Sep 1, 2026
AlexLanzano
marked this pull request as draft
September 1, 2026 19:45
Contributor
There was a problem hiding this comment.
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Pull request overview
Renames the wolfHAL board header/source references from board.* to wolfHAL_board.* across the build, HAL adapter, test app, and documentation.
Changes:
- Updated includes to
#include "wolfHAL_board.h"in wolfHAL-related sources. - Updated build rules/OBJS to compile/link
wolfHAL_board.c/wolfHAL_board.oinstead ofboard.c/board.o. - Updated docs and workflow comments to reflect the new filenames.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| test-app/app_wolfhal.c | Switches board header include to wolfHAL_board.h. |
| test-app/Makefile | Builds board object from wolfHAL_board.c. |
| hal/wolfhal.c | Switches board header include to wolfHAL_board.h. |
| hal/boards/stm32wba55cg_nucleo/board.mk | Updates comments referencing the new header name. |
| hal/boards/stm32wba55cg_nucleo/board.h | Updates internal header comment to wolfHAL_board.h and references wolfHAL_board.c. |
| hal/boards/stm32wba55cg_nucleo/board.c | Updates internal source comment and includes wolfHAL_board.h. |
| hal/boards/stm32wb_nucleo/board.mk | Updates comments referencing the new header name. |
| hal/boards/stm32wb_nucleo/board.h | Updates internal header comment to wolfHAL_board.h and references wolfHAL_board.c. |
| hal/boards/stm32wb_nucleo/board.c | Updates internal source comment and includes wolfHAL_board.h. |
| docs/wolfHAL.md | Documents the new wolfHAL_board.* filenames and updated include examples. |
| Makefile | Links wolfHAL_board.o instead of board.o for WOLFHAL builds. |
| .github/workflows/test-configs.yml | Updates comment text to reference wolfHAL_board.h. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.