David Buezas

Results 344 comments of David Buezas

This is awesome! I made a simple test and measured your solution to be > 27% faster than using pgm_read. And it is way simpler also 🎉 This for example...

> @dbuezas : Nice benchmark and cool performance gain ! Thanks! credit goes to @LaZsolt :) --- > benchmark is slightly asymmetrical Oh, good point @SuperUserNameMan ! And it is...

Bummer. I thought we'd have 20k of RAM until the flash dies. I just tried it and it doesn't do anything.

Actually looking at some disassembled code, I think my benchmark is trash. ```asm volatile uint16_t p_addr = (uint16_t)&CharsInProgmem; 4f2: 88 e7 ldi r24, 0x78 ; 120 4f4: 90 e0 ldi...

I also compared the size of the resulting code using only one method or the other one and the sketch uses exactly the same amount of space.

What I saw in the datasheet was that it takes "1/2" so 1 or 2, I couldn't find what it depends on. Given the result of the test, wouldn't it...

Interesting, I wasn't aware of the "nano style" board with the 328d variant. I guess I've been lucky and always got 328p's. BTW, as @youxiaojie said, this variant cant handle...

I'll welcome a PR with the added support for this board

I think the `extern` keyboard would be the best way https://stackoverflow.com/questions/1433204/how-do-i-use-extern-to-share-variables-between-source-files

Hey ameeuw! I've used vscode with the arduino extension until now. I'll try platformio after vacations and see if I can add this core to the supported boards. Thanks for...