Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move iir to new dsp crate #174

Merged
merged 2 commits into from
Nov 22, 2020
Merged

move iir to new dsp crate #174

merged 2 commits into from
Nov 22, 2020

Conversation

matthuszagh
Copy link
Contributor

@matthuszagh matthuszagh commented Nov 22, 2020

As mentioned here.

@matthuszagh matthuszagh mentioned this pull request Nov 22, 2020
4 tasks
Copy link
Member

@jordens jordens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple small cleanups.

.gitignore Outdated
@@ -1,2 +1,2 @@
/target
**/target
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed here and yet. And it is a bit broad.

Cargo.toml Outdated
@@ -40,6 +40,7 @@ embedded-hal = "0.2.4"
nb = "1.0.0"
asm-delay = "0.9.0"
enum-iterator = "0.6.0"
dsp = { path = "dsp", version = "0.1.0" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for version.

dsp/Cargo.toml Outdated
authors = ["Robert Jördens <rj@quartiq.de>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove boilerplate.

@jordens
Copy link
Member

jordens commented Nov 22, 2020

bors merge

@bors
Copy link
Contributor

bors bot commented Nov 22, 2020

Build succeeded:

@bors bors bot merged commit c91e395 into quartiq:master Nov 22, 2020
@matthuszagh matthuszagh deleted the dsp branch November 22, 2020 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants