|
hal
Hardware Abstraction Layer
|
Handles target hardware initialization tasks prior to main application loop. More...

Go to the source code of this file.
Functions | |
| void | hal_system_init () |
| Initialize target hardware. More... | |
Handles target hardware initialization tasks prior to main application loop.
Copyright (c) 2025 Cory McKiel. Licensed under the MIT License. See LICENSE file in the project root.
| void hal_system_init | ( | ) |
Initialize target hardware.
Examples could include initializing floating-point coprocessors (FPU), clocks, power, or watchdogs. The intention is that this function gets called prior to any peripheral initialization or application code.