Git Product home page Git Product logo

Comments (4)

NoMaY-jp avatar NoMaY-jp commented on August 28, 2024

Hello,

I think that one possible solution for type (2) is as following. (But I can't guess what causes type (1).)

One possible solution for type (2):

(Step 1) Revert changes made by Uncrustify in case of source files for CC-RX compiler.
(Step 2) Replace single line comment starting with ';' by "/*" ~ "*/".
(Step 3) Execute Uncrustify again.

Best regards,
NoMaY

from freertos-kernel.

lundinc2 avatar lundinc2 commented on August 28, 2024

Thank you for bringing this to our attention @NoMaY-jpm, I will begin investigating this issue.

from freertos-kernel.

NoMaY-jp avatar NoMaY-jp commented on August 28, 2024

Thank you for your attention @lundinc2. I noticed more inline asm codes which cause compile error. The below 1st and 2nd instructions are used in the Renesas RX600v2 port layer etc. The 3rd ~ 6th instructions will be used new Renesas RX700v3 DPFPU port layer which is being prepared by me for new pull request. Unfortunately white spaces around hyphen causes compiler error when Renesas CC-RX compiler is used.

Before Style:Uncrustify - Compiler error is not caused.

    POPM R1-R15
    PUSHM R1-R14

    DPOPM.L DPSW-DECNT
    DPOPM.D DR0-DR15
    DPUSHM.D DR0-DR15
    DPUSHM.L DPSW-DECNT

After Style:Uncrustify - Compiler error is caused.

    POPM R1 - R15
    PUSHM R1 - R14

    DPOPM.L DPSW - DECNT
    DPOPM.D DR0 - DR15
    DPUSHM.D DR0 - DR15
    DPUSHM.L DPSW - DECNT

from freertos-kernel.

alfred2g avatar alfred2g commented on August 28, 2024

Reverting files are merged.
I will close this issue, @NoMaY-jp, please reopen if you still see any issue.

from freertos-kernel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.