Damien George

Results 1057 comments of Damien George

> The only thought I have is whether it's clear to someone viewing the downloads page what the replacement for the old variant is, so they can see why there...

Thanks for the report. Using the above flags I could reproduce the problem, and it looks like the issue is related to the NLR code (custom setjmp/longjmp handling). As a...

It looks like it's related to the `-flto=auto` option. Simply adding this option to `CFLAGS` and compiling on x86-64 will lead to a crash in `nlr_push`. If possible I'd suggest...

> Would it be possible to make the NLR code handle properly the link time optimizations? Maybe... on our nrf port (Cortex-M CPU) it builds with LTO and NLR and...

We should try to fix this. It's easy to reproduce.

> The N6 is missing from the FPU filter list OK, now fixed.

I finally got the filesystem working. Needed to make sure all relevant code and data structures to erase/write SPI flash is in RAM, and that interrupts are fully disabled during...

> Yes it's the remap, if I change it to 888 it works but then it fails to create a filesystem What read mode do you use for 888? Do...

I nearly have 8-8-8 octal DTR mode working with the filesystem. Just a few things to tidy up...

> I have it working here, but I use HAL drivers Yes, thanks, I was studying that code (you use `HAL_XSPI_INSTRUCTION_8_BITS` when I think it should be `HAL_XSPI_INSTRUCTION_16_BITS`?).