Commit Graph

  • ee5094d686 添加使用说明 master roger.luo 2024-09-07 23:22:05 +08:00
  • 90c59e1d7a Resolve the issue of not clearing the receive cache before sending multi line commands. roger.luo 2024-06-16 00:36:02 +08:00
  • b5a957f716 #35: Update documentation and comments. roger.luo 2023-11-24 21:54:49 +08:00
  • 18f9236e30 Update documentation and comments. roger.luo 2023-11-24 21:54:49 +08:00
  • 8e6c205896 #34: Fixed the issue where the pointer was not checked to be empty after the creation of urcbuf. roger.luo 2023-11-24 21:43:37 +08:00
  • 79803ddc3c Fixed the issue where the pointer was not checked to be empty after the creation of urcbuf. roger.luo 2023-11-24 21:43:37 +08:00
  • a249f705cb #33: 1.Added a temporary disable interface for URC to solve the problem of URC matching exception when receiving binary data from the modem. 2.Added the function of transparent data transmission. roger.luo 2023-10-27 21:47:51 +08:00
  • a6aa614088 1.Added a temporary disable interface for URC to solve the problem of URC matching exception when receiving binary data from the modem. 2.Added the function of transparent data transmission. roger.luo 2023-10-27 21:47:51 +08:00
  • 11295a383a #32: Fix a compilation error in the MDK project sample。 roger.luo 2023-03-31 22:49:54 +08:00
  • ea068791df Fix a compilation error in the MDK project sample。 roger.luo 2023-03-31 22:49:54 +08:00
  • d57c0ca192 #31: Fix sample compilation errors. roger.luo 2023-03-15 23:49:27 +08:00
  • 0c389b6ce0 Fix sample compilation errors. roger.luo 2023-03-15 23:49:27 +08:00
  • 7a2688d784 #30: 更新文档说明 roger.luo 2023-02-02 23:47:45 +08:00
  • 7cad235d05 更新文档说明 roger.luo 2023-02-02 23:47:45 +08:00
  • 59eed0e023 #29: 更新文档描述 roger.luo 2023-01-12 23:37:54 +08:00
  • 9222993790 更新文档描述 roger.luo 2023-01-12 23:37:54 +08:00
  • 2b2297398c #28: 1.Optimized the processing logic when multi-line command execution fails. 2. Resolve URC message containing ':' character causing parsing failure. roger.luo 2023-01-09 23:28:04 +08:00
  • a1cf6f2672 1.Optimized the processing logic when multi-line command execution fails. 2. Resolve URC message containing ':' character causing parsing failure. roger.luo 2023-01-09 23:28:04 +08:00
  • 14d49e1c51 #27: 更新文档封面 roger.luo 2023-01-03 23:27:50 +08:00
  • 8866cdf7f9 更新文档封面 roger.luo 2023-01-03 23:27:50 +08:00
  • b8e000b65e #26: 更新使用说明文档 roger.luo 2023-01-03 23:24:00 +08:00
  • a258cbb13b 更新使用说明文档 roger.luo 2023-01-03 23:24:00 +08:00
  • 88172e37d1 #25: 移除无效代码 roger.luo 2023-01-03 23:22:58 +08:00
  • c6ac4218e3 移除无效代码 roger.luo 2023-01-03 23:22:58 +08:00
  • f23e84cbb6 #24: 更新LICENSE roger.luo 2022-12-31 23:14:38 +08:00
  • 53ee4bbe0d 更新LICENSE roger.luo 2022-12-31 23:14:38 +08:00
  • 74d8679a49 #23: 提交V2版本 roger.luo 2022-12-31 22:42:31 +08:00
  • af580e9e53 提交V2版本 roger.luo 2022-12-31 22:42:31 +08:00
  • f9b099c4ae #22: 1.按单字符处理接收,避免出现在urc事件中读取数据时,导致后面数据丢失问题. 2.解决多任务发送时,接收完成信号量提前释放的问题。 魔罗 2021-11-28 15:57:36 +08:00
  • 2c89bb8208 1.按单字符处理接收,避免出现在urc事件中读取数据时,导致后面数据丢失问题. 2.解决多任务发送时,接收完成信号量提前释放的问题。 V1.2 V1 魔罗 2021-11-28 15:57:36 +08:00
  • c5c04f27d8 #21: 解决URC接收超时时打印无效的问题。 魔罗 2021-08-01 11:36:27 +08:00
  • f1a4fb8320 解决URC接收超时时打印无效的问题。 魔罗 2021-08-01 11:36:27 +08:00
  • 4f08bde740 #20: 增加接收锁,解决执行at_do_work时urc部分数据丢失问题 魔罗技术 2021-07-20 20:48:54 +08:00
  • 321be4256f 增加接收锁,解决执行at_do_work时urc部分数据丢失问题 魔罗技术 2021-07-20 20:48:54 +08:00
  • 271834e3c8 #19: 优化URC匹配逻辑,并修正描述信息。 魔罗技术 2021-05-15 15:37:00 +08:00
  • 76d13e373b 优化URC匹配逻辑,并修正描述信息。 魔罗技术 2021-05-15 15:37:00 +08:00
  • 59f68854ba #18: 更新文档描述 魔罗技术 2021-04-18 14:47:39 +08:00
  • 463baf0f5c 更新文档描述 魔罗技术 2021-04-18 14:47:39 +08:00
  • 6f4d360b3a #17: 1.删除at_obj中的at_work_ctx_t域,减少内存使用 2.解决重复释放信号量导致命令出现等待超时的问题 魔罗技术 2021-04-18 14:47:22 +08:00
  • 8f56581724 1.删除at_obj中的at_work_ctx_t域,减少内存使用 2.解决重复释放信号量导致命令出现等待超时的问题 魔罗技术 2021-04-18 14:47:22 +08:00
  • 26e63a9d0f #16: 解决URC表匹配第一项的问题。 魔罗技术 2021-03-04 20:21:47 +08:00
  • 44cd306a95 解决URC表匹配第一项的问题。 魔罗技术 2021-03-04 20:21:47 +08:00
  • eef8e4545d #15: 1.解决未清除URC计数器导致频繁打印接收超时的问题 2.增加URC演示程序 魔罗技术 2021-03-03 20:51:14 +08:00
  • 93c7ab71ff 1.解决未清除URC计数器导致频繁打印接收超时的问题 2.增加URC演示程序 魔罗技术 2021-03-03 20:51:14 +08:00
  • 127472e4df #14: 提交comdef.h文件,更改使用案例及使用描述信息。 魔罗技术 2021-02-28 12:12:41 +08:00
  • 3d482232c8 提交comdef.h文件,更改使用案例及使用描述信息。 魔罗技术 2021-02-28 12:12:41 +08:00
  • 237a2eed1c #13: 1.支持URC回调中接收数据. 2.修改struct at_obj,去除链表管理机制,使用单独任务接收处理每个at_obj. 魔罗技术 2021-02-19 22:21:05 +08:00
  • ea3dccb6b6 1.支持URC回调中接收数据. 2.修改struct at_obj,去除链表管理机制,使用单独任务接收处理每个at_obj. 魔罗技术 2021-02-19 22:21:05 +08:00
  • c18010ca1f #12: 上传Demo程序 魔罗技术 2021-01-20 22:18:32 +08:00
  • e95ea83470 上传Demo程序 V1.1 魔罗技术 2021-01-20 22:18:32 +08:00
  • 529593da6d #11: 更新使用说明 魔罗技术 2021-01-20 22:18:03 +08:00
  • 34bc525597 更新使用说明 魔罗技术 2021-01-20 22:18:03 +08:00
  • c635919b46 #10: 1.解决链表未初始化导致段错误问题。 2.调通单行命令、多行命令、自定义命令收发功能。 魔罗技术 2021-01-20 22:17:53 +08:00
  • 84bfaa01c4 1.解决链表未初始化导致段错误问题。 2.调通单行命令、多行命令、自定义命令收发功能。 魔罗技术 2021-01-20 22:17:53 +08:00
  • d31f27c415 #9: 编译选项错误的问题。 魔罗技术 2021-01-17 14:37:04 +08:00
  • 0d978ff3c2 编译选项错误的问题。 魔罗技术 2021-01-17 14:37:04 +08:00
  • a47a81e505 #8: 1、解决数据类型不匹配导致编译错误问题。 2、更新使用描述。 魔罗技术 2021-01-05 22:31:48 +08:00
  • e7c891ba14 1、解决数据类型不匹配导致编译错误问题。 2、更新使用描述。 魔罗技术 2021-01-05 22:31:48 +08:00
  • e4cbabac44 #7: 更新描述信息 魔罗技术 2020-12-04 20:54:26 +08:00
  • c6c8b8561d 更新描述信息 魔罗技术 2020-12-04 20:54:26 +08:00
  • a9edb8e5b6 #6: 调整描述 魔罗技术 2020-09-26 21:50:55 +08:00
  • d87cbe4ca1 调整描述 魔罗技术 2020-09-26 21:50:55 +08:00
  • 62a1369ef2 #5: 增加OS版本的AT通信模块 魔罗技术 2020-09-22 22:14:09 +08:00
  • 88d9b816c8 增加OS版本的AT通信模块 魔罗技术 2020-09-22 22:14:09 +08:00
  • 63675cf901 #4: 更新readme描述 魔罗技术 2020-07-04 21:11:24 +08:00
  • 34f1ec0a41 更新readme描述 魔罗技术 2020-07-04 21:11:24 +08:00
  • 896b553803 #3: 更新描述 魔罗技术 2020-06-14 14:23:42 +08:00
  • dbfcb5f2a3 更新描述 魔罗技术 2020-06-14 14:23:42 +08:00
  • 7f46f8b559 #2: 首次提交 魔罗技术 2020-06-13 12:24:28 +08:00
  • 7878c6874c 首次提交 魔罗技术 2020-06-13 12:24:28 +08:00
  • 78aca163e6 #1: Initial commit 魔罗技术 2020-06-13 11:41:25 +08:00
  • 270cdfa47c Initial commit 魔罗技术 2020-06-13 11:41:25 +08:00
  • 8aec3464c0 #0: Initial revision -