Rene Greiner

Results 6 issues of Rene Greiner

After doing some things and tests with vexcl, I am very soon in the position that I need more. Especially I'm thinking about stream processing and pipelining, overlapped transfer and...

enhancement

According to datasheet 4.9.3 >The ADC can be disabled again at any time by clearing CS.EN, to save power. The implemenation for this is missing. What would be the accepted...

enhancement
adc
missing API

The PR includes 2 changes 1. better const correctness 2. the mentioned feature, every second the ISR is triggered to update the clock output

I know that it is possible to remove the explicitly set wakeup flag manually. Anyway it would be better to not set it at all if not required. Possibly: `void...

The code in void 'UC8151_Legacy::partial_update()' is not correct. And a question, even if the chip is in PTIN mode, refresh still update the whole display (it flickers). Is that correct?

[- badger2040 -]
c++

During synchronization with API the samd WInterrupts.h was deleted. But in common.h there is an additional function attachInterruptParam, for which no implementation exists in samd