-
**Describe the bug**
In `drivers/ethernet/eth_mcux.c:eth_mcux_phy_setup` `ENET_ReadSMIData` is called right after calling `ENET_StartSMIRead` without waiting for the MII interrupt, which leads to the…
-
Tracking issue for adding a SPI master implementation for the Teensy 4. The steps below are influenced by the work needed to bring-up an I2C master:
- [x] Add the `LPSPI1` PAC subcrate to `imxrt106…
-
With
```ini
upload_protocol = teensy-cli
```
I get an error:
```log
CURRENT: upload_protocol = teensy-cli
Rebooting...
Uploading .pio/build/Teensy40/firmware.hex
Unknown MCU type "imxrt1062"
…
-
Using probing with a simple home made probe (alligator clip, PCB material), I do a center probe and get "Probing Failed message in the bottom status bar. However, the Z axis was correctly set to the …
-
Here's the `imxrt1062-fcb-gen` from the `teensy4-rs` project. It's more advanced than the original crate, and it's gone through a rename. I'm looking for some early feedback before we start considerin…
-
Hi guys,
Great work! A quick question. Did you succeed in loading this to an EVK device? I am trying to upload the following program using mcuxpresso's GUI Flash tool to an imxrt1052 EVKB, it seems…
-
After using GGS for a few days, I am quite impressed with the quality of it. Very well done. Program limits are a useful feature. I could have used this a couple of times in the past. Even with the ar…
-
Since this was brought up in a different thread, I thought it a good idea to open a separate issue. Hopefully it will attract a bit more input here.
The encoder support currently works pretty well …
-
I need to arrange a 1 mS timer to call enet_proc_input and enet_poll(). I looked at using driver_delay_ms but that seems like more overhead than necessary. Is there a better way to do that?
From th…
-
Hi, this is a fantastic set of work. I'm looking to build software in rust around the nxp evk boards, specifically the 1062 and 1011 evk boards. I think there's a lot of common code that can be shared…