Skip to content

Conversation

DatanoiseTV
Copy link
Contributor

Adds the DatanoiseTV RP2040 Audio DSP board.
https://twitter.com/DatanoiseTV/status/1536705299964481540

@@ -0,0 +1,71 @@
/*
* Copyright (c) 2022 Raspberry Pi (Trading) Ltd.
*
Copy link
Contributor

Choose a reason for hiding this comment

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

I suspect this copyright is wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have copied it from the other board files, which also didn't seem to change the copyright.

@JamesH65
Copy link
Contributor

Is this product actually for sale at this point?

@DatanoiseTV
Copy link
Contributor Author

Is this product actually for sale at this point?

It is available on GitHub as an open source project, with BOM and assembly files for JLCPCB assembly.
I am planning to keep it as an open source DIY project.

Comment on lines 24 to 32
#ifndef PICO_DEFAULT_UART
#define PICO_DEFAULT_UART 0
#endif
#ifndef PICO_DEFAULT_UART_TX_PIN
#define PICO_DEFAULT_UART_TX_PIN 0
#endif
#ifndef PICO_DEFAULT_UART_RX_PIN
#define PICO_DEFAULT_UART_RX_PIN 1
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

These are the same as the values in pico.h, which you're #include-ing at the bottom of this file anyway?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct, you can delete these.

Copy link
Contributor

Choose a reason for hiding this comment

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

This is your PR, not mine 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@kilograham kilograham added this to the 1.3.2 milestone Jun 17, 2022
@kilograham kilograham merged commit 0bdd463 into raspberrypi:develop Jun 17, 2022
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.

4 participants