FeatherWing Regression Testing time
Closed this issue · 1 comments
Now that a good handful of FeatherWings have been released, I'm going to go through and do some basic regression testing (at least with the ones I have) and list any errors caught here. I've already found a couple so far.
I went through and tested all examples (except ina219 and joy) on all the corresponding FeatherWings on both a Feather M4 Express and a Feather nRF52840 Express. Here are the results:
GPS FeatherWing
Feather M4: RuntimeError: SDA or SCL needs a pull up
nRF52840: Waitng for Fix Loop
Matrix FeatherWing
Feather M4: Passed
nRF52840: Passed
AlphaNum FeatherWing
Feather M4: Passed
nRF52840: Passed
SevenSegment FeatherWing
Feather M4: Passed
nRF52840: Passed
RTC FeatherWing
Feather M4: Passed
nRF52840: Passed on latest build
NeoPixel FeatherWing
Feather M4: Passed
nRF52840: Passed
NeoPixel FeatherWing (Palette Test)
Feather M4: Passed
nRF52840: Passed
DotStar FeatherWing
Feather M4: Passed
nRF52840: Passed
DotStar FeatherWing (Palette Test)
Feather M4: Passed
nRF52840: Passed
So there are a couple things up with the GPS FeatherWing and I'll open a ticket to look at that.