From 40e9fb8153a218a243cff749d7d0b4e82d70ae94 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 17 Dec 2018 12:26:51 +0900 Subject: Invocation of noise.c from demo.c mostly proving in frama-c --- src/frama_c_cmdline | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/frama_c_cmdline (limited to 'src/frama_c_cmdline') diff --git a/src/frama_c_cmdline b/src/frama_c_cmdline new file mode 100644 index 0000000..d6c6adc --- /dev/null +++ b/src/frama_c_cmdline @@ -0,0 +1 @@ +frama-c-gui -c11 -cpp-extra-args="-DVERIFICATION -DSTM32F4 -DUSE_STM32F4_USBH_DRIVER_FS -DDEBUG_USART=USART1 -DDEBUG_USART_BAUDRATE=115200 -DDEBUG_USART_DMA_CHANNEL_NUM=4 -DDEBUG_USART_DMA_NUM=2 -DDEBUG_USART_DMA_STREAM_NUM=7 -I. -I"(frama-c -print-path)"/libc -I crypto/noise-c/include -I../include -I../libopencm3/include" -wp -wp-rte -wp-model +cint -wp-verbose 2 -slevel 8 -wp-out goals noise.c demo.c -wp-fct try_continue_noise_handshake -- cgit