Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: STMicroelectronics/STSELib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: STMicroelectronics/STSELib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/1.2.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 98 files changed
  • 2 contributors

Commits on Apr 9, 2026

  1. Configuration menu
    Copy the full SHA
    419b822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35420ae View commit details
    Browse the repository at this point in the history
  3. [refactor][core - api] add void *pArg parm to initialization functions

    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.
    parmi93 authored and TofMassilia13320 committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    098e1b4 View commit details
    Browse the repository at this point in the history
  4. [refactor][core - services - api - certificates] rename stse_Handler_…

    …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.
    parmi93 authored and TofMassilia13320 committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    f02a72d View commit details
    Browse the repository at this point in the history
Loading