21#ifndef LSH_CORE_CONFIG_CONFIGURATOR_HPP
22#define LSH_CORE_CONFIG_CONFIGURATOR_HPP
32#if defined(CONTROLLINO_MAXI) || defined(CONTROLLINO_MAXI_AUTOMATION) || defined(CONTROLLINO_MEGA)
38 static void disableRtc();
45 static void disableEth();
53#if (__cplusplus >= 201703L) && (__GNUC__ >= 7)
Device-configuration facade backed by the generated static profile.
Definition configurator.hpp:30
static void configure()
Generated device configuration hook emitted by the selected static profile.
static void finalizeSetup()
Final steps of configuration, must be called after configuration().
Definition configurator.cpp:31
Internal bridge that imports static profile resources into the library's scope.