Tenkai Kariya

Results 17 issues of Tenkai Kariya

I get the following errors when trying to run python setup.py build_ext -i python 3.7.4 ``` In file included from src/GaussianPyramid.cpp:4: In file included from src/GaussianPyramid.h:7: In file included from...

I have non blocking reads and writes set up over UART using HAL_UART_Transmit_IT and HAL_UART_Receive_IT, and when I paste into the terminal, it sometimes misses characters. I have adjusted buffer...

https://embeddedmicro.com/products/mojo-v3.html https://embeddedmicro.com/tutorials/mojo/

board
platform
feature

Currently, there is no support for implementing 12 bit color (RGB444 = BRG444) The benefit of using 12 bit color would be a 25% increase in performance writing pixel data...

It would be great to be able to set a directory to be the snapshot root directory, such as /tests/snapshots This would make it possible to use snapshots in unit...

When I try to run the example passthrough, it does not compile. I have in fact not been able to get the USB2OTG peripheral to work at all. I am...

This issue is dependent on RGB444 and BRG444 being [added to embedded-graphics pixelcolor](https://github.com/embedded-graphics/embedded-graphics/issues/726), but I figured it would be good to create this bug to track the issue as well....

to address bug: https://github.com/PaulStoffregen/Audio/issues/89

With this vendor supplied SVD: ```xml I2C0 < ... more attributes /> 1 0x18 I2C0_GPRCM[%s] 0x800 I2C0_PWREN ... more registers /> ``` I am unable to copy or rebase registers...

It seems that ux_system_initialize is set to point to the incorrect function if UX_SYSTEM_ENABLE_ERROR_CHECKING is defined or not