void board_net_report(void)
Print the end-of-run network summary (link / ARP / ping / TCP).
void board_net_init(bool trace)
Reset the virtual network peer to its initial state.
uint32_t board_net_poll_rx(uint8_t *buf, uint32_t max)
Fetch the next frame the peer wants the firmware to receive.
void board_net_on_tx(const uint8_t *frame, uint32_t len)
Hand one frame the firmware transmitted to the peer (ra8_eth_write).
void board_net_tick(void)
Advance the peer's state machine one tick (ARP -> ping -> TCP echo).