上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 617 下一页

2022年9月9日

摘要: static void app_tcp_server_multi_conn_task(void *arg) { struct sockaddr_in serv_addr; fd_set all_set, read_set; /*!< 定义文件句柄集合 */ int sockfd_max = 0; / 阅读全文
posted @ 2022-09-09 15:21 lydstory 阅读(74) 评论(0) 推荐(0)
摘要: // testio.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> using namespace std; typedef void (*vfunc) (void*); void se_icver_req(void * 阅读全文
posted @ 2022-09-09 14:16 lydstory 阅读(58) 评论(0) 推荐(0)
摘要: joltwallet/esp_littlefs: LittleFS port for ESP-IDF (github.com) 阅读全文
posted @ 2022-09-09 07:29 lydstory 阅读(38) 评论(0) 推荐(0)

2022年9月8日

摘要: extern "C" { #endif #define AF_UNIX 1 /* local to host (pipes) */ struct sockaddr_un { short sun_family; /*AF_UNIX*/ char sun_path[108]; /*path name * 阅读全文
posted @ 2022-09-08 18:15 lydstory 阅读(40) 评论(0) 推荐(0)
摘要: stm32 rpmsg_lite_alloc_tx_buffer : nxp 操作串口 RPMsg-Lite User's Guide: RPMsg-Lite Core Component (nxpmicro.github.io) 阅读全文
posted @ 2022-09-08 17:19 lydstory 阅读(72) 评论(0) 推荐(0)
摘要: status = sc1777yImportPublicKey(&pImportPubKey->pubKey[0]); 发送: 803001010040 + DATA 返回: 9000 output: pPubKey point to the public key data 64Bytes retu 阅读全文
posted @ 2022-09-08 17:05 lydstory 阅读(115) 评论(0) 推荐(0)
摘要: E (5264) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:E (5264) task_wdt: - IDLE (CPU 0)E (5264) task_ 阅读全文
posted @ 2022-09-08 12:31 lydstory 阅读(332) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-08 12:30 lydstory 阅读(17) 评论(0) 推荐(0)
摘要: 注意技术言行:不懂的 先熟悉 看 了解 不 要随便就问太简单的问题 阅读全文
posted @ 2022-09-08 11:46 lydstory 阅读(11) 评论(0) 推荐(0)
摘要: typedef struct { uint8_t type; uint8_t subType; uint16_t len; //network byte order: len[0] high byte, len[1] low byte for 16bit length uint16_t sn; ch 阅读全文
posted @ 2022-09-08 11:23 lydstory 阅读(151) 评论(0) 推荐(0)
上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 617 下一页

导航