-
Notifications
You must be signed in to change notification settings - Fork 39
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
ext: import ASF samv70(b) headers #23
base: master
Are you sure you want to change the base?
Conversation
Import upstream ASF support pack for the SAM V70(b). Atmel Software Framework (ASF) provides a set of low-level header files that give access to different hardware peripherals of Atmel's ICs. Origin: Atmel SAMV70(b) Series Device Support (2.4.130) License: Apache-2.0 URL: http://packs.download.atmel.com/Atmel.SAMV70_DFP_2.4.130.atpack Purpose: Introduction of ASF for the SAM series. Maintained-by: External Signed-off-by: Perry Hung <[email protected]>
Suppress deprecated macro warnings by adding the old symbols as seen in: zephyrproject-rtos@e6ed079 Signed-off-by: Perry Hung <[email protected]>
This commit patches the incorrect XDMAC_CHID register name in the Atmel SAMV70 DFP version 2.4.130. Signed-off-by: Perry Hung <[email protected]>
@iperry do you have a zephyr pull request that you can use to show that this works? see here for details on the process: https://docs.zephyrproject.org/latest/develop/modules.html#process-for-submitting-changes-to-existing-modules |
This commit patches the incorrect PWM_CH_NUM register name in the Atmel SAMV70 DFP version 2.4.130. Signed-off-by: Perry Hung <[email protected]>
This commit patches the incorrect PWM_CMP register name in the Atmel SAMV70 DFP version 2.4.130.
I added two more patches to address issues found as part of twister tests. I've submitted zephyrproject-rtos/zephyr#46362 to use this, with two build targets for CI/CD. |
Hi @iperry , Did you review all this list? hal_atmel/asf/sam/include/same70b/README Lines 38 to 48 in 7518d0b
|
Hi @iperry , hal_atmel/asf/sam/include/same70b/README Lines 38 to 48 in 7518d0b
|
I asked for some guidance in the discord channel and didn't hear back so I cargo-cult copy pasta'd what I surmise is the correct way to import these headers.
I've applied any relevant patches that I could find from the V71 tree, but I may have missed something.
This PR:
I dropped the GMAC patch because the V70 doesn't have one.