zephyr/boards/arm/rddrone_fmuk66
Daniel DeGrasse 17d9bea474 drivers: edma: allow transfer descriptors to be placed in SRAM
SOCs using the EDMA IP that supported caching must locate EDMA transfer
control descriptors (TCDs) in non cacheable memory. For M7 cores, this
can simply use the "nocache" section. For M4 cores, where the nocache
section does not exist, the chosen SRAM section must be a tightly
coupled memory block which cannot be cached. Add a note to all boards
with M4 SOCs that support caching explaining this issue, and enable EDMA
driver to locate TCDs in SRAM.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-04-22 09:44:19 +02:00
..
doc rddrone_fmuk66: Board docs for RDDRONE-FMUK66 2021-11-02 13:17:44 -05:00
board.cmake board: Adds RDDRONE-FMUK66 board support package 2021-11-02 13:17:44 -05:00
CMakeLists.txt boards: remove pinmux usage for all kinetis boards 2022-03-22 12:36:04 +01:00
Kconfig.board board: Adds RDDRONE-FMUK66 board support package 2021-11-02 13:17:44 -05:00
Kconfig.defconfig board: Adds RDDRONE-FMUK66 board support package 2021-11-02 13:17:44 -05:00
rddrone_fmuk66-pinctrl.dtsi boards: rddrone_fmuk66: correct pinmux errors 2022-04-13 13:30:08 -07:00
rddrone_fmuk66.dts drivers: edma: allow transfer descriptors to be placed in SRAM 2022-04-22 09:44:19 +02:00
rddrone_fmuk66.yaml board: Adds RDDRONE-FMUK66 board support package 2021-11-02 13:17:44 -05:00
rddrone_fmuk66_defconfig boards: remove pinmux usage for all kinetis boards 2022-03-22 12:36:04 +01:00