Koji KITAYAMA

Results 20 comments of Koji KITAYAMA

@Wini-Buh Thank you very much for testing and useful comments! I understood we need more modifications to work with gcc for big-endian. My understanding for the current implementation (`dcd_usba`) of...

Sorry for late response. I am busy for family reasons. @Wini-Buh Thank you for comments. I understood we need `__evenaccess` keyword. @perigoso Thank you for updating this PR to add...

@me-no-dev Thank you for finding the bug! I was misunderstand byte ordering of GUID.

> uvcvideo: No valid video chain found. This message is [here](https://github.com/torvalds/linux/blob/8fe31e0995f048d16b378b90926793a0aa4af1e5/drivers/media/usb/uvc/uvc_driver.c#L2085). I guess the message indicates no input terminal connects with the streaming interface on the chain. This may be...

I guess the method is still under consideration. #662 mentions atomic operations for ARM architecture. FYI, RTX implements [atmic_wr8](https://github.com/ARM-software/CMSIS_5/blob/2ccc9e92637fe80f50d5e8b9d503bb715112fe69/CMSIS/RTOS2/RTX/Source/rtx_core_cm.h#L465) by using these instructions.

Current version pyOCD doesn't work with JTAG on CMSIS-DAP. Because pyOCD sets JTAG state to `Test-Logic-Reset` after initialized. We can see that [JTAG_Transfer](https://github.com/ARM-software/CMSIS_5/blob/51263182d16c92649a48144ba56c0945f9fce60e/CMSIS/DAP/Firmware/Source/JTAG_DP.c#L167) (DAP_Transfer invokes the function) sets JTAG state...

`self.size` is not a member variable of `RemoveWatchpointCommand`. So, accessing `self.size` rises a exception every time and `rmwatch` command doesn't work properly.

> I actually needed to use the high speed mode of DWC2, which is the IP most common in STM32 Unfortunately, current UVC implementation only supports Full Speed but High...

> @kkitayam PTAL! If you need any examples, I will provide them to you ASAP Sorry for late response. And, thank you for your suggestion. Could you share the example...

Thank you for your PR. This issue was also reported in #2656 Sorry, I'm busy now. I’ll confirm this PR and #2656 together later.