TinyCLI VS stm32f3_discovery

Compare TinyCLI vs stm32f3_discovery and see what are their differences.

TinyCLI

A Small C-language Command-Line Interpreter For Embedded Systems (by jon7sky)

stm32f3_discovery

Code for working with the STM32F3 Discovery board (by daguro)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
TinyCLI stm32f3_discovery
1 1
2 0
- -
1.8 2.5
about 2 years ago 6 months ago
C C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

TinyCLI

Posts with mentions or reviews of TinyCLI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-18.
  • UART command processor, best approach?
    4 projects | /r/embedded | 18 Jan 2022
    I wrote a command-line parser in C a few weeks ago just for something to do. You define the commands in a "docopt" style text file and run a Python parser, and it produces C code. Feel free to use it for ideas. It's here: https://github.com/jon7sky/TinyCLI

stm32f3_discovery

Posts with mentions or reviews of stm32f3_discovery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-18.

What are some alternatives?

When comparing TinyCLI and stm32f3_discovery you can also consider the following projects:

CLI-Minimal-Static - Static and minimalistic Command Line Interface for small embedded devices.