~ruther/vhdl-i2c

ref: a41330924e3b5a48d4590ac912ea56b094bcd423 vhdl-i2c/src/i2c/slave_state.vhd -rw-r--r-- 4.0 KiB
0f8e8a52 — Rutherther 2 years ago
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
872331db — Rutherther 2 years ago
feat: add clear_buffer input to tx
a94d88d5 — Rutherther 2 years ago
fix: make slave work
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
18c09799 — Rutherther 2 years ago
feat: add i2c slave state entity