OtherCrashOverride

Results 93 comments of OtherCrashOverride

> It introduce a generalized stackalloc with a transient variable modififer to solve the problem. You will need the same constraints that ValueTypes have so you may as well use...

> Also, almost all code that has a "using" statement has an object that goes out of scope can be cleaned up immediately. No need to wait for the garbage...

> this explains what you're seeing but not why. ARMv8 is backwards compatible in that it can run AArch64 and AArch32 with an AArch64 kernel. However, the 32bit "compatible" dependencies...

> if you guys dpkg --add-architecture armhf does this run for you? That did not work for me. You still need to install the 32bit version of the required dependencies:...

After going one by one installing dependencies: ```sudo apt install libc6:armhf sudo apt install libgtk2.0-0:armhf sudo apt install libx11-xcb1:armhf sudo apt install libxtst6:armhf sudo apt install libxss1:armhf sudo apt install...

The codec hardware only supports NV21. Since there is currently no other choice, the value is hardcoded by Amlogic.

The difference in NV12 and NV21 is the order of UV data: UV vs VU. My statement about "no other choice" was referring to different color formats such as YUV420...

I agree there is a need for file management. However, I think it should be a stand alone application rather than part of the menu. This would eliminate the need...

That was actually my first thought too. However, not having a keyboard is an obstacle to implementing existing file managers.

I have no plans for ESP-IDF 4.0+ support. This is due to the change from 'make' to 'cmake'. Since the ESP-IDF version is unique to each project, this decision should...