Skip to content

Conversation

@Aymane-ST
Copy link

Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
@Aymane-ST Aymane-ST force-pushed the dev branch 2 times, most recently from 14a8b10 to f99d598 Compare January 28, 2026 13:27
}
#if defined(LED_BUILTIN)
digitalWrite(pin, toggling);
digitalWrite(pin, (PinStatus)toggling);
Copy link
Member

Choose a reason for hiding this comment

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

Maybe better to avoid cast. change type of the variable and update also the line when it change.

toggling = (toggling == LOW) ? HIGH: LOW;

#endif

static uint8_t conv2d(const char* p) {
uint8_t conv2d(const char* p) {
Copy link
Member

Choose a reason for hiding this comment

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

Any reason to change it to static ?

@@ -0,0 +1,31 @@
# v3.21 implemented semantic changes regarding $<TARGET_OBJECTS:...>
Copy link
Member

Choose a reason for hiding this comment

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

Create a dedicated commit: chore: add cmake support or someting like that.

@github-project-automation github-project-automation bot moved this from In progress to Needs review in STM32 core based on ST HAL Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

2 participants