jayzakk

Results 6 issues of jayzakk

As of now, HTTP Streams can only use port 80, as the HTTPClient can not parse URLs. This PR would add the function to use different Ports (and more complex...

The compiler produces quite a lot larger code sizes (additionally to having 1k less usable flash due to eeprom emulation), which makes larger Atmega projects impossible to run on LGT....

help wanted

As https://www.arduino.cc/en/Reference.AnalogReadResolution states > It defaults to 10 bits (returns values between 0-1023) for backward compatibility with AVR based boards. This doesn't seem to be true - at LGT8F. I...

help wanted

Out of curiosity, I did some speed tests with several boards I have (results see attachment). The code for this numbers is based of parts from https://playground.arduino.cc/Main/ShowInfo/ and the PI...

enhancement
Will fix in next release

While doing performance tests, I noticed that the special SPI.transfer(writebuf,readbuf,count) is only called for write, but not for read. As this massively speeds up data throughput on supported MCUs, please...

Add support for the LGT8F-series of CPUs, which behave different from original Atmega due to 4 byte SPI buffer. Before, SPI does not work, because DC changes level in the...