Files
Dawid Wojtas 54bf8311b0 [BH-1770][BH-1677] Update fsl drivers
Now the system uses 2.14.0 version.
Add only necessary drivers:
- pit
- pmu
- rtwdog
- snvs_hp
- snvs_lp
- src
- trng
- wdog
- gpio
- gpt
- lpi2c
- lpuart
- lpuart_edma
- common
- common_arm
- dmamux
- edma
- flexram
- flexram_allocate
- clock
- cache
- CMSIS
- dcp
- iomuxc

Changed speed of the USDHC clock from ~109MHz to ~81MHz.
Also changed bus timing from kMMC_HighSpeedTiming to
kMMC_HighSpeed200Timing for better efficiency.
2024-02-21 18:58:12 +01:00
..
2019-06-11 12:28:02 +02:00
2021-10-15 14:14:27 +02:00
2021-12-13 15:44:44 +01:00

board-rt1051

This directory contains low-level drivers and files necessary to configure and run RT1051.

Files organisation

  • Linker scripts for RT1051 ldscripts/
  • Memory organisation
    • Pure puretx/
    • Bell bellrx/
  • Crashdump
  • Common Microcontroller Software Interface Standard (CMSIS)
  • Newlib
    • GCC11
    • GCC12
  • xip

Crashdump

Crashdump helps to analyse crash dump files. If you consider change memory organisation for Pure or Bell remember to change crashdump/crashcatcher_impl.cpp

Tool for analyse: https://github.com/mudita/misc-tools/tree/master/crashdump