diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-13 10:18:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-13 10:18:38 -0600 |
commit | 266603d8c39cf4d194e2cfe8d86d870590e150e0 (patch) | |
tree | 409a82b720c8845ba8a2ff3289f3801ee4b6d258 /doc/build/gen_compile_commands.rst | |
parent | 977fc15e9806ce3af2c20228acc3c744f9c3ed0c (diff) | |
parent | f1f4b0e6f37d801f01d043a1ed44b88e7fdd1d92 (diff) |
Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-07-rc1-2
Documentation:
* bump build dependency idna to 3.7
* update docker image reference to latest
* fix section levels in gen_compile_commands
* fix references to trace doc
UEFI:
* eliminate duplicate runtime section definitions
* let 'EFI using ACPI tables at' be a debug message
* sanitize efi_tcg2_final_events_table definition
* move efi_var_collect to common functions
* improve error messages in variables unit test by using
EFI_UNSUPPORTED for private authenticated variables
Diffstat (limited to 'doc/build/gen_compile_commands.rst')
-rw-r--r-- | doc/build/gen_compile_commands.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/gen_compile_commands.rst b/doc/build/gen_compile_commands.rst index 50305cec4a8..d503764f9e3 100644 --- a/doc/build/gen_compile_commands.rst +++ b/doc/build/gen_compile_commands.rst @@ -42,7 +42,7 @@ needed for it to be usable by the LSP, unless you set a name for the database other than it's default one (compile_commands.json). Compatible IDEs -=============== +--------------- Several popular integrated development environments (IDEs) support the use of JSON compilation databases for C/C++ development, making it easier to @@ -73,7 +73,7 @@ compile_commands.json in the root of the repository should suffice to enable code navigation. Usage -===== +----- For further details on the script's options, please refer to its help message, as in the example below. |