File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
boards/arm/mimxrt1024_evk Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ features:
9393+-----------+------------+-------------------------------------+
9494| HWINFO | on-chip | reset cause |
9595+-----------+------------+-------------------------------------+
96+ | DMA | on-chip | dma |
97+ +-----------+------------+-------------------------------------+
9698
9799The default configuration can be found in the defconfig file:
98100``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig ``
Original file line number Diff line number Diff line change 112112 label = "FXOS8700";
113113 };
114114};
115+
116+ &edma0 {
117+ status = "okay";
118+ };
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ram: 32768
1616flash : 4096
1717supported :
1818 - can
19+ - dma
1920 - hwinfo
2021 - netif:eth
2122 - watchdog
You can’t perform that action at this time.
0 commit comments