Skip to content

add SPI NAND Flash driver #43915

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

Closed
wants to merge 2 commits into from

Conversation

rogeryou
Copy link

Add SPI NAND block device driver for using SPI NAND Flash like Macronix Flash MX31LF4GE4BC.
This driver is tested on STM32L562E-DK.

@rogeryou rogeryou changed the title Macronix spi nand add SPI NAND Flash driver Mar 17, 2022
/*
* Generic binary BCH encoding/decoding library
*
* SPDX-License-Identifier: GPL-2.0
Copy link
Member

Choose a reason for hiding this comment

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

We do not allow GPL-licensed code in Zephyr. You will need to find an alternative implementation or write your own.

Copy link
Member

Choose a reason for hiding this comment

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

@idjelic FYI

Copy link
Author

@rogeryou rogeryou Mar 23, 2022

Choose a reason for hiding this comment

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

OK! I will fix this issue about BCH license.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

@erwango erwango added the Waiting for response Waiting for author's response label Mar 22, 2022
@GeorgeCGV
Copy link
Contributor

Can spi_nand.h (new file, added in this PR) and spi_nor.h (existing header) not redefine the same definitions?

@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants