Home
last modified time | relevance | path

Searched hist:"8 d541aee2e0fe7242ec6fb57aabc7a04471b2237" (Results 1 – 3 of 3) sorted by relevance

/optee_os/scripts/
H A Dgen_compile_commands.py8d541aee2e0fe7242ec6fb57aabc7a04471b2237 Thu Oct 19 08:37:58 UTC 2023 Joakim Bech <joakim.bech@linaro.org> scripts: Add script to support Language Server Protocol (LSP)

The Language Server Protocol (LSP) is a standard protocol used by many
text editors and integrated development environments (IDEs) to enable
advanced language features such as code completion, hover information,
and diagnostics.

This commit introduces a script that simplifies the generation of LSP
configuration JSON files. These JSON files describe how source files are
compiled and linked together for use with LSP-enabled tools. The script
is adapted from U-Boot and customized to work with the *.cmd files used
by OP-TEE, making it easier to harness the power of LSP for development
and code analysis.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/
H A D.gitignore8d541aee2e0fe7242ec6fb57aabc7a04471b2237 Thu Oct 19 08:37:58 UTC 2023 Joakim Bech <joakim.bech@linaro.org> scripts: Add script to support Language Server Protocol (LSP)

The Language Server Protocol (LSP) is a standard protocol used by many
text editors and integrated development environments (IDEs) to enable
advanced language features such as code completion, hover information,
and diagnostics.

This commit introduces a script that simplifies the generation of LSP
configuration JSON files. These JSON files describe how source files are
compiled and linked together for use with LSP-enabled tools. The script
is adapted from U-Boot and customized to work with the *.cmd files used
by OP-TEE, making it easier to harness the power of LSP for development
and code analysis.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
H A DMakefile8d541aee2e0fe7242ec6fb57aabc7a04471b2237 Thu Oct 19 08:37:58 UTC 2023 Joakim Bech <joakim.bech@linaro.org> scripts: Add script to support Language Server Protocol (LSP)

The Language Server Protocol (LSP) is a standard protocol used by many
text editors and integrated development environments (IDEs) to enable
advanced language features such as code completion, hover information,
and diagnostics.

This commit introduces a script that simplifies the generation of LSP
configuration JSON files. These JSON files describe how source files are
compiled and linked together for use with LSP-enabled tools. The script
is adapted from U-Boot and customized to work with the *.cmd files used
by OP-TEE, making it easier to harness the power of LSP for development
and code analysis.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>