git subrepo clone https://github.com/libopencm3/libopencm3
subrepo: subdir: "libopencm3" merged: "f5813a54" upstream: origin: "https://github.com/libopencm3/libopencm3" branch: "master" commit: "f5813a54" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
device family A=val B=val
|
||||
family END CPU=cpu FPU=fpu
|
||||
@@ -0,0 +1,6 @@
|
||||
-DFAMILY -DDEVICE
|
||||
-DFAMILY -DDEVICE -D_A=val -D_B=val
|
||||
family
|
||||
device
|
||||
cpu
|
||||
fpu
|
||||
@@ -0,0 +1 @@
|
||||
ignore END A B C D -E=val f=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DIGNORE
|
||||
-DIGNORE
|
||||
ignore
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
multiline + A=val B=val
|
||||
multiline END C=val D=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DMULTILINE
|
||||
-DMULTILINE -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
multiline
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
p?tte* parent A=val B=val
|
||||
parent END C=val D=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DPARENT -DPATTERN
|
||||
-DPARENT -DPATTERN -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
parent
|
||||
pattern
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
single END A=val B=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DSINGLE
|
||||
-DSINGLE -D_A=val -D_B=val
|
||||
single
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
tree1 parent A=val B=val
|
||||
parent END C=val D=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DPARENT -DTREE1
|
||||
-DPARENT -DTREE1 -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
parent
|
||||
tree1
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
tree5 tree4 A=val
|
||||
tree4 tree3 B=val
|
||||
tree3 tree2 C=val
|
||||
tree2 tree1 D=val
|
||||
tree1 END E=VAL F=val
|
||||
@@ -0,0 +1,6 @@
|
||||
-DTREE1 -DTREE2 -DTREE3 -DTREE4 -DTREE5
|
||||
-DTREE1 -DTREE2 -DTREE3 -DTREE4 -DTREE5 -D_A=val -D_B=val -D_C=val -D_D=val -D_E=VAL -D_F=val
|
||||
tree1
|
||||
tree2
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
twomatch treeparent A=val B=val C=val D=val
|
||||
# the next line will be ignored because previous matches before and no + there
|
||||
twomatch treeparent P=val Q=val R=val S=val
|
||||
treeparent END E F
|
||||
@@ -0,0 +1,6 @@
|
||||
-DTREEPARENT -DTWOMATCH
|
||||
-DTREEPARENT -DTWOMATCH -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
treeparent
|
||||
twomatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user