Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to #485 Enable D-Cache for Cortex-M7 devices. * Enable the D-Cache in `src/modm/platform/core/cortex/startup.c.in` by adding `SCB_EnableDCache()` after `SCB_EnableICache()`. * Add a comment explaining the D-Cache enablement and the need for manual invalidation on certain operations. * Update the documentation in `docs/src/reference/build-systems.md` to reflect the D-Cache enablement for Cortex-M7 devices. * Add a note in the documentation about the need for manual invalidation on certain operations. Signed-off-by: Vishwanath Martur <64204611+vishwamartur@users.noreply.github.com>
- Loading branch information