forked from tstellanova/cst816s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to rtt/jlink for example debug output
- Loading branch information
1 parent
40d1eab
commit 3e8383a
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cst816s" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["Todd Stellanova <[email protected]>"] | ||
edition = "2018" | ||
description = "CST816S touchscreen driver for embedded hal / no_std" | ||
|
@@ -27,8 +27,7 @@ embedded-hal = {version ="0.2.3", features = ["unproven"] } | |
[dev-dependencies] | ||
cortex-m-rt = "0.6.12" | ||
nrf52832-hal = {version = "0.8.1", default-features = false, features = ["xxAA-package", "rt"]} | ||
panic-halt = "0.2.0" | ||
panic-rtt-core = {version="0.1.0"} | ||
st7789 = { git = "https://github.com/tstellanova/st7789" } | ||
#st7789 = { path = "../st7789"} | ||
shared-bus = {version = "0.1.4", features = ["cortexm"] } | ||
embedded-graphics = "0.6.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters