jakkra / ZSWatch

ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.26k stars 191 forks source link

Improve QSPI support #182

Closed Kampi closed 4 months ago

Kampi commented 8 months ago

The available Flash is running low and rev 4 is ready. So we should have an eye on this topic 👍

ToDo

vChavezB commented 8 months ago

Just some info, apparently you can do XIP from external flash :)

https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/application_development/code_relocation_nocopy

Kampi commented 4 months ago

XIP causes some issues because of multiple access from XIP and file system so it will be postponed.