-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
arch: sam3x: update Kconfig options after move to SAM SoC family tree #21
Conversation
The files for the Arduino Due needed to be updated to use the new configuration when the SoC moved from the atmel_sam3 directory to the atmel_sam/sam3x directory. Change-Id: I744a490ffb574cb29e5a4b74484c15ca6dd30617 Origin: Original Jira: ZEP-2067 Signed-off-by: Justin Watson <[email protected]>
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.
- arch/arm/soc/atmel_sam/sam3x/Kconfig.soc contains references to SOC_ATMEL_SAM3_EXT_MAINCK, should be SOC_ATMEL_SAM3X_EXT_MAINCK
- in arch/arm/soc/atmel_sam/sam3x/soc.c strings SOC_ATMEL_SAM3_EXT_ should be changed to SOC_ATMEL_SAM3X_EXT_
- Sorry for my misleading comment in Gerrit. All occurrences of SOC_ATMEL_SAM3 should have been changed to SOC_SERIES_SAM3X, not SOC_SERIES_SAM3 as I stated. This needs to be corrected.
When committing to Gerrit the policy was to have full first and surname in the Author field of the commit header. This may still be the case. The "Origin: Original" line in git commit message is only required for the initial commit of a new module/library. |
The files for the Arduino Due needed to be updated to use the new configuration when the SoC moved from the atmel_sam3 directory to the atmel_sam/sam3x directory. Change-Id: I744a490ffb574cb29e5a4b74484c15ca6dd30617 Origin: Original Jira: ZEP-2067 Signed-off-by: Justin Watson <[email protected]>
Closing this pull request and opening to a new pull request in the arm branch. |
…ack (zephyrproject-rtos#21) Modifies the BLE stack to call a newly added callback whenever MFI audio comes in
…sai_edma Support for multichannel SAI EDMA transfers
- Add pr_comment.py script which spoots out the tag info for both the zephyr and zephyr-intel repos to be pasted into the respective PRs. - Remove a duplicate line from the tag_manifest.py script. - Use rebase branch name to get date stamp It's preferable for the tag datestamp to match the branch datestamp to help avoid confusion in the PR. i.e. Tag date doesn't match branch date = confusing. So make 'em match. Extract the datestamp from the branch name. In the event the branch is created the same day as tagging happens, can just run without passing the branch. Generally should not run the tagging before the branch is created, to avoid mismatched branch and tag date mismatch. Signed-off-by: Connor Graydon <[email protected]> Signed-off-by: Connor Graydon <[email protected]>
The files for the Arduino Due needed to be updated to use the new
configuration when the SoC moved from the atmel_sam3 directory to
the atmel_sam/sam3x directory.
Change-Id: I744a490ffb574cb29e5a4b74484c15ca6dd30617
Origin: Original
Jira: ZEP-2067
Signed-off-by: Justin Watson [email protected]