hal
Hardware Abstraction Layer
hal_metadata.h File Reference

Retrieve metadata baked into the HAL during build time. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hal_metadata_t
 Struct contains all build and version metadata of HAL. More...
 

Functions

const hal_metadata_thal_get_metadata ()
 Retrieve the metadata associated with this HAL build. More...
 

Detailed Description

Retrieve metadata baked into the HAL during build time.

Copyright (c) 2025 Cory McKiel. Licensed under the MIT License. See LICENSE file in the project root.

Function Documentation

◆ hal_get_metadata()

const hal_metadata_t* hal_get_metadata ( )

Retrieve the metadata associated with this HAL build.

The data is baked in during build configuration.

Returns
A pointer to a static struct containing the build metadata.