MACRAW net stack, slog, load -target flag, LED blink, net_poll disabled pending SPI fix

This commit is contained in:
Ian Gulliver
2026-04-07 08:34:29 +09:00
parent a9193d51e4
commit a7381ca435
2 changed files with 60 additions and 25 deletions

View File

@@ -172,6 +172,7 @@ const net_state& net_get_state() {
}
void net_poll() {
if (w6300::get_socket_recv_buf(raw_socket) == 0) return;
static uint8_t rx_buf[1518];
w6300::ip_address dummy_addr = {};
w6300::port_num dummy_port{0};