subrepo:
  subdir:   "libopencm3"
  merged:   "88e91c9a7cce"
upstream:
  origin:   "https://github.com/libopencm3/libopencm3.git"
  branch:   "master"
  commit:   "88e91c9a7cce"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
This commit is contained in:
2023-01-21 21:54:42 +02:00
parent f01f2a30fa
commit 054740c5de
1205 changed files with 191912 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
device family A=val B=val
family END CPU=cpu FPU=fpu

View File

@@ -0,0 +1,6 @@
-DFAMILY -DDEVICE
-DFAMILY -DDEVICE -D_A=val -D_B=val
family
device
cpu
fpu

View File

@@ -0,0 +1 @@
ignore END A B C D -E=val f=val

View File

@@ -0,0 +1,6 @@
-DIGNORE
-DIGNORE
ignore

View File

@@ -0,0 +1,2 @@
multiline + A=val B=val
multiline END C=val D=val

View File

@@ -0,0 +1,6 @@
-DMULTILINE
-DMULTILINE -D_A=val -D_B=val -D_C=val -D_D=val
multiline

View File

@@ -0,0 +1,2 @@
p?tte* parent A=val B=val
parent END C=val D=val

View File

@@ -0,0 +1,6 @@
-DPARENT -DPATTERN
-DPARENT -DPATTERN -D_A=val -D_B=val -D_C=val -D_D=val
parent
pattern

View File

@@ -0,0 +1 @@
single END A=val B=val

View File

@@ -0,0 +1,6 @@
-DSINGLE
-DSINGLE -D_A=val -D_B=val
single

View File

@@ -0,0 +1,2 @@
tree1 parent A=val B=val
parent END C=val D=val

View File

@@ -0,0 +1,6 @@
-DPARENT -DTREE1
-DPARENT -DTREE1 -D_A=val -D_B=val -D_C=val -D_D=val
parent
tree1

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,6 @@
-DTREEPARENT -DTWOMATCH
-DTREEPARENT -DTWOMATCH -D_A=val -D_B=val -D_C=val -D_D=val
treeparent
twomatch