Skip to content

Conversation

@relzp
Copy link

@relzp relzp commented Nov 20, 2025

This fixes an error during compilation in which the compiler didn't like that the _getentropy syscall was undefined.
I got this error from a cleanly cloned repo + building in STM32CubeIDE and this commit fixes it 👍
I found the solution here: https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-to-version-1-15-0-text-getentropy-r-0xe-warning/td-p/654866

Also, it's just a dummy implementation as we don't use the getentropy syscall anywhere in the code, so it doesn't need to be an actual implementation

@relzp relzp requested a review from Claegtun December 13, 2025 03:19
Copy link
Contributor

@Claegtun Claegtun left a comment

Choose a reason for hiding this comment

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

Seems good to me.

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