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

Add plo for riscv64 #285

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Add plo for riscv64 #285

merged 3 commits into from
Jan 30, 2024

Conversation

lukileczo
Copy link
Member

Description

JIRA: RTOS-550

Motivation and Context

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: (list targets here).

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

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

cmds/elf.h Outdated Show resolved Hide resolved
devices/flash-riscv64/flashdrv.c Outdated Show resolved Hide resolved
hal/riscv64/plic.c Outdated Show resolved Hide resolved
hal/riscv64/plic.c Outdated Show resolved Hide resolved
hal/riscv64/plic.c Outdated Show resolved Hide resolved
hal/riscv64/plic.c Outdated Show resolved Hide resolved
hal/riscv64/plic.c Outdated Show resolved Hide resolved
hal/riscv64/plic.h Outdated Show resolved Hide resolved
hal/riscv64/plic.h Outdated Show resolved Hide resolved
hal/riscv64/plic.h Outdated Show resolved Hide resolved
hal/riscv64/plic.h Outdated Show resolved Hide resolved
hal/riscv64/plic.h Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Unit Test Results

6 410 tests  ±0   5 776 ✅ ±0   30m 52s ⏱️ +4s
  354 suites ±0     634 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 8d0f6ec. ± Comparison against base commit a8408b1.

♻️ This comment has been updated with latest results.

@lukileczo lukileczo force-pushed the lukileczo/rtos-550 branch 2 times, most recently from 31675f6 to 05da57b Compare September 7, 2023 15:01
hal/riscv64/exceptions.c Outdated Show resolved Hide resolved
@nalajcie
Copy link
Member

nalajcie commented Sep 7, 2023

I would advice to add common technical words to /.codespell_ignore file in repo to avoid future issues with codespell
image

AFAIK it's only used in ports right now - in lsb PR (https://github.com/phoenix-rtos/phoenix-rtos-ports/pull/54/files#diff-9419e32c35e70ac3f5a58e5d4a2312c38b9d0b4549abaa63829d9143b50408b7)

@lukileczo lukileczo force-pushed the lukileczo/rtos-550 branch 5 times, most recently from e10a449 to 7d1eedc Compare January 2, 2024 10:01
@lukileczo lukileczo force-pushed the lukileczo/rtos-550 branch 5 times, most recently from 315ac8f to 914f09e Compare January 2, 2024 16:18
@lukileczo lukileczo force-pushed the lukileczo/rtos-550 branch 3 times, most recently from d725faa to 0da964d Compare January 10, 2024 13:36
@lukileczo lukileczo force-pushed the lukileczo/rtos-550 branch 2 times, most recently from fe58683 to 5d892d0 Compare January 12, 2024 11:12
@lukileczo lukileczo marked this pull request as ready for review January 12, 2024 11:12
cmds/kernel.c Show resolved Hide resolved
hal/riscv64/_init.S Outdated Show resolved Hide resolved
hal/riscv64/cpu.h Outdated Show resolved Hide resolved
hal/riscv64/timer.c Outdated Show resolved Hide resolved
@agkaminski agkaminski merged commit a42c24f into master Jan 30, 2024
30 checks passed
@agkaminski agkaminski deleted the lukileczo/rtos-550 branch January 30, 2024 11:05
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