Skip to content

Commit 8043521

Browse files
fix compatibility giga and portenta h7 with mbed core >= 4.2.2 (#32)
1 parent 6e69627 commit 8043521

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/lib/liblwip/cfg/lwipopts.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,5 +726,19 @@ extern unsigned char debug_flags;
726726
#define etharp_output t1s_etharp_output
727727
#define icmp_input t1s_icmp_input
728728
#define icmp_dest_unreach t1s_icmp_dest_unreach
729+
#define memp_RAW_PCB t1s_memp_RAW_PCB
730+
#define raw_input t1s_raw_input
731+
#define raw_bind t1s_raw_bind
732+
#define raw_bind_netif t1s_raw_bind_netif
733+
#define raw_connect t1s_raw_connect
734+
#define raw_disconnect t1s_raw_disconnect
735+
#define raw_recv t1s_raw_recv
736+
#define raw_sendto_if_src t1s_raw_sendto_if_src
737+
#define raw_sendto t1s_raw_sendto
738+
#define raw_send t1s_raw_send
739+
#define raw_remove t1s_raw_remove
740+
#define raw_new t1s_raw_new
741+
#define raw_new_ip_type t1s_raw_new_ip_type
742+
#define raw_netif_ip_addr_changed t1s_raw_netif_ip_addr_changed
729743

730744
#endif /* LWIP_LWIPOPTS_H */

0 commit comments

Comments
 (0)