mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
75f41a47c4
- VS: you can open more than one folder in the same VS workspace - current folder in VS code needs to be set to beginner/apps for "Run" to appear - rename `lsusb` to `usb-list` - recommend `usb-list` over `lsusb` - make `serial-term` behave like `screen`
9 lines
211 B
TOML
9 lines
211 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
name = "usb-list"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
consts = { path = "../../advanced/common/consts" }
|
|
rusb = "0.5.5"
|