-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstm32.yaml
59 lines (52 loc) · 1.15 KB
/
stm32.yaml
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
59
MyApp:
- app/ihp_cli.h
- app/ihp_cli.c
- app/dummy_cve.h
- app/dummy_cve.c
- app/ihp_config.h
- app/ihp_porting.c
- app/cve_trigger.h
- app/ihp_porting.h
- app/rt_app.h
- app/rt_app.c
HotPatch:
- hotpatch/include/iotpatch.h
- hotpatch/src/iotpatch.c
- hotpatch/include/patch_point.h
- hotpatch/include/utils.h
- hotpatch/include/defs.h
- hotpatch/include/fixed_patch_point_def.h
- hotpatch/src/utils.c
- hotpatch/src/ebpf_test.c
- hotpatch/src/cortex-m4_fbp.c
- hotpatch/src/patch_service.c
- hotpatch/src/profiling.c
- hotpatch/src/flash_api.c
- hotpatch/src/fixed_patch_points.c
- hotpatch/src/dynamic_patch_load.c
- hotpatch/src/fixed_patch_load.c
- hotpatch/src/jit_dev_test.c
eBPF:
- libebpf/include/ebpf.h
- libebpf/include/hashmap.h
- libebpf/include/ebpf_porting.h
- libebpf/src/hashmap.c
- libebpf/src/ebpf_inst.h
- libebpf/src/ebpf_allocator.c
- libebpf/src/ebpf_vm.c
- libebpf/src/jit.c
- libebpf/src/jit_thumb2.c
INCLUDE:
- libebpf
- app
- hotpatch
- .
DEFINE:
# arch: SYS_CORTEX_M4 SYS_RISCV_32
- SYS_CORTEX_M4
# OS: NRF52_NO_OS ZEPHYR_OS STM32L475_NO_OS
- STM32L475_NO_OS
# devices: DEV_NRF52840 DEV_STM32L475 DEV_STM32F429
- DEV_STM32L475
# ide
- USE_KEIL