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

Examples build #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Examples build #107

wants to merge 2 commits into from

Conversation

KurtE
Copy link

@KurtE KurtE commented Dec 19, 2021

@duff2013 @PaulStoffregen (@mjs513)

As per Paul's list of examples that are not building using the current Teensyduino releases or soon to be released new version, that I would try to resolve a few of the examples that were not building.

Not building with current version of imxrt.h on T4.x platform:
problem is that the file defined some simple defines for the imxrt
registers associated with gpio, like DR.

But the imxrt now uses a structure to define each of the gpio ports: IMXRT_GPIO_t

Better fix would be to use this structure instead of the defines and offsetting, but as I don't own this library, just doing minimal to make build

Updates due to new version of SD library:
New version does not support: root.openRoot(volume);
Changed to: root.open("/");

Builds with new version of <SD.h>
problem is that the file defined some simple defines for the imxrt
registers associated with gpio, like DR.

But the imxrt now uses a structure to define each of the gpio ports: IMXRT_GPIO_t

Better fix would be to use this structure instead of the defines and offsetting, but as I don't own this library, just doing minimal to make build
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