lwip协议栈注解

    百万汉字注解 + 百篇博客分析 => 挖透鸿蒙内核源码
    国内:https://weharmonyos.com
    国外:https://weharmony.github.io
上级 7b86673a
......@@ -40,8 +40,10 @@
#include <los_mux.h>
#include <los_spinlock.h>
//移值lwip 需实现的外部接口.
/***************************************************************
移值lwip所需的内核架构层支持.
创建线程,互斥锁,信号量,队列的接口实现
***************************************************************/
#if (LOSCFG_KERNEL_SMP == YES)
SPIN_LOCK_INIT(arch_protect_spin);
static u32_t lwprot_thread = LOS_ERRNO_TSK_ID_INVALID;
......
cd E:\harmony\third_party\third_party_lwip
#git fetch
git pull origin master
#git pull --rebase origin master
cd -
\ No newline at end of file
cd E:\harmony\third_party\third_party_lwip
git add -A
git commit -m 'lwip协议栈注解
百万汉字注解 + 百篇博客分析 => 挖透鸿蒙内核源码
国内:https://weharmonyos.com
国外:https://weharmony.github.io
'
git push git@gitee.com:weharmony/third_party_lwip.git master
#git push gitee_origin master
#git push github_origin master
#git push coding_origin master
#git remote add github_origin git@github.com:kuangyufei/kernel_liteos_a_note.git
#git remote add gitee_origin git@gitee.com:weharmony/kernel_liteos_a_note.git
#git remote add origin git@codechina.csdn.net:kuangyufei/kernel_liteos_a_note.git
#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git
cd -
\ No newline at end of file
......@@ -3,7 +3,7 @@ cd E:\\harmony\\third_party\\third_party_NuttX
git add -A
git commit -m ' 块设备驱动,字符设备驱动注解
百万汉字注解 + 百篇博客分析 => 挖透鸿蒙内核源码
国内:https://weharmony.gitee.io
国内:https://weharmonyos.com
国外:https://weharmony.github.io
'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册