Greatly improve experiments

This commit is contained in:
2020-02-27 10:23:21 -05:00
parent bf6153062d
commit 1bd577596b
11 changed files with 519 additions and 568 deletions

View File

@@ -35,4 +35,6 @@ add_custom_command(TARGET payload POST_BUILD
BYPRODUCTS ${CMAKE_SOURCE_DIR}/c8_remote/include/libpayload.h
COMMAND python3 ${CMAKE_CURRENT_LIST_DIR}/scripts/headerize.py
${CMAKE_CURRENT_BINARY_DIR}/lib_cfiles
${CMAKE_SOURCE_DIR}/c8_remote/include)
${CMAKE_SOURCE_DIR}/c8_remote/include)
add_library(experiments experiments/aes_sw.c experiments/system.c experiments/power.c)