From ed7a66f87ae8f861156c49a43ad2c8cec9645513 Mon Sep 17 00:00:00 2001 From: Corey Hahn Date: Fri, 1 May 2026 23:37:09 -0600 Subject: [PATCH] config: set GPIOs 5-37 to user_std_bidirectional (cf gpio-config) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .cf/project.json was stale at 13h1809 (mgmt_output) — sync with user_defines.v and gpio_defaults_block_1800.v which already specify USER_STD_BIDIRECTIONAL. Verified via cf gpio-config --view: user_bidirectional 33 5-37 Caravel mgmt GPIOs 0-4 unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- .cf/project.json | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/.cf/project.json b/.cf/project.json index 25f4951..8e79ae2 100644 --- a/.cf/project.json +++ b/.cf/project.json @@ -11,39 +11,39 @@ "2": "13'h1809", "3": "13'h1809", "4": "13'h1809", - "5": "13'h1809", - "6": "13'h1809", - "7": "13'h1809", - "8": "13'h1809", - "9": "13'h1809", - "10": "13'h1809", - "11": "13'h1809", - "12": "13'h1809", - "13": "13'h1809", - "14": "13'h1809", - "15": "13'h1809", - "16": "13'h1809", - "17": "13'h1809", - "18": "13'h1809", - "19": "13'h1809", - "20": "13'h1809", - "21": "13'h1809", - "22": "13'h1809", - "23": "13'h1809", - "24": "13'h1809", - "25": "13'h1809", - "26": "13'h1809", - "27": "13'h1809", - "28": "13'h1809", - "29": "13'h1809", - "30": "13'h1809", - "31": "13'h1809", - "32": "13'h1809", - "33": "13'h1809", - "34": "13'h1809", - "35": "13'h1809", - "36": "13'h1809", - "37": "13'h1809" + "5": "13'h1800", + "6": "13'h1800", + "7": "13'h1800", + "8": "13'h1800", + "9": "13'h1800", + "10": "13'h1800", + "11": "13'h1800", + "12": "13'h1800", + "13": "13'h1800", + "14": "13'h1800", + "15": "13'h1800", + "16": "13'h1800", + "17": "13'h1800", + "18": "13'h1800", + "19": "13'h1800", + "20": "13'h1800", + "21": "13'h1800", + "22": "13'h1800", + "23": "13'h1800", + "24": "13'h1800", + "25": "13'h1800", + "26": "13'h1800", + "27": "13'h1800", + "28": "13'h1800", + "29": "13'h1800", + "30": "13'h1800", + "31": "13'h1800", + "32": "13'h1800", + "33": "13'h1800", + "34": "13'h1800", + "35": "13'h1800", + "36": "13'h1800", + "37": "13'h1800" } } -} +} \ No newline at end of file