diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-24 13:03:25 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-24 13:03:25 +0100 |
commit | 5ed2dafa6910e211cae1d83d364d5c24d3b21b4c (patch) | |
tree | adda605f1895f9287ae45b7a71f0fb037f48631e /examples/example2a_measure_time_wasm/Makefile | |
parent | 10392220fd4ed6c9fdbb108260d9fdb6cf5d9d8f (diff) | |
download | AGH-engineering-thesis-5ed2dafa6910e211cae1d83d364d5c24d3b21b4c.tar.gz AGH-engineering-thesis-5ed2dafa6910e211cae1d83d364d5c24d3b21b4c.zip |
add example, that measures time and prints it to screen
Diffstat (limited to 'examples/example2a_measure_time_wasm/Makefile')
-rw-r--r-- | examples/example2a_measure_time_wasm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/example2a_measure_time_wasm/Makefile b/examples/example2a_measure_time_wasm/Makefile new file mode 100644 index 0000000..a454260 --- /dev/null +++ b/examples/example2a_measure_time_wasm/Makefile @@ -0,0 +1,3 @@ +SIMFLAGS += -DFINISH_ON_LED1=1 -DFINISH_ON_LED2=1 -DFINISH_ON_IMAGE_WRITES=1 + +include ../../Makefile.example |