-
Notifications
You must be signed in to change notification settings - Fork 1k
Variant - Daisy #1063
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
Variant - Daisy #1063
Conversation
Adding Daisy
Hi @stephenhensley I would not add a dedicated entry in the boards.txt for Daisy board. |
Hi @fpistm glad to contribute! That makes sense. So "Daisy Seed" would stay as a variant, but would fall into a new "Board" entry called, "Generic STM32H7 series"? I can fix that up when I correct the style errors a little later today. |
Yes like the other Generic menu entry. |
Changed Daisy board to Generic H7 and made daisy seed variant within
fixed style errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my PR electro-smith#5
@stephenhensley I'm currently stating to release the core, could you review and merge my PR ? |
Add Daisy Seed variant [replace #1063]
Merged thanks #1070. |
Electrosmith Daisy Variant
Summary
Adds the Electrosmith Daisy as a variant
The Daisy is a small form factor, audio-centric SOM embedding an STM32H750
It features a high-quality,stereo audio codec, 64MB of external SDRAM, 8MB of external flash,
Support for the additional memories/audio has not been added yet (audio seems like it should be done in its own library). So, for now the variant has 512kB of internal SRAM, and 128kB of internal flash mapped as the default memories.
InitVariant() needs to be added to initialize the external memories, but all of the external pins, and several of their alternate functions have been tested (SPI, I2C, UART, ADC, DAC, PWM, etc.).
Validation
Still needs CI validation
Code formatting