https://github.com/guilhermwn/embedded-utils
Programa CLI de Utilitários para projetos Embarcados
https://github.com/guilhermwn/embedded-utils
embedded-systems esp32 mikroc pic python3
Last synced: 5 months ago
JSON representation
Programa CLI de Utilitários para projetos Embarcados
- Host: GitHub
- URL: https://github.com/guilhermwn/embedded-utils
- Owner: Guilhermwn
- License: mit
- Created: 2024-06-01T14:42:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T19:14:55.000Z (about 2 years ago)
- Last Synced: 2025-03-27T07:12:13.370Z (over 1 year ago)
- Topics: embedded-systems, esp32, mikroc, pic, python3
- Language: Python
- Homepage: https://pypi.org/project/embedded-utils/
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Embedded Utils
CLI Program for Embedded Programming Utils
# Introdução
Embedded Utils é uma biblioteca projetada com funcionalidades simples mas que podem auxiliar o usuário quando estiver trabalhando com projetos de **Sistemas Embarcados**
## Comandos disponíveis
### `embedded-utils`
**Usage**:
```console
$ embedded-utils [OPTIONS] COMMAND [ARGS]...
```
**Options**:
* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--version`: Show program version and exit.
* `--help`: Show this message and exit.
**Commands**:
* `informations`
* `mikroc-setup`
* `pic-mcus`
* `showports`
#### `embedded-utils informations`
**Usage**:
```console
$ embedded-utils informations [OPTIONS]
```
**Options**:
* `--help`: Show this message and exit.
#### `embedded-utils mikroc-setup`
**Usage**:
```console
$ embedded-utils mikroc-setup [OPTIONS]
```
**Options**:
* `--project-name TEXT`: Nome do projeto no MikroC [required]
* `--help`: Show this message and exit.
#### `embedded-utils pic-mcus`
**Usage**:
```console
$ embedded-utils pic-mcus [OPTIONS]
```
**Options**:
* `--name TEXT`: O nome do MCU a ser pesquisado [required]
* `--help`: Show this message and exit.
#### `embedded-utils showports`
**Usage**:
```console
$ embedded-utils showports [OPTIONS]
```
**Options**:
* `--show-ports / --no-show-ports`: [default: show-ports]
* `--help`: Show this message and exit.