Skip to content
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

sparcv8leon3: add DMA support to uart driver #469

Merged
merged 4 commits into from
Mar 12, 2024
Merged

Conversation

lukileczo
Copy link
Member

@lukileczo lukileczo commented Feb 16, 2024

Description

Motivation and Context

Add DMA to UART driver.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: sparcv8leon3-gr716-mimas

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

dma/grdmac2/grdmac2.h Show resolved Hide resolved
dma/grdmac2/grdmac2.h Show resolved Hide resolved
dma/grdmac2/grdmac2.h Show resolved Hide resolved
@lukileczo lukileczo force-pushed the lukileczo/grlib-dma branch 4 times, most recently from 79175fc to 997a4cf Compare February 19, 2024 11:59
@lukileczo lukileczo marked this pull request as ready for review February 19, 2024 11:59
@lukileczo lukileczo force-pushed the lukileczo/grlib-dma branch 2 times, most recently from 64d6d33 to b4f060d Compare February 19, 2024 12:03
@lukileczo lukileczo marked this pull request as draft February 20, 2024 14:35
@lukileczo lukileczo force-pushed the lukileczo/grlib-dma branch 2 times, most recently from ca1dc91 to a2ce4c4 Compare February 23, 2024 08:51
@lukileczo lukileczo marked this pull request as ready for review February 23, 2024 08:51
dma/grdmac2/grdmac2.c Outdated Show resolved Hide resolved
dma/grdmac2/grdmac2.c Show resolved Hide resolved
multi/grlib-multi/uart.c Outdated Show resolved Hide resolved
@lukileczo lukileczo force-pushed the lukileczo/grlib-dma branch 3 times, most recently from 45101de to d9ea969 Compare February 29, 2024 09:50
Copy link

@maska989 maska989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Experimental target sparcv8leon3-gr716-mimas everything works like a charm LGTM

Headers are now inlcuded through<phoenix/arch/sparcv8leon3/sparcv8leon3.h>

JIRA: RTOS-748
Copy link

Unit Test Results

7 254 tests  ±0   6 543 ✅ ±0   36m 0s ⏱️ -4s
  408 suites ±0     711 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 9ed6f8f. ± Comparison against base commit 05c71f3.

@agkaminski agkaminski merged commit 9a4b231 into master Mar 12, 2024
31 of 32 checks passed
@agkaminski agkaminski deleted the lukileczo/grlib-dma branch March 12, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants