Skip to content

Rename board.h/c to wolfHAL_board.h/c - #881

Draft
AlexLanzano wants to merge 1 commit into
wolfSSL:masterfrom
AlexLanzano:wolfHAL-update
Draft

Rename board.h/c to wolfHAL_board.h/c#881
AlexLanzano wants to merge 1 commit into
wolfSSL:masterfrom
AlexLanzano:wolfHAL-update

Conversation

@AlexLanzano

Copy link
Copy Markdown
Member

No description provided.

@AlexLanzano
AlexLanzano requested a lite review from Copilot September 1, 2026 19:40
@AlexLanzano AlexLanzano self-assigned this Sep 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.o instead of board.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.

Comment thread Makefile
Comment thread hal/wolfhal.c
Comment thread test-app/Makefile
Comment thread docs/wolfHAL.md
@AlexLanzano AlexLanzano changed the title Rename board.h to wolfHAL_board.h Rename board.h/c to wolfHAL_board.h/c Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants