Skip to content

Conversation

@LoveKarlsson
Copy link
Contributor

Since __packed is a reserved keyword for the IAR compilers, and Zephyr defines it attribute(packed), some typedef constructs in mbedtls does not work with attribute(packed), only with the keyword packed.

This fix checks if __packed is a macro and temporary undefines it so the typedefs works correctly.

Since __packed is a reserved keyword for the IAR compilers, and
Zephyr defines it attribute(__packed__), some typedef constructs
in mbedtls does not work with attribute(packed), only with the
keyword packed.

This fix checks if __packed is a macro and temporary undefines it
so the typedefs works correctly.

Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
@github-actions github-actions bot added the size: XS A PR changing only a single line of code label May 27, 2025
@github-actions
Copy link

github-actions bot commented May 27, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
mbedtls zephyrproject-rtos/mbedtls@5f88993 zephyrproject-rtos/mbedtls#72 zephyrproject-rtos/mbedtls#72/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-mbedtls DNM (manifest) This PR should not be merged (controlled by action-manifest) labels May 27, 2025
@sonarqubecloud
Copy link

@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jul 27, 2025
@LoveKarlsson
Copy link
Contributor Author

Pleasse remove stale as we're waiting for an external repository to accept a PR

@github-actions
Copy link

github-actions bot commented Oct 1, 2025

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Oct 1, 2025
@github-actions github-actions bot closed this Oct 16, 2025
@LoveKarlsson LoveKarlsson reopened this Oct 16, 2025
@sonarqubecloud
Copy link

@github-actions github-actions bot removed the Stale label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-mbedtls size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant