Skip to content

refactor(init): Add device power-on sequence in device management#88

Open
parmi93 wants to merge 6 commits into
STMicroelectronics:dev/1.2.0from
parmi93:patch-3
Open

refactor(init): Add device power-on sequence in device management#88
parmi93 wants to merge 6 commits into
STMicroelectronics:dev/1.2.0from
parmi93:patch-3

Conversation

@parmi93

@parmi93 parmi93 commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Replace manual boot delay with stse_device_power_on()

parmi93 and others added 6 commits May 28, 2026 23:36
Allows users to pass a generic argument (`void *pArg`) to `stse_init()`,
which forwards it to the `stse_platform_xxx_init()` functions. This
enables the porting layer to perform custom initialization based on
the argument's content.
…t to stse_Handle_t

`stse_Handler_t` has been renamed to `stse_Handle_t` to better reflect
its role as a resource/context holder rather than an event handler.

The term "handle" aligns with common conventions (e.g., STM32 HAL) and
avoids confusion with callback or event-handling functions.

This change is purely semantic and does not affect functionality.
Signed-off-by: Benjamin Grolleau <benjamin.grolleau@outlook.com>
Signed-off-by: Benjamin Grolleau <benjamin.grolleau@outlook.com>
Replace manual boot delay with `stse_device_power_on()`
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