Skip to content

Commit

Permalink
add ATTACK_NRx (x = 1, 2, 3, 4, 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
PulseRainmaker committed Aug 17, 2019
1 parent 651188c commit 522821e
Show file tree
Hide file tree
Showing 6,885 changed files with 1,132,980 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 12 additions & 0 deletions ATTACK_NR1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.13.1)
# Override standard Microsemi UART adressing with the on from Future Electronics
set(DTC_OVERLAY_FILE ${CMAKE_CURRENT_LIST_DIR}/src/ripe.dts)

include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
#project(hello_world C ASM)
project(hello_world)

#target_sources(app PRIVATE src/ripe_attack_generator.c src/setjmp.S )
target_sources(app PRIVATE src/ripe_attack_generator.c )
Loading

0 comments on commit 522821e

Please sign in to comment.