Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teensyduino 1.59 Compatibility #35

Merged
merged 8 commits into from
Feb 11, 2024
Merged

Teensyduino 1.59 Compatibility #35

merged 8 commits into from
Feb 11, 2024

Conversation

dmadison
Copy link
Owner

@dmadison dmadison commented Feb 11, 2024

Updates core files for compatibility with Teensyduino 1.59.

This PR also makes some minor changes to the continuous integration script, updating a deprecated dependency and changing the behavior of the matrix strategy fail-fast option.

This was inadvertently removed upstream, although it's needed for the dummy Serial interface used by both XInput and USB_DISABLED.
Accidentally put it in the *real* interface block. Whoops...
This property defaults to 'true', and means that if one test fails the remaining tests will halt automatically.

Since each test is testing a different compilation mode / feature, I'm disabling this so we get the most information possible out of each commit on failure.
v3 uses Node.js 16 which is deprecated
I've had nothing but issues with the v2 IDE. Adding a disclaimer to the README to alert others to potential pitfalls.

[skip ci]
@dmadison dmadison merged commit c0c5485 into master Feb 11, 2024
@dmadison dmadison deleted the teensy-159 branch February 11, 2024 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant