File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# nothing here
2
+ CONFIG_XEN_DOM0=y
Original file line number Diff line number Diff line change 6
6
7
7
#include <stdio.h>
8
8
9
+ #include <xen/public/xen.h>
10
+
9
11
int main (void )
10
12
{
11
13
printf ("Hello World! %s\n" , CONFIG_BOARD_TARGET );
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ manifest:
23
23
url-base : https://github.com/zephyrproject-rtos
24
24
- name : babblesim
25
25
url-base : https://github.com/BabbleSim
26
+ - name : soburi
27
+ url-base : https://github.com/soburi
26
28
27
29
group-filter : [-babblesim, -optional]
28
30
@@ -367,6 +369,10 @@ manifest:
367
369
- name : uoscore-uedhoc
368
370
revision : 54abc109c9c0adfd53c70077744c14e454f04f4a
369
371
path : modules/lib/uoscore-uedhoc
372
+ - name : xen
373
+ revision : b26dba6182bc2d7a14c2278af45cd243db308ad8
374
+ path : modules/lib/xen
375
+ remote : soburi
370
376
- name : zcbor
371
377
revision : 9b07780aca6fb21f82a241ba386ad9b379809337
372
378
path : modules/lib/zcbor
You can’t perform that action at this time.
0 commit comments