-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/spi flash #21
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
base: main
Are you sure you want to change the base?
Conversation
… Prateek Change spiFlash.cpp startUp function to return a boolean indicating success or failure.
|
Need to have the code hardware tested before I can allow this to be merged into main. |
.vscode/c_cpp_properties.json
Outdated
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.
Remove this file
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.
Don't touch main.
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.
Remove this file (I apologize for adding it)
prateekgupta5
left a comment
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.
Just remove some files, I can do it ig lol
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.
Move to blaze-lite/core/test
Updated spiFlash constructor to use default parameters for buffer sizes.
Refactor spiFlash constructor and methods for clarity and not using cin/cout when not applicable. Remove unused CS_PIN parameter and commented-out error handling. --Prateek
… remove CS_PIN usage and flash_config.h
prateekgupta5
left a comment
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.
OK can someone review all the minor changes i did cause its late and can someone also move the spiFlashTester.cpp file
Added the tester file for SPI flash
Description
I made a SPIFlashTester.cpp and made the SPIFlash.h file be alphabetically organized.
Motivation and Context
This creates a tester file
How has this been tested?
Making sure that the functions run
Screenshots (if appropriate):
Types of changes
Checklist: