Commit Graph

12 Commits

Author SHA1 Message Date
6cd6a6a2c2 Fix warning '...not permit being left uninit..d'
Put SocketState initialisation logic in new. This avoids using an unsafe
and unnerving MaybeUninit::uninit().assume_init() to initialise an
array, which the compiler yells at since it causes undefined behavior.
2024-01-17 15:29:56 +08:00
1b2f2f3888 update code to use stm32f4xx-hal 0.10.1 API 2022-03-02 17:21:17 +08:00
880a887c40 new flash-based ipv4 config with additional mask_len, gateway 2020-12-12 23:44:16 +01:00
59103cb2a1 add support for ipv4 address reconfiguration 2020-10-01 01:34:46 +02:00
bec7019f3a delint 2020-03-19 22:21:17 +01:00
ac728a2aff server: reduce sockets from 8 to 4 for memory savings 2020-03-18 21:15:34 +01:00
69a4f5a5d2 merge the network code 2020-03-13 23:39:22 +01:00
573d5ed6c8 update rust and smoltcp 2020-03-08 23:49:56 +01:00
19a1609238 doc 2019-03-18 21:41:51 +01:00
9af94e7616 server.poll(): doc, clean-up, pass smoltcp errors 2019-03-18 21:17:02 +01:00
1832bd5884 net, server: put tcp storage on stack 2019-03-18 20:02:57 +01:00
c7c5a733f9 add net+server modules 2019-03-12 22:52:39 +01:00