Brandon Holland
Brandon Holland
I tried to reproduce the issue from the command-line using those flags and it doesn't produce a problem. Whatever is causing it is contextual the .c file I open for...
Can confirm that using v1.12.1-2 prerelease resolves the issues on my end. Thanks!
It is closer to the first: ## Internal Flash * bootloader * app (copied from active slot in external flash) ## External Flash 32 MB ### Slot 1: (0x900000000, 16...
The app is linked for the internal flash, but stored in external flash so all of the memory addresses for rodata (like the string "Hello") or code in the text...
The only issue with that approach is that it doesn't play well with code generators (SquareLine for example). I was thinking something more global, but maybe this is to niche...
No problem. We can pursue this another time if there is more buy in. For now, I can continue to use my workaround.
I'm not sure why the verify formatting is failing now. I tried running the verify formatting script, but it ended up modifying a ton of files that have nothing to...
@AndreCostaaa thanks for the suggestion. That fixed the formatting. There are few actions still failing, but it doesn't look like it has anything to do with this pull request specifically.
I just decided to implement this quick and the outcome was far better than I expected. I will need to clean things up a bit before making a PR, but...
This also allows the use of DMA2D to sync the areas for both LV_DISP_RENDER_MODE_PARTIAL and LV_DISP_RENDER_MODE_DIRECT as LV_DISP_RENDER_MODE_DIRECT previously used the CPU to copy from one buffer to the other....