Ian McIntyre

Results 61 comments of Ian McIntyre

We could also do nothing and keep going as we have (at least for the 0.4 series). We state that the RAL is our implementation detail, and we're free to...

Great idea; HAL features should work perfectly. Thanks for chiming in. If a BSP simply forwards the HAL's interface, the BSP user is free to enable the HAL's features during...

Sounds good! Let us know how we can help. We should keep an eye on Teensy core development. Looks like they're building an ethernet stack and aggregating discussions at https://github.com/PaulStoffregen/teensy41_ethernet....

Sorry for the delayed response! Hope your project is making progress. I'd be interested in studying your SPI-specialized FlexIO driver. It could give us the chance to use an otherwise...

> I want to use a Teensy4.1 with the audio adapter, that is attached via i2s. what needs to be done for that to work? imxrt-rs/imxrt-iomuxc#3 added SAI pins, so...

I'm personally not planning FlexSPI support right now. I'm happy to support you or anyone who wants to tackle it. This could eventually use [`imxrt-iomuxc`](https://github.com/imxrt-rs/imxrt-iomuxc) support, but I think we...

We've talked in other issues, and I want to double-check my understanding of this issue. We're discussing a driver for the Flex**IO** peripheral (chapter 50 in the 1060 reference manual)....

See also mciantyre/teensy4-rs#100, which asks about EEPROM emulation using FlexSPI.

Thanks for giving this a go. It's great to see this support for today's BSP and USB driver. I'll take a look through to see what kind of uses you're...

#95 is closed, and the idea proposed in #111 still work with the new logger. Although I'm not planning to do anything fancier than #111 right now, I'll keep this...