History log of /rk3399_ARM-atf/.ctags (Results 1 – 2 of 2)
Revision Date Author Comments
# d2539074 02-Sep-2024 Yann Gautier <yann.gautier@st.com>

Merge "feat(build): add ctags recipes for indexing assembly files" into integration


# 54b773e1 29-Aug-2024 Andre Przywara <andre.przywara@arm.com>

feat(build): add ctags recipes for indexing assembly files

The "ctags" code referencing tool creates an index for all identifiers
used in a project. The builtin recipes handle our C files just fine,

feat(build): add ctags recipes for indexing assembly files

The "ctags" code referencing tool creates an index for all identifiers
used in a project. The builtin recipes handle our C files just fine, but
due to a lack of a standard for marking functions and variables in assembly
files, will fail including the assembly code.

Provide the regular expressions that match the function tags used in our
assembly files, alongside the syntax we use for macros and "equ"
defines.

This will include assembly code in a ctags cross reference session.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Change-Id: I47d531bfc6fafe9aeef9f4b66b7fdc4490b2e161

show more ...