From 4dc73dcea25d951971ae306481d1f201c8d6ebdd Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 16 Oct 2020 12:33:47 +0200 Subject: PMU counter shadow Storing PMU counters in shadow variables, in case the PMU was powered off or soft reset. Change-Id: I64ccf3fb6195f9be2d8315891ec612bb75404885 --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ff099c6..a4589ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,11 +62,6 @@ if (${LOG_SEVERITY} EQUAL -1) message(FATAL_ERROR "Unsupported log level ${ETHOSU_LOG_SEVERITY}") endif() -# Enable PMU boot auto-initialization -if(DRIVER_PMU_AUTOINIT) - add_compile_definitions(PMU_AUTOINIT) -endif() - # Make include directories available for current- and sub projects include_directories(include src) include_directories(${CMSIS_PATH}/CMSIS/Core/Include) -- cgit v1.2.1