Commit Graph

17 Commits

Author SHA1 Message Date
Sergio R. Caprile
23ada5c7a5 try to get abort texts from GH 2024-10-03 13:46:50 -03:00
Sergio R. Caprile
9bcf1d662b fix tests 2024-09-27 18:33:26 -03:00
Sergio R. Caprile
8c4cfc8101 rework fetch 2024-07-24 18:30:08 -03:00
Sergio R. Caprile
9bdc910327 do proper connect 2024-07-23 14:35:32 -03:00
Sergio R. Caprile
91606a9e3f improve MIP tests 2024-07-22 20:22:29 -03:00
Sergio R. Caprile
3c531897b6 cleanup 'str' API 2024-05-09 14:10:27 -03:00
Sergey Lyubka
e0e599ffa1 Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
Sergio R. Caprile
c8fd3d6d25 Add driver init to mg_mgr_init() 2024-03-12 15:55:35 -03:00
Sergio R. Caprile
deca1aaf46 remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
Sergio R. Caprile
b4c645f703 Add MQTT test for MIP 2023-08-21 17:22:42 -03:00
robert
f5e87cceec improved tcp closure 2023-08-17 10:34:31 -04:00
cpq
515e438d4f Refactor queue 2023-02-15 18:53:44 +00:00
cpq
2c62e58dbd Move mip/ -> src/tcpip/, rename mip_ -> mg_tcpip_ 2023-02-07 21:35:37 +00:00
Sergio R. Caprile
b259bdeddd Rename mip_rxcb to mip_qwrite, add mip_qread and enforce rx() for drivers 2023-01-03 19:33:26 -03:00
cpq
57a5c0ba38 Add TinyUSB example 2022-12-19 14:31:54 +00:00
Jean-Francois Simon
5556568feb Mip tests and tuntap example to compile on OpenBSD natively.
(updated for c++ build)

Fix typo
2022-12-09 18:48:05 +00:00
jfsimon1981
751413f050
MIP tuntap with dhcp added, enabled gitactions (#1890)
Enable DHCP with MIP tests.
Separate sources for high and low level stack tests.
Fixed assertion.
Added dhcpd.conf file.
2022-12-02 17:40:46 +01:00