4 releases (breaking)
0.5.0 | Sep 11, 2023 |
---|---|
0.3.0 | Sep 11, 2023 |
0.2.0 | Jul 5, 2023 |
0.1.0 | Jul 2, 2023 |
#5 in #mx
28 downloads per month
Used in mimxrt595-evk-bootstub
23MB
701K
SLoC
A board support package for MIMXRT595-EVK, the official evaluation kit for the NXP i.MX RT500 family of microcontrollers.
It also includes a memory.x
file intended for inclusion into the linker
script provided by crate cortex-m-rt
.
If you are building an application targeting this board, you will need to
arrange for your flash image to contain a suitable flash control block
and initial vector table so that the on-chip boot ROM will consider it
eligable for use as boot media. You can get a default implementation of
that by linking the separate crate mimxrt595-evk-bootstub
into your
program, or customize what's generated using the macros in crate
mimxrt500-bootstub
.