Add MX25L6433F on STM32F446RE
Add MX25L6433F SPI Flash on X-NUCLEO-GFX01M1 on STM32F446RE
HI @ndunello,
many thanks for your contribution. Is it possible to commit it in the same structure as other loaders by providing only the necessary files?
Thanks in advance, Tilen
Hi @MaJerle, sorry but i didn't understand what you mean. Are you referring to the main branch structure or the contrib branch? If contrib branch how I should structure the project?
@ndunello I'm referring to contrib branch only, since we only accept pull requests there.
We would prefer to receive a minimum required set of drivers for our customers, so only loader actual file without project.
Please see contrib branch for a reference.
so, if I understand correctly, I have to add:
- folder SPI_Drivers/MX25L5433F with spi_flash.c and spi_flash.h files;
- folder SPI_Testing with main_test.c;
- folder MX25L6433F_STM32F446RE_NUCLEO with STM32CubeIDE projects.
correct ?