当前位置:网站首页>GD32F4xx uIP协议栈移植记录
GD32F4xx uIP协议栈移植记录
2022-07-05 23:47:00 【madao1234】
uIP是一个非常小的TCP/IP栈。完全用C编写,可移植到各种不同的结构和操作系统上,一个编译过的栈可以在几KB ROM或几百字节RAM中运行。
1、uIP中需要移植的文件
首先在项目中创建一个ethernet文件夹,移植完成后目录内的文件如下图所示:
(1)enc28j60.c / enc28j60.h 为以太网芯片驱动代码。详细请参考本人的另一篇文章:
(2)uip.c / uip.h 为协议栈核心代码,从uIP源码中复制过来。
(3)uip_arp.c / uip_arp.h 实现ARP(地址解析协议)的核心代码,从uIP源码中复制过来。
(4)uipopt.h / uip-conf.h 是uip协议栈的配置文件,从uIP源码中复制过来。
(5)tapdev.c / tapdev.h 是需要自己实现的以太网驱动初始化、发送、接收接口函数文件。
(6)ethernet.c / ethernet.h 是以太网协议的处理线程,处理线程结构基本不变,需要自己实现处理函数。
2、tapdev.c /.h
#
边栏推荐
- Use CAS instead of synchronized
- 【luogu P3295】萌萌哒(并查集)(倍增)
- Spire Office 7.5.4 for NET
- XML配置文件(DTD详细讲解)
- mysql-全局锁和表锁
- 保研笔记一 软件工程与计算卷二(1-7章)
- The use of El cascader and the solution of error reporting
- QT QPushButton details
- 20220703 week race: number of people who know the secret - dynamic rules (problem solution)
- Rasa 3.x 学习系列-Rasa 3.2.1 新版本发布
猜你喜欢
多普勒效应(多普勒频移)
openssl-1.0.2k版本升级openssl-1.1.1p
20.移植Freetype字体库
Hcip course notes-16 VLAN, three-tier architecture, MPLS virtual private line configuration
Redis high availability - master-slave replication, sentinel mode, cluster
Rasa 3.x 学习系列-Rasa 3.2.1 新版本发布
用列表初始化你的vector&&initializer_list简介
MySQL delete uniqueness constraint unique
同事悄悄告诉我,飞书通知还能这样玩
rsync远程同步
随机推荐
20. Migrate freetype font library
Bao Yan notes II software engineering and calculation volume II (Chapter 13-16)
Open source CRM customer relationship system management system source code, free sharing
The PostgreSQL column reference 'ID' is ambiguous - PostgreSQL column reference'id'is ambiguous
【luogu CF487E】Tourists(圆方树)(树链剖分)(线段树)
Comparison of parameters between TVs tube and zener diode
[Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
保研笔记二 软件工程与计算卷二(13-16章)
哪些偏门项目可以做到?自媒体做到月赚一万以上很难吗?
4 points tell you the advantages of the combination of real-time chat and chat robots
Doppler effect (Doppler shift)
【LeetCode】5. Valid Palindrome·有效回文
STM32__ 06 - single channel ADC
Miaochai Weekly - 8
激光slam学习记录
PV静态创建和动态创建
用列表初始化你的vector&&initializer_list简介
5. Logistic regression
零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
20.移植Freetype字体库