9 Star 59 Fork 13

bernard / rtthread-esp-idf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rtconfig_project.h 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
bernard 提交于 2017-08-25 14:48 . Keep more compatibility with lwip in IDF.
#ifndef RTCONFIG_PROJECT_H__
#define RTCONFIG_PROJECT_H__
#ifdef IDF_LWIP
#undef LWIP_SO_RCVBUF
#undef SO_REUSE
#endif
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/timers.h"
#include "freertos/queue.h"
#include "freertos/StackMacros.h"
#include "freertos/xtensa_rtos.h"
#include "sdkconfig.h"
#ifdef RT_TICK_PER_SECOND
#undef RT_TICK_PER_SECOND
#endif
#define RT_TICK_PER_SECOND CONFIG_FREERTOS_HZ
#endif
1
https://gitee.com/Bernard_Xiong/rtthread-esp-idf.git
git@gitee.com:Bernard_Xiong/rtthread-esp-idf.git
Bernard_Xiong
rtthread-esp-idf
rtthread-esp-idf
idf-v4.2

搜索帮助