whyos_shell 0.1.0

A diagnostic shell for the WhyOS RTOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "whyos_shell"
version = "0.1.0"
edition = "2024"
authors = ["gdziewon"]
description = "A diagnostic shell for the WhyOS RTOS"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gdziewon/whyos"
keywords = ["rtos", "shell", "embedded", "no_std", "diagnostic"]
categories = ["no-std", "embedded", "command-line-interface"]

[dependencies]
whyos = { path = "../whyos", version = "0.1.0" }

embedded-io = "0.7.1"
heapless = "0.9.2" # for String