Replies: 3 comments 7 replies
-
That was exactly what I was getting at! I am fairly sure that the Teensy could be supported with relatively minor changes. Basically, the memory configuration on that board is substantially different from the MIMXRT1050_EVK, and there would be some mods needed to the bootup code and linker script. I'm pretty sure I know how to make these mods thanks to some experiences at my job. Additionally, we would need to get Mbed to generate a hex file in the correct format for Teensy Loader so that you could flash the board. I'm not 100% sure what it needs. Do you have a Teensy 4.x available to test with? If so, I could try and make a branch for it. |
Beta Was this translation helpful? Give feedback.
-
Ok, so it wasnt flat supported but undocumented, it needs a little work. "Do you have a Teensy 4.x available to test with? If so, I could try and make a branch for it." Yeah, I have a 4.0 I could test with, but full disclosure Im not a computer programmer |
Beta Was this translation helpful? Give feedback.
-
I have an older Teensy, should be 3.6. Is it also supported? I never had a closer look to this board. |
Beta Was this translation helpful? Give feedback.
-
"Basically, the MIMXRT1051 is the base model, and code compatible with it will run on any of the other chips. The other part numbers simply add features on top of that."
Reading this, does this mean the MIMXRT1062 aka Teensy4/4.1 , is "supported" by mbed-os and has been this whole time?
Also, good work with the community edition. I have high hopes for the project, as it made migrating from various chips during the shortage relatively easy , despite my lack of programming knowledge.
Beta Was this translation helpful? Give feedback.
All reactions