Skip to content

Releases: mciantyre/teensy4-rs

teensy4-bsp 0.5.1

11 Nov 14:33
Compare
Choose a tag to compare

Add additional LPSPI instances, type aliases.

0.5.0

27 May 22:43
Compare
Choose a tag to compare

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

05 Apr 11:48
Compare
Choose a tag to compare

Add environment variables for sizing the stack and heap.

0.4.7 teensy4-bsp

27 Jan 15:34
Compare
Choose a tag to compare

Enable the SVNS high-power clock gate during BSP setup, resolving issues when using the SRTC.

0.4.6 teensy4-bsp

26 Dec 13:24
Compare
Choose a tag to compare

Expose LPUART1 resources, types, from board.

0.4.5 teensy4-bsp

11 Nov 12:26
Compare
Choose a tag to compare

Enable the LPSPI3 clock gate in the BSP, resolving issues when trying to use LPSPI3.

0.4.4 teensy4-bsp

09 Oct 12:16
Compare
Choose a tag to compare

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

19 Jul 00:07
Compare
Choose a tag to compare

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

30 May 23:46
Compare
Choose a tag to compare

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

09 Feb 12:36
Compare
Choose a tag to compare

Add support for the Teensy MicroMod board. See #128 for details.