Dirk O. Kaar

Results 77 comments of Dirk O. Kaar

@daledj Could you please try and comment on PR #7979?

@s-hadinger I am curious if you would be willing to spend some time on giving an opinion with regard to this PR and/or #8011 performing with LED strips. Real-life use...

@s-hadinger I am sorry, too, I was just going by things like https://github.com/esp8266/Arduino/pull/7231#issuecomment-616758135 and #7057 and all your much appreciated feedback to #7022

@devyte Regarding the issue mentioned in the title - if there's anything else to this PR beyond that, I have not looked for it and am disregarding it - it's...

@devyte @igrr This is a duplicate of #4598, from 2018. It seems the bug in `NmiTimSetFunc` never did get consideration, then? I've verified this issue, it still exists and is...

Once attached as NMI, can only do NMI thereafter. The chatty stuff by AlfonsMittelmyer is OT and TL;DR

@devyte More precisely: This: https://github.com/esp8266/Arduino/blob/1bfb29395f71da2caa5d14cbc6bdf8cf9c092d7a/cores/esp8266/core_esp8266_waveform.cpp#L89 is not reverted by https://github.com/esp8266/Arduino/blob/1bfb29395f71da2caa5d14cbc6bdf8cf9c092d7a/cores/esp8266/core_esp8266_waveform.cpp#L95 Because, as we well know, `startWaveform` works, re-attaching the ISR as NMI handler, but one cannot `ETS_FRC_TIMER1_INTR_ATTACH()`, any non-NMI handler...

@devyte The copyright header is AWOL in `PolledTimeout.h`, the three newly added files seem OK in this regard.

@d-a-v : could #6039 please take into account all the work and research I've done on fixing the interrupt handling? Please remember, that at heart, #6038 is the cleanest ISR...

Dear @d-a-v , no, stepping on my toes is much to hard a word, I am just a little panicky that #6039 might cause a merge mess for me, I...