Results 15 comments of Steffen Yount

> > Would you consider including the two CMake functions added in my `src/rp2_common/pico_platform_sections/CMakeLists.txt` changes? > > Those look like those could be useful functions, but I think I'll leave...

> Does this actually increase performance, or does it just increase the amount of usable memory by moving some stuff out of main SRAM into the XIP-SRAM? For my application...

> > If your code is very timing-critical, I wonder if you might be able to get even better performance by allocating the non-striped SRAM banks to specific CPUs and/or...

@will-v-pi had pointed out some CMake issues. I believe I've fixed those. I also tried to cleanup some of my comments a bit. See my updated changes in this PR.