FreeRTOS-Kernel icon indicating copy to clipboard operation
FreeRTOS-Kernel copied to clipboard

Sync up MicroblazeV9 port with Xilinx tree

Open mubinsyed opened this issue 5 years ago • 3 comments

Description

This PR adds following updates from Xilinx tree,
  • Support for 64 bit Microblaze processor

  • Support for generation of runtime task stats

  • Implementation of default callback functions

Test Steps

  • Validated with KC705 (64 bit Microblaze in HW design)
  • Validated with KC705 (32 bit Microblaze in HW design)

Related Issue

NA

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mubinsyed avatar Nov 29 '20 20:11 mubinsyed

Hi,

I had introduced new file "portable/GCC/MicroBlazeV9/portmicroblaze.c" in this PR. Since it is board (HW design) specific file, I have removed it. Due to file removal, Header-checker is failing with following errors,

assert os.path.exists(path), 'No such file: ' + path AssertionError: No such file: portable/GCC/MicroBlazeV9/portmicroblaze.c

mubinsyed avatar Dec 08 '20 15:12 mubinsyed

Hi @cobusve ,

Could you please help with review?

mubinsyed avatar Jan 25 '21 05:01 mubinsyed

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8e664fc) 93.42% compared to head (8dfaf68) 93.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   93.42%   93.42%           
=======================================
  Files           6        6           
  Lines        3194     3194           
  Branches      885      885           
=======================================
  Hits         2984     2984           
  Misses        103      103           
  Partials      107      107           
Flag Coverage Δ
unittests 93.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 30 '21 18:09 codecov[bot]

I fixed some merge conflicts.
@mubinsyed, can you please check that everything builds correctly?

n9wxu avatar Nov 04 '22 00:11 n9wxu

We fixed the line endings with unix format LF. @mubinsyed, can you please help to update the file line endings and check that everything builds correctly?

chinglee-iot avatar Mar 27 '23 03:03 chinglee-iot

/bot run formatting

Skptak avatar Jan 05 '24 15:01 Skptak

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Jan 24 '24 19:01 sonarqubecloud[bot]