Results 21 comments of cyrozap

I'm still having this problem. The debug log shows that all scripts exited with "error status 1" each time they were run: ``` Sep 10 15:52:01 hostname CROND[30561]: (acme) CMD...

I got my Steam Deck yesterday, but it seemed that no one else had reverse engineered the HID data layout yet, so I decided to give it a try today....

Here's the USB descriptor, in case anyone needs it: ``` Bus 003 Device 002: ID 28de:1205 Valve Software Steam Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0...

@tjhorner I did some more testing today, and you're correct--I didn't follow the right-hand rule when labeling the accelerometer and gyroscope axes, so I had X/Y and roll/yaw swapped. I've...

Behold--my extremely professional diagrams: ![deck-accel-labeled](https://user-images.githubusercontent.com/220973/166127233-942c4fb3-e954-49c4-9516-17219f1a4247.jpg) ![deck-gyro-labeled](https://user-images.githubusercontent.com/220973/166127234-a5ad1faa-ac6b-419a-beed-5b478ecd5f16.jpg) Axis names and positive directions correspond to the ones in [my earlier post](https://github.com/kozec/sc-controller/issues/665#issuecomment-1107921068).

@mKenfenheuer I haven't done any more reverse engineering work on this after I figured out the gyroscope stuff, and haven't started adding support to SC-Controller either, so feel free to...

You joke, but I actually intend to do something like this at some point. It would be really nice if we could track performance per-commit, to see how the performance...

My plan for the C extension was to have the instruction fetch function check if the instruction it's reading is compressed and, if so, decompress the instruction and put the...

@Matthew-Bradley, as of commit f598da24d07a96ce6e541c1fce0e79b81c198ddd, rv51 uses the following resources: - Low internal RAM (0x00-0x7F, direct/indirectly addressable memory): 101/128 bytes - 8 bytes of BANK0 (0x00-0x07) registers for temporary variable...