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