letter-shell-master.zip 后端 - C 寡言**tN上传15KB文件格式zip 对于嵌入式系统而言,特别对于没有使用操作系统,裸机运行程序的嵌入式系统,如何高效便捷的进行系统调试往往是一个比较令人头疼的问题。对于某些小型嵌入式设备,基本是与其无缘了,既然如此,我们为何不自己编写一个shell呢。
letter-shell-master.rar 硬件开发 - 嵌入式蔚蓝**蔚蓝 上传766KB 文件格式 rar stm32 shell stm32嵌入式shell调试工具letter-shell-master,附带stm32-freertos测试demo点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 一个用python做的一个OS操作系统(源码),开箱即用 2025-03-04 05:59:06 积分:1 ...
master letter-shell/tools/ Go to file This branch is up to date with NevermindZZT/letter-shell:master. Contribute Latest commit Git stats History Files Type Name Latest commit message Commit time . . shellTools.py 更新 命令遍历工具 Jul 11, 2021 ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} lymzzyh / letter-shell Public forked from NevermindZZT/letter-shell Notifications You must be signed in to change notification settings Fork 0 Star ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} lymzzyh / letter-shell Public forked from NevermindZZT/letter-shell Notifications You must be signed in to change notification settings Fork 0 Star 1 ...
letter shell是一个C语言编写的,可以嵌入在程序中的嵌入式shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数 相对2.x版本,letter shell 3.x增加了用户管理,权限管理,以及对文件系统的初步支持 此外3.x版本修改了命令格式和定义,2.x版本的工程需要经过简单的修改才能完成迁移 ...
letter shell是一个C语言编写的,可以嵌入在程序中的嵌入式shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数 相对2.x版本,letter shell 3.x增加了用户管理,权限管理,以及对文件系统的初步支持 此外3.x版本修改了命令格式和定义,2.x版本的工程需要经过简单的修改才能完成迁移 若...
此外,log通过letter shell的伴生对象功能,可以和letter shell结合,实现log和shell的绑定等功能 使用 实现log写buffer函数 void uartLogWrite(char *buffer, short len) { serialTransmit(&debugSerial, (uint8_t *)buffer, len, 0x100); } 定义log对象 Log uartLog = { .write = uartLogWrite, .active = ...
lymzzyh / letter-shell Public forked from NevermindZZT/letter-shell Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal ...
master letter-shell/extensions/game/2048/ Go to file This branch is 8 commits behind NevermindZZT:master. Latest commit Git stats History Files Failed to load latest commit information. Type Name Latest commit message Commit time . . 2048.c ...