From e3087abe4be05483826027f1992792a28b740f58 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 5 Nov 2024 10:36:52 +0200 Subject: [PATCH] fix(tt_um_algofoogle_tt06_grab_bag): add ua[5] to analog pins The pin is actually connected to the project in the chip - removing it from info.yaml causes the multiplexer scripts to rearrange the projects on the chip, and messes up the project addresses (and analog pin assignments) in the datasheet. --- projects/tt_um_algofoogle_tt06_grab_bag/info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/tt_um_algofoogle_tt06_grab_bag/info.yaml b/projects/tt_um_algofoogle_tt06_grab_bag/info.yaml index 121aa5d..2e6a998 100644 --- a/projects/tt_um_algofoogle_tt06_grab_bag/info.yaml +++ b/projects/tt_um_algofoogle_tt06_grab_bag/info.yaml @@ -58,6 +58,7 @@ pinout: ua[2]: "b_out" ua[3]: "inv_aout" ua[4]: "dac4_aout" + ua[5]: "" # Do not change! yaml_version: 6