Skip to content

Commit 1cbf6e3

Browse files
mcux: moved rt cfg tools to scripts directory
Moved RT configuration utilities to the scripts directory Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent d3c28fa commit 1cbf6e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/rt_cfg_utils.py renamed to mcux/scripts/rt_cfg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def write_pinctrl_groups(self, mexfile, outputfile):
665665
# Name of group
666666
dts_entry = f"\t\tgroup{idx} {{\n"
667667
# Pinmuxes for group
668-
dts_entry += f"\t\t\tpins = {pinmux_str};\n"
668+
dts_entry += f"\t\t\tpinmux = {pinmux_str};\n"
669669
# Properties of group
670670
for prop in sorted_keys[idx]:
671671
dts_entry += f"\t\t\t{prop};\n"
File renamed without changes.

0 commit comments

Comments
 (0)