ARMmbed / ci-test-shield

mbed CI Test Shield
Apache License 2.0
9 stars 36 forks source link

Seperated TESTS/API/PWM into three seperate tests. #60

Closed brandonboesch closed 6 years ago

brandonboesch commented 6 years ago

Instead of having only a single pwm test which measures interrupts on both rise and fall triggers, we now have it seperated as follows:

TESTS/API/PWM_rise - Tests with only rising triggers at a set period and set duty cycle

TESTS/API/PWM_fall - Tests with only falling triggers at a set period and set duty cycle

TESTS/API/PWM_rise_fall - Tests with both rising and falling triggers at multiple periods and duty cycles

mray190 commented 6 years ago

Adds the features requested here: #58

BlackstoneEngineering commented 6 years ago

@brandonboesch please make sure you remove the binary files form this PR.

brandonboesch commented 6 years ago

@BlackstoneEngineering , the binary file has been removed. Good catch!

mray190 commented 6 years ago

@khj098765 Awaiting feedback from you to see if this satisfies the requirement for the wiznet boards

BlackstoneEngineering commented 6 years ago

@andrewc-arm , can you please test this on wiznet hardware so we can proceed.

khj098765 commented 6 years ago

@mray19027 @BlackstoneEngineering @andrewc-arm The test was completed successfully. I attach the log file. test_pwm.txt