-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge Develop for v0.9.0 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The typedef int i2c_inst_t ; is done inthe picowrapper.hpp now.
The driver lib is now actual lib when it is build to Linux/Win32
Build OK. Not tested.
Stilll under testing. See todo/test_adau1361lower.md
Adau1361Lower.DisablePLL() Adau1361Lower.InitializeCore()
No need read modify write.
It is now single-end only.
This is much better than using pre-defined macro by CMAKE file.
TEST_F(Adau1361LowerTest, ConfigureSignalPath) TEST_F(Adau1361LowerTest, InitializeRegisters)
Explicit note of the initialization sequence.
Move MockI2CMaster to MockI2CMasterInterface.
To refuse the forget to add files.
Now, deploy_pages.yaml calls ctest.yaml explicitly.
To align with GpioBasic.
Following the rename of C++ classes.
(Forgot to add in the previous commit ).
The HTML output is docs/html folder. So, having doc/ is redundant.
docs/duplexslavei2s.md -> docs/i2sslaveduplex.md
To allow doxygen link the class name inside README.md with class explanation, Remove the explicit link to the sub-md files inside README.md
Update the command to obtain the tools in Ubuntu. (doxygen and graphviz) Added the git command to obtain this project and sample project.
To allow the push to branch, we need pages: write.
Forgot to change the GITHUB_TOKEN itself, in the previous commit.
pagesはサイトをビルドするときのみ必要。
Test passed.
These default parameter is not needed becuase this class is not called from user programmer.
Deth test passed .
As of 2024/Sep/28, the Doxygen page deployment fails with this error during action:
This is reported as an issue #1697 to the github-pages-deploy-action. This is not the fail of our code. So, we merge this pull request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-release version. If no problem, it will become a v1.0.0.