-
Notifications
You must be signed in to change notification settings - Fork 90
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
Remove CRC files for MAX32672 #531
Conversation
@EdwinFairchild Can you fix the build and push to this branch? Thanks |
how the heck |
Thanks! FYI: git remote add jake git@github.com:Jake-Carter/msdk.git
git fetch jake
git checkout remotes/jake/gh-527
git switch -c yourbranch
# commit...
git push jake yourbranch:gh-527 |
This reverts commit aa88413.
- AI85 depends on me17 implementation file
Solid info thanks!!! |
@sihyung-maxim looks like verify registers/SVD doesn't work on forks? |
…efaulting to workflow's current (non-fork) repo.
Not sure why the job failed for this fork even though it passed in your other fork for PR #521. I've specified the context of the checkout action to make sure it checks out the PR's repo (fork) and head of the source branch instead of letting the runner default those locations. |
CRC functionality for the MAX32672 exists within the CTB peripheral block. The CRC files were unused and misleading, so they've been removed.
Users looking for CRC functionality should check the CTB peripheral block documentation. CRC functions exist under
MXC_CTB_CRC_xxx
function headers.Resolves #527