上一页 1 ··· 309 310 311 312 313 314 315 316 317 ··· 621 下一页

2021年12月16日

摘要: struct rt_list_node { struct rt_list_node *next; /* point to next node. */ struct rt_list_node *prev; /* point to prev node. */ }; typedef struct rt_l 阅读全文
posted @ 2021-12-16 00:52 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: #define RT_NULL ((void *)0) int main() { cout << sizeof(RT_NULL) << endl; cout << sizeof(NULL) << endl; system("PAUSE"); return 0; } 阅读全文
posted @ 2021-12-16 00:50 lydstory 阅读(118) 评论(0) 推荐(0)
摘要: struct rt_filesystem_interface { /* file api*/ int(*open)(const char *file, int flags, int mode); int(*close)(int d); }; 阅读全文
posted @ 2021-12-16 00:44 lydstory 阅读(56) 评论(0) 推荐(0)
摘要: lpc2478 电表 eth_device_ready lwip发送数据 ip支持 阅读全文
posted @ 2021-12-16 00:13 lydstory 阅读(30) 评论(0) 推荐(0)
摘要: unsigned char BIT_TEST(void *aptr, unsigned char p_nmb) { unsigned char *mem_byte; unsigned char byte_nu, bit_nu, i; mem_byte = (unsigned char *)aptr; 阅读全文
posted @ 2021-12-16 00:06 lydstory 阅读(131) 评论(0) 推荐(0)

2021年12月15日

摘要: /* date type defination */typedef signed char rt_int8_t;typedef signed short rt_int16_t;typedef signed long rt_int32_t;typedef unsigned char rt_uint8_ 阅读全文
posted @ 2021-12-15 23:30 lydstory 阅读(46) 评论(0) 推荐(0)
摘要: // 将16进制数据输出到控制台 void textout(char * name, unsigned char * p, unsigned short len) { char * pp; unsigned short i; pp = (char*) malloc(1024); for (i = 0 阅读全文
posted @ 2021-12-15 23:24 lydstory 阅读(46) 评论(0) 推荐(0)
摘要: 振中嘉和集中器 远程抄表 阅读全文
posted @ 2021-12-15 23:02 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: 是一个集实时操作系统(RTOS)内核、中间件组件和开发者社区于一体的技术平台,由熊谱翔先生带领并集合开源社区力量开发而成,RT-Thread 也是一个组件完整丰富、高度可伸缩、简易开发、超低功耗、高安全性的物联网操作系统。RT-Thread 具备一个 IoT OS 平台所需的所有关键组件,例如GUI 阅读全文
posted @ 2021-12-15 22:59 lydstory 阅读(647) 评论(0) 推荐(0)
摘要: yjfs文件系统移植 阅读全文
posted @ 2021-12-15 22:56 lydstory 阅读(24) 评论(0) 推荐(0)
上一页 1 ··· 309 310 311 312 313 314 315 316 317 ··· 621 下一页

导航