Skip to content

Commit 7b89fcf

Browse files
authored
Rework system state and PAL events (#1710)
1 parent 1532940 commit 7b89fcf

File tree

18 files changed

+456
-865
lines changed

18 files changed

+456
-865
lines changed

CMake/Modules/FindNF_CoreCLR.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ set(NF_CoreCLR_SRCS
145145
# HAL
146146
nanoHAL_Time.cpp
147147
nanoHAL_Watchdog.c
148+
nanoHAL_SystemEvents.c
148149

149150
# PAL
150151
nanoPAL_BlockStorage.c
152+
nanoPAL_Events.cpp
151153
nanoPAL_NativeDouble.cpp
152154
nanoPAL_Network_stubs.cpp
153155
nanoPAL_PerformanceCounters_stubs.cpp
@@ -234,6 +236,7 @@ foreach(SRC_FILE ${NF_CoreCLR_SRCS})
234236
${PROJECT_SOURCE_DIR}/src/PAL
235237
${PROJECT_SOURCE_DIR}/src/PAL/BlockStorage
236238
${PROJECT_SOURCE_DIR}/src/PAL/Double
239+
${PROJECT_SOURCE_DIR}/src/PAL/Events
237240

238241
# PAL stubs
239242
${PROJECT_SOURCE_DIR}/src/PAL/AsyncProcCall

0 commit comments

Comments
 (0)