fix build under newer KConfig by bump cmake min version

This commit is contained in:
2024-09-04 19:01:58 +08:00
parent 727a2ec214
commit 9fb3681e3a
1022 changed files with 4414 additions and 1375 deletions

View File

@ -0,0 +1,47 @@
% Enumerate all styles: 0 to 12
% Not a valid laTeX file as entities are unbalanced and not semantically correct
% comment=4
% whitespace=0
text %
% command=1
\documentclass
% tag=2
\begin{document}
% tag closing=5
\end{document}
% math=3
\begin{math}
E &= mc^2
\end{math}
% math block=6
\begin{align}
E &= mc^2
\end{align}
% comment block=7
\begin{comment}
A block comment
\end{comment}
% verbatim=8
\begin{verbatim}
puts $foo
\end{verbatim}
% short command=9
\(\)
% special=10
\#
% command optional argument=11
\x[12pt]
% error=12
\

View File

@ -0,0 +1,48 @@
0 400 0 % Enumerate all styles: 0 to 12
0 400 0 % Not a valid laTeX file as entities are unbalanced and not semantically correct
0 400 0 % comment=4
0 400 0
0 400 0 % whitespace=0
0 400 0 text %
0 400 0
0 400 0 % command=1
0 400 0 \documentclass
0 400 0
0 400 0 % tag=2
2 400 0 + \begin{document}
0 401 0 |
0 401 0 | % tag closing=5
0 401 0 | \end{document}
0 400 0
0 400 0 % math=3
2 400 0 + \begin{math}
0 401 0 | E &= mc^2
0 401 0 | \end{math}
0 400 0
0 400 0 % math block=6
2 400 0 + \begin{align}
0 401 0 | E &= mc^2
0 401 0 | \end{align}
0 400 0
0 400 0 % comment block=7
2 400 0 + \begin{comment}
0 401 0 | A block comment
0 401 0 | \end{comment}
0 400 0
0 400 0 % verbatim=8
2 400 0 + \begin{verbatim}
0 401 0 | puts $foo
0 401 0 | \end{verbatim}
0 400 0
0 400 0 % short command=9
0 400 0 \(\)
0 400 0
0 400 0 % special=10
0 400 0 \#
0 400 0
0 400 0 % command optional argument=11
0 400 0 \x[12pt]
0 400 0
0 400 0 % error=12
0 400 0 \
0 400 0

View File

@ -0,0 +1,47 @@
{4}% Enumerate all styles: 0 to 12{0}
{4}% Not a valid laTeX file as entities are unbalanced and not semantically correct{0}
{4}% comment=4{0}
{4}% whitespace=0{0}
text {4}%{0}
{4}% command=1{0}
{1}\documentclass{0}
{4}% tag=2{0}
{1}\begin{2}{document}{0}
{4}% tag closing=5{0}
{1}\end{5}{document}{0}
{4}% math=3{0}
{1}\begin{2}{math}{3}
E &= mc^2
{1}\end{5}{math}{0}
{4}% math block=6{0}
{1}\begin{2}{align}{6}
E &= mc^2
{1}\end{5}{align}{0}
{4}% comment block=7{0}
{1}\begin{2}{comment}{7}
A block comment
{1}\end{5}{comment}{0}
{4}% verbatim=8{0}
{1}\begin{2}{verbatim}{8}
puts $foo
{1}\end{5}{verbatim}{0}
{4}% short command=9{0}
{9}\(\){0}
{4}% special=10{0}
{10}\#{0}
{4}% command optional argument=11{0}
{1}\x{11}[12pt]{0}
{4}% error=12{0}
{12}\{0}

View File

@ -0,0 +1,10 @@
\begin{lstlisting}[language=make]
# If no BOARD is found in the environment, use this default:
BOARD ?= bluepill
# To use chinese st-link v2 and ch340 dongle with bluepill
ifeq ($(BOARD),bluepill)
STLINK_VERSION=2
PORT_LINUX=/dev/ttyUSB0
endif
\end{lstlisting}

View File

@ -0,0 +1,11 @@
2 400 0 + \begin{lstlisting}[language=make]
0 401 0 | # If no BOARD is found in the environment, use this default:
0 401 0 | BOARD ?= bluepill
0 401 0 |
0 401 0 | # To use chinese st-link v2 and ch340 dongle with bluepill
0 401 0 | ifeq ($(BOARD),bluepill)
0 401 0 | STLINK_VERSION=2
0 401 0 | PORT_LINUX=/dev/ttyUSB0
0 401 0 | endif
0 401 0 | \end{lstlisting}
0 400 0

View File

@ -0,0 +1,10 @@
{1}\begin{2}{lstlisting}{8}[language=make]
# If no BOARD is found in the environment, use this default:
BOARD ?= bluepill
# To use chinese st-link v2 and ch340 dongle with bluepill
ifeq ($(BOARD),bluepill)
STLINK_VERSION=2
PORT_LINUX=/dev/ttyUSB0
endif
{1}\end{5}{lstlisting}{0}

View File

@ -0,0 +1 @@
lexer.*.tex=latex