LSH-Core
Deterministic firmware core for Controllino-based Labo Smart Home nodes
 
Loading...
Searching...
No Matches
etl_profile.h
Go to the documentation of this file.
1
29#ifndef ETL_PROFILE_H
30#define ETL_PROFILE_H
31
32// Default ETL safety/debug policy for lsh-core.
33#define ETL_VERBOSE_ERRORS
34#define ETL_CHECK_PUSH_POP
35#define ETL_NO_STL
36
37// Let ETL detect the active compiler, language level and platform traits.
38#include "etl/profiles/auto.h"
39
40// Optional project-local override hook for non-default toolchains or policies.
41#ifdef LSH_ETL_PROFILE_OVERRIDE_HEADER
42#include LSH_ETL_PROFILE_OVERRIDE_HEADER
43#endif
44
45#endif // ETL_PROFILE_H