Sound Byte Libs
1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
src
sbl
hw
hw.hpp
Go to the documentation of this file.
1
/**
2
* @file hw.hpp
3
* @brief Uber-umbrella header for all target-specific code
4
*
5
* Include this single header to get:
6
* - All MCU drivers (GPIO, Timer, UART, init)
7
* - All generated hardware configuration (handles, system config, MCU info)
8
*
9
* For more granular control, include driver.hpp and config.hpp separately,
10
* or individual headers from sbl/hw/driver/ and sbl/hw/config/.
11
*/
12
13
#ifndef SBL_HW_HW_HPP_
14
#define SBL_HW_HW_HPP_
15
16
#include <
sbl/hw/driver.hpp
>
17
#include <
sbl/hw/config.hpp
>
18
19
#endif
// SBL_HW_HW_HPP_
config.hpp
Umbrella header for generated hardware configuration.
driver.hpp
Umbrella header for all MCU drivers.
Generated by
1.9.8