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

mimxrt10xx: NXP i.MX RT10xxx issue with dir(microcontroller.pin) since CircuitPython 9.1.0 #9957

Open
mathstudi opened this issue Jan 13, 2025 · 0 comments
Labels
bug mimxrt10xx iMX RT based boards such as Teensy 4.x
Milestone

Comments

@mathstudi
Copy link

CircuitPython version

Adafruit CircuitPython 9.1.0 on 2024-07-10; Metro MIMXRT1011 with IMXRT1011DAE5A
Board ID:metro_m7_1011 and
Adafruit CircuitPython 9.1.0 on 2024-07-10; Teensy 4.1 with IMXRT1062DVJ6A
Board ID:teensy41

Code/REPL

>>> import microcontroller
>>> dir(microcontroller.pin)

Behavior

With CircuitPython 9.1.0 returns only: ['class', 'dict'].

With CircuitPython 9.0.5 returns: ['class', 'GPIO_00', 'GPIO_01', 'GPIO_02', 'GPIO_03', 'GPIO_04', 'GPIO_05', 'GPIO_06', 'GPIO_07', 'GPIO_08', 'GPIO_09', 'GPIO_10', 'GPIO_11', 'GPIO_12', 'GPIO_13', 'GPIO_AD_00', 'GPIO_AD_01', 'GPIO_AD_02', 'GPIO_AD_03', 'GPIO_AD_04', 'GPIO_AD_05', 'GPIO_AD_06', 'GPIO_AD_07', 'GPIO_AD_08', 'GPIO_AD_09', 'GPIO_AD_10', 'GPIO_AD_11', 'GPIO_AD_12', 'GPIO_AD_13', 'GPIO_AD_14', 'GPIO_SD_00', 'GPIO_SD_01', 'GPIO_SD_02', 'GPIO_SD_03', 'GPIO_SD_04', 'GPIO_SD_05', 'GPIO_SD_06', 'GPIO_SD_07', 'GPIO_SD_08', 'GPIO_SD_09', 'GPIO_SD_10', 'GPIO_SD_11', 'GPIO_SD_12', 'GPIO_SD_13', 'USB_OTG1_DN', 'USB_OTG1_DP', 'dict'].

Description

No response

Additional information

No response

@mathstudi mathstudi added the bug label Jan 13, 2025
@tannewt tannewt added the mimxrt10xx iMX RT based boards such as Teensy 4.x label Jan 13, 2025
@tannewt tannewt added this to the Long term milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mimxrt10xx iMX RT based boards such as Teensy 4.x
Projects
None yet
Development

No branches or pull requests

2 participants