Skip to content

spi/qspi.h: Fix data type of buflen#2381

Merged
xiaoxiang781216 merged 1 commit intoapache:masterfrom
no1wudi:master
Nov 23, 2020
Merged

spi/qspi.h: Fix data type of buflen#2381
xiaoxiang781216 merged 1 commit intoapache:masterfrom
no1wudi:master

Conversation

@no1wudi
Copy link
Copy Markdown
Contributor

@no1wudi no1wudi commented Nov 23, 2020

Summary

  • This patch change the data type of buflen in qspi_meminfo_s
  • from uint16_t to uint32_t to allow data size greater than 64KB.

Impact

  • QSPI & some flash like s25fl1 etc

Testing

  • Tested with rm69330 oled controller on custom board

Summary:
- This patch change the data type of buflen in qspi_meminfo_s
- from uint16_t to uint32_t to allow data size greater than 64KB.

Impact:
- QSPI & some flash like s25fl1 etc

Testing:
- Tested with rm69330 oled controller on custom board

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 0a2873a into apache:master Nov 23, 2020
@youyuchang
Copy link
Copy Markdown

Hi i need RM69330 DataSheet , where can dowmload , Thanks

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.

5 participants