Skip to content

Commit

Permalink
TODO Add tentative test/setup information
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrvollmer committed Sep 16, 2023
1 parent 19dc6f9 commit 39b6cd8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
6 changes: 6 additions & 0 deletions tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39b6cd8

Please sign in to comment.