forked from CHERIoT-Platform/network-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_flags.txt
58 lines (58 loc) · 1.37 KB
/
compile_flags.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
-xc++-header
-std=c++20
-Qunused-arguments
-target
riscv32-unknown-unknown
-mcpu=cheriot
-mabi=cheriot
-mxcheri-rvc
-mrelax
-fshort-wchar
-nostdinc
-fomit-frame-pointer
-fno-builtin
-fno-exceptions
-fno-asynchronous-unwind-tables
-fno-rtti
-Werror
-I../cheriot-rtos/sdk/include/c++-config
-I../cheriot-rtos/sdk/include/libc++
-I../cheriot-rtos/sdk/include/platform/arty-a7
-I../cheriot-rtos/sdk/include/platform/generic-riscv
-I../cheriot-rtos/sdk/include
-I../cheriot-rtos/sdk/include/FreeRTOS-Compat
-I./third_party/freertos
-I./third_party/freertos-plus-tcp/source/include
-I./third_party/BearSSL/inc
-I./third_party/BearSSL/src
-I./third_party/coreSNTP/source/include
-I./third_party/coreMQTT/source/include
-I./third_party/coreMQTT/source/interface
-Ilib/firewall
-Ilib/mqtt
-Ilib/netapi
-Ilib/sntp
-Ilib/tcpip
-Ilib/tls
-Iinclude
-DCHERIOT_RTOS_OPTION_IPv6
-DDEBUG_LOADER=false
-DDEBUG_ALLOCATOR=false
-DDEBUG_SCHEDULER=false
-DSAIL
-DCPU_TIMER_HZ=2000
-DTICK_RATE_HZ=10
-DTEMPORAL_SAFETY
-DSOFTWARE_REVOKER
-DSIMULATION
-DDEVICE_EXISTS_shadow
-DDEVICE_EXISTS_uart
-DDEVICE_EXISTS_clint
-DCHERIOT_LOADER_TRUSTED_STACK_SIZE=176
-DCONFIG_THREADS_NUM=3
-DREVOKABLE_MEMORY_START=0x80000000
-DCLANG_TIDY
-DCHERIOT_INTERRUPT_NAMES=FakeInterrupt=4,RevokerInterrupt=5,EthernetReceiveInterrupt=3
-DCHERIOT_EXPOSE_FREERTOS_SEMAPHORE
-DCHERIOT_EXPOSE_FREERTOS_MUTEX
-DCHERIOT_EXPOSE_FREERTOS_RECURSIVE_MUTEX