-
Notifications
You must be signed in to change notification settings - Fork 9
/
compile_flags.txt
40 lines (40 loc) · 988 Bytes
/
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
-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
-Icheriot-rtos/sdk/include/c++-config
-Icheriot-rtos/sdk/include/libc++
-Icheriot-rtos/sdk/include/platform/sunburst
-Icheriot-rtos/sdk/include/platform/generic-riscv
-Icheriot-rtos/sdk/include
-DDEBUG_LOADER=true
-DDEBUG_ALLOCATOR=true
-DDEBUG_SCHEDULER=true
-DCPU_TIMER_HZ=30000000
-DTICK_RATE_HZ=10
-DTEMPORAL_SAFETY
-DSOFTWARE_REVOKER
-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=Uart1TxWatermark=9,Uart1RxWatermark=10,EthernetReceiveInterrupt=3,EthernetInterrupt=47
-DCHERIOT_EXPOSE_FREERTOS_SEMAPHORE
-DCHERIOT_EXPOSE_FREERTOS_MUTEX
-DCHERIOT_EXPOSE_FREERTOS_RECURSIVE_MUTEX