-
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
SAMV71 Add missing drivers dependency #22630
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
nandojve
requested review from
mnkp,
nashif,
nvlsianpu and
pabigot
as code owners
February 8, 2020 15:46
galak
approved these changes
Feb 8, 2020
mnkp
approved these changes
Feb 8, 2020
pabigot
approved these changes
Feb 8, 2020
mnkp
added
the
platform: Microchip SAM
Microchip SAM Platform (formerly Atmel SAM)
label
Feb 8, 2020
nvlsianpu
approved these changes
Feb 10, 2020
nandojve
force-pushed
the
samv71_fixes
branch
from
February 15, 2020 17:06
7c1219b
to
2686245
Compare
SAMV71 uses same driver of SAME70 and this enables the feature. Signed-off-by: Gerson Fernando Budke <[email protected]>
SAMV71 uses same driver of SAME70 and this enables the feature. Signed-off-by: Gerson Fernando Budke <[email protected]>
When added SAM4E and SAMV71 platform the huge amount of refactor left out this two configurations. This add missing configuration for all supported devices. Signed-off-by: Gerson Fernando Budke <[email protected]>
SAMV71 uses same driver of SAME70 and this enables the feature. Since driver is shared with other devices, it must be enabled conditionally based on the number of instances. This avoid show invalid options for devices with lower port count like SAM4S/SAM4E. Signed-off-by: Gerson Fernando Budke <[email protected]>
Since driver is shared with other devices, it must be enabled conditionally based on the number of instances. This avoid show invalid options for devices with lower port count like SAM4S/SAM4E. Signed-off-by: Gerson Fernando Budke <[email protected]>
This will drop old reference text for openocd dependency and update Atmel SAM-BA link. Signed-off-by: Gerson Fernando Budke <[email protected]>
61 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This will enable the missing compatible drivers already on Zephyr for SAMV71. This drivers are the same and have been used by SAME70. It will fix missing config on GPIO driver for four Atmel SAM SoC. The series of depends on at Kconfig files will enable only valid options since is it a shared configuration.
The last change will fix SAM-BA link on documentation to right place at MHCP web site.