Releases: mciantyre/teensy4-rs
teensy4-bsp 0.5.1
Add additional LPSPI instances, type aliases.
0.5.0
BREAKING Remove the BSP's internal USB logger. Users should either use imxrt-log
or construct their own USB logging stack.
The BSP still exports imxrt-hal v0.5.
0.4.8
Add environment variables for sizing the stack and heap.
0.4.7 teensy4-bsp
Enable the SVNS high-power clock gate during BSP setup, resolving issues when using the SRTC.
0.4.6 teensy4-bsp
Expose LPUART1 resources, types, from board
.
0.4.5 teensy4-bsp
Enable the LPSPI3 clock gate in the BSP, resolving issues when trying to use LPSPI3.
0.4.4 teensy4-bsp
Expose board::prepare_clocks_and_power
for users who want to configure their own resources with the BSP's clock policy.
teensy4-bsp 0.4.3
Update BSP documentation, noting that the "usb-logging"
feature causes the BSP to define a USB_OTG1
interrupt handler.
Add FlexIO instances to board resources.
teensy4-bsp 0.4.2
Fix the board clock configuration routines to enable the TRNG clock gate. This fixes a TRNG initialization defect that prevents random number generation.
teensy4-bsp 0.4.1
Add support for the Teensy MicroMod board. See #128 for details.