Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SynthstromAudible/DelugeFirmware
https://github.com/SynthstromAudible/DelugeFirmware
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SynthstromAudible/DelugeFirmware
- Owner: SynthstromAudible
- License: gpl-3.0
- Created: 2023-05-03T23:36:29.000Z (over 1 year ago)
- Default Branch: community
- Last Pushed: 2024-04-18T03:10:18.000Z (7 months ago)
- Last Synced: 2024-04-18T15:11:28.489Z (7 months ago)
- Language: C
- Homepage: https://synthstromaudible.github.io/DelugeFirmware/
- Size: 53.3 MB
- Stars: 534
- Watchers: 25
- Forks: 82
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Governance: docs/GOVERNANCE.md
Awesome Lists containing this project
- awesome-open-synth - DelugeFirmware - 3.0 | C, C++ | (C/C++)
README
# Deluge Community Firmware
## Dear Deluge owners
If you want to start using the community firmware please visit https://synthstromaudible.github.io/DelugeFirmware/ for all relevant details.## About
The [Deluge](https://synthstrom.com/product/deluge/) from [Synthstrom Audible](https://synthstrom.com/) is a portable sequencer, synthesizer and sampler. Synthstrom Audible decided to [open source](https://synthstrom.com/open/) the firmware application that runs on the Deluge to allow the community to customize and extend the capabilities of the device.The hardware is built around a Renesas RZ/A1L processor with an Arm® Cortex®-A9 core running at 400MHz and 3MB of on-chip SRAM. Connected to that is a 64MB SDRAM chip, a PIC for button handling and either a 7-Segment array or an OLED screen. The application is written in C and C++ and some occasional assembly in bare metal style without an operating system.
## Important links
* For acquiring and using the firmware visit the [community firmware website](https://synthstromaudible.github.io/DelugeFirmware)
* Once you have the firmware, consult our detailed [update guide](https://github.com/SynthstromAudible/DelugeFirmware/wiki/Update-guide) for instructions on how to install it
* To contribute to the project with code, bug reports, suggestions, and feedback see: [How to contribute to Deluge Firmware](docs/CONTRIBUTING.md)
* To learn about the toolchain, application, and to start working on the code continue with: [Getting Started with Deluge Development](docs/dev/getting_started.md)
* Please also visit the [Synthstrom Forum](https://forums.synthstrom.com/) and the community [Discord](https://discord.gg/BnRcyFSgaT) to interact with other users and the developers
* You can donate to the project using the [Synthstrom Patreon](https://www.patreon.com/Synthstrom)