Code Monkey home page Code Monkey logo

Comments (8)

andrewc-arm avatar andrewc-arm commented on August 20, 2024

Hi, team
FYI. @khj098765 is our communication channel and an engineer in WIZnet Inc., mbed Silicon partner. Please regard this issue with reasonable priority. Thanks,

from ci-test-shield.

BlackstoneEngineering avatar BlackstoneEngineering commented on August 20, 2024

Adding this as an enhancement. We will add this in the next round of enhancements to the tests. Currently targeting end of Q3 for the next release.

For basic tests we will turn the existing single PWM test into 3 tests. One for Rise, one for Fall and one for Rise_Fall.

For Level testing we will propogate these tests into the level 1 tests as well as corner case testing.

The lack of dual edge support on the Wiznet board should not be viewed as a 'failure', but it should be noted and the note should be put on the board page so users are made aware as well. We will make changes tot he CI Test Shield project to reflect this and make it more clear what is happeneing.

@mray19027 for reference

from ci-test-shield.

mray190 avatar mray190 commented on August 20, 2024

The new folder structure will be as follows:

  • Assumptions
  • API
    |-- PWM_RISE
    |-- PWM_FALL
    |-- PWM_RISE_FALL
  • Concurrent

PWM_RISE and PWM_FALL tests will only run 1 period with 1 duty cycle to avoid long test times
PWM_RISE_FALL will run the 3 designated periods and duty cycles

from ci-test-shield.

khj098765 avatar khj098765 commented on August 20, 2024

OK, I already done.
I put on the board page so users are made aware as well.
https://developer.mbed.org/platforms/WIZwiki-W7500/
content is below
Notices : Due to low need, Dual Edge Triggered GPIO will not be supported. InterruptIn class’ rise() or fall() member function will override the previous callback setting.

is it right?

from ci-test-shield.

BlackstoneEngineering avatar BlackstoneEngineering commented on August 20, 2024

Might I suggest :

<<warning title="PWM - single edge">>
PWM on this platform is single trigger. That means you can use either `pwm.rise()` or `pwm.fall()` but not both at the same time. If you try to use both then the software will only respect the last requested edge trigger. 
<</warning>>

from ci-test-shield.

mray190 avatar mray190 commented on August 20, 2024

@BlackstoneEngineering @khj098765 Added feature in PR #60. Can you verify that the 3 new tests satisfy the feature requested?

from ci-test-shield.

BlackstoneEngineering avatar BlackstoneEngineering commented on August 20, 2024

It looks like it will do the job. This should make it so that the Wiznet board passes the rise and fall tests but fails the rise_fall test.

@khj098765 can you please test out this PR and verify on your hardware as we do not have any wiznet boards in our office.

from ci-test-shield.

khj098765 avatar khj098765 commented on August 20, 2024

@BlackstoneEngineering @mray19027 @andrewc-arm
Sorry for the delay.
The test failed but we could not find any reason yet.
Internal testing takes time.

from ci-test-shield.

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.