From 39b6cd873001b99fcfbb0dbc30755af387e52651 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 11 Sep 2023 11:29:33 -0500 Subject: [PATCH] TODO Add tentative test/setup information TODO Only use this commit as a guideline. Create a commit after the previous one that only adds information relevant to the test being developed. --- setup.yml | 16 ++++++++++++++++ tests.yml | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/setup.yml b/setup.yml index 943eb67..93afbff 100644 --- a/setup.yml +++ b/setup.yml @@ -13,4 +13,20 @@ setup: target: NUCLEO_F767ZI devices: + i2c_generic: + address: '0x10' + ina219: + address: '0x24' + tcp_server: + address: '"192.168.1.16"' + port: 4001 + tcp_client: + address: '"192.168.1.15"' + port: 4001 drivers: + i2c: + data: PF_0 + clock: PF_1 + ethernet: + netmask: '"255.255.255.0"' + gateway: '"0.0.0.0"' diff --git a/tests.yml b/tests.yml index a65c198..5b665aa 100644 --- a/tests.yml +++ b/tests.yml @@ -9,3 +9,9 @@ # disabled: Test will not be run NUCLEO_F767ZI: + i2c: + generic: mock + ina219: mock + ethernet: + ping_tcp_server: mock + ping_tcp_client: mock