1
0

Pin additons

This commit is contained in:
Aiden
2026-05-25 15:18:47 +10:00
parent cdfb811c28
commit a82f3f6628
10 changed files with 3498 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
import json
import unittest
from h8536.board_profile import analyze_board_profile, board_comment_for_instruction
from h8536.board_profile import analyze_board_profile, board_comment_for_instruction, board_json_payload
from h8536.model import Instruction
@@ -21,6 +21,7 @@ class BoardProfileTest(unittest.TestCase):
self.assertEqual(traces[0]["max202_pin"], 11)
self.assertEqual(traces[1]["h8_pin"], 67)
self.assertEqual(traces[1]["max202_pin"], 12)
self.assertEqual(board_json_payload(analysis)["board"], "sony_rcp_tx7")
json.dumps(analysis)
def test_sci1_init_and_scr_comments_identify_rs232_max202_path(self):