对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. 命令自动补全 2. 快捷键功能定义 3. 命令权限管理 4. 用户管理 5. 变量支持.letter shell同时支持两种形式的函数定义方式,形如main函数定义的func(int argc, char *agrv[])以及形如普通C函数的定义func(int i, char *str, ...),两种函数定义方式适用于不同的场景。
☆20Jan 9, 2021Updated 5 years ago
Alternatives and similar repositories for letter-shell
Users that are interested in letter-shell are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆23Nov 16, 2017Updated 8 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 8 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- esp32 平台下的 u8g2 I2C驱动☆12Apr 28, 2021Updated 5 years ago
- ☆16Nov 13, 2017Updated 8 years ago
- 基于ESP32开发的便携式T12电烙铁焊笔 ,拥有PD100W诱骗,OLED显示, 温度可调,姿态唤醒,多功能设置,断电存储,自动休眠,OTA等功能☆13May 4, 2023Updated 3 years ago
- XCAN firmware for CANtact ( CANable ) or any other similar boards.☆11Jun 9, 2023Updated 3 years ago
- ☆13Jul 30, 2025Updated 11 months ago
- 2021电子设计竞赛工程文档☆12Dec 15, 2023Updated 2 years ago
- OSAL free operating system abstraction for embedded systems. Supports pthreads, freertos, chibios, coocox, bertos and more... RTOS☆14Dec 27, 2013Updated 12 years ago
- STM32 letter shell☆18Jul 22, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 从入职到架构师——我的嵌入式软件成长之路☆34May 23, 2020Updated 6 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 5 years ago
- 插上usb变成一个普通的移动u盘,将带升级的应用文件加密后丢进u盘,断电完成升级☆18Dec 4, 2016Updated 9 years ago
- second project☆10Jul 25, 2024Updated 2 years ago
- BUSMASTER Installer Executables☆17Oct 30, 2017Updated 8 years ago
- ☆20Jul 1, 2020Updated 6 years ago
- Raspberry Pi - BCM2835☆22Jun 2, 2017Updated 9 years ago
- 19届智能车国一项目部分开源,基于英飞凌Aurix TriCore 264芯片的单无刷电机FOC驱动☆17Sep 3, 2024Updated last year
- use uGFX on esp32,with some lcd、touch device drivers☆56Jun 10, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- This software is for flashing STM32☆14Jun 21, 2019Updated 7 years ago
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆20Dec 19, 2018Updated 7 years ago
- Command line debugging tools.☆10Mar 7, 2020Updated 6 years ago
- 2014TI 杯(D 题)带啸叫检测与抑制的音频功率放大器。使用 STM32 单片机实现的电压电流采集,并且 LCD 屏示波。AD 转换并且将采集的数据进行快速傅里叶变换生成频谱图。进行啸叫检测。☆23Mar 3, 2019Updated 7 years ago
- 收集、分享日常学习使用到的书籍☆18Dec 4, 2019Updated 6 years ago
- python利用pywifi模块进行WiFi密码破解☆20May 29, 2024Updated 2 years ago
- Libray for Lawicel SLCAN Protocol (Serial-Line CAN)☆21Mar 9, 2025Updated last year
- STM32F103C8T6的Boot程序。支持通过Y-mode协议进行IAP升级☆32Dec 17, 2017Updated 8 years ago
- 包含MQTTNet客户端和服务端 mqttnet版本2.8.5☆11Apr 26, 2019Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Mastering Algorithms C: 《算法精解:C语言描述》☆10Dec 3, 2019Updated 6 years ago
- 基于Linux系统的应用程序,旨在搭建一套完整的多进程多线程通讯的消息框架. 支持多SOC的嵌入式APP.☆32Dec 9, 2023Updated 2 years ago
- some qcustomplot examples☆10Jan 14, 2019Updated 7 years ago
- Projeto e simulação de conversores chaveados (conversores estáticos), buck, boost, buck-boost, CCM, DCM, etc.☆14Jul 19, 2024Updated 2 years ago
- An IPKVM board for OrangePi Zero.☆12Dec 1, 2022Updated 3 years ago
- A Real-time Voice Changer based on SensorTile (STM32L4).☆11Apr 24, 2017Updated 9 years ago
- 渝兴未到科技开源项目☆11Sep 2, 2020Updated 5 years ago