K3A

Results 28 comments of K3A

When I put gdbstub in my project it didn't work - gdb was reporting timeouts. So I updated the code to print each character it receives from UART and realised...

Note that I was using non-OS SDK. Now I migrated to RTOS and it keeps working as well (with the call there, haven't tried without on RTOS).

It probably sets the INTENABLE register of CPU to 0 (disables). From xtensa doc (http://0x04.net/~mwk/doc/xtensa.pdf): "INTENABLE—Interrupt-enable mask for level-1 plus high-priority interrupts." "Level-1 interrupt: Level or edge interrupt pin assertion...

No new tests seem necessary. I have just updated the _get_mda helper function to convert into the proper numpy types according to the dtype specs.

I have, of course, tested that the current tests will fail without the fix. There are tests testing the case with segmented hrit but that _get_mda needs to retype args...

The problem still persists for 2a04:4e42:d000::223 Adding the pip error for reference: ``` > pip3 install flask Collecting flask WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by...

> I wonder if it's all related to this commit?: [dd6a69e](https://github.com/home-assistant/frontend/commit/dd6a69ea03e8f9b2ddc696e3b3b5290eb400abfb) > > Lots of calls so to "more-info" added in here I am the author of mentioned PR. If...

The problem with tooltips over the side menu (not something I caused) was attempted to be fixed by this commit (by setting CSS z-index to 1) https://github.com/home-assistant/frontend/commit/fb73bfb96402b1f03bcf8c09251c3b34195c0982 (tags [20240307.0](https://github.com/home-assistant/frontend/releases/tag/20240307.0) [20240306.0](https://github.com/home-assistant/frontend/releases/tag/20240306.0)...