CTCaer
CTCaer
- Allows payloads of max 160 KiB - Checks max payload size in order to not corrupt stack - Copies bytes leftover from the u32 conversion
So, I revisited the 0x0 sector in SPI and it's actually a [PatchRAM](https://gist.github.com/CTCaer/07671d2dac4047b4dc595f615c8617c1) When I have time, I will create a logic to use it when user only loads ROM1...
Currently it does not support dual joy-con. Add icon-based selector. Add dual joy-con button test Add usb support?
I disagree with subtracting the acc cals here. It should only be used in the coeff. https://github.com/mfosse/JoyCon-Driver/blob/6886a86d27ff5303079304c904629fc24e8deac6/joycon-driver/src/main.cpp#L276 It produces wrong values. The cal here is not exactly the origin position....
@shuffle2 So I found time to play with the OTA FW commands on the Joy-Con. It seems that RAM is partitioned to 2 regions: `0x0D0000-0x0DFFFF` and `0x200000-0x247FFF` which match the...
Btw, what's the reason the sequencer registers are not set for single 32bit word bursts? Especially when it's used to interface tegra registers also which are 32bit. (_AHB_SEQ_0 = 0x02000000...
Hello, I'm developing a hw decoder based on ffmpeg for all Nvidia Tegra platforms (X1 and up). By default, chromium allows for H264 and VP8 to fallback into FFMPEG so...