Joseph Chen

Results 5 comments of Joseph Chen

> Sometimes I see `__ICCARM__` being tested, and sometimes `__IAR_SYSTEMS_ICC__`. Would you mind explaining the difference, and why sometimes one is better than the other ? `__IAR_SYSTEMS_ICC__` identifies the IAR...

> Quick question : does it sound plausible to feature an `__IAR_SYSTEMS_ICC__` compiler test during CI tests on Github Actions ? > > If not, this is a "blind fix",...

@kisvegabor Could you please take a look at this issue?

> I just took a deeper look and realized the restating the timer is really bad in event driver mode. Unfortunately it's necessary to send events like long pressed, but...

> Hi [@josepho0918](https://github.com/josepho0918) > > Sorry for the late reply. We figured out it could be easier to implement than what we originally thought > > In your IRQ you...