Blake Felt

Results 11 comments of Blake Felt

I got it to work using socat. ```sh echo "c_shutdown()" | socat EXEC:"docker attach dst_master",pty STDIO ``` By putting that in a "my_shutdown.sh" script, I also got a working systemd...

In this section: ```python3 # print whether the data remains intact and indicate we are finished _thread.lock() print(list(data) == list(range(256))) global n_finished n_finished += 1 _thread.lock() ``` you lock the...

I have no plans for major changes to this project currently, but I welcome any changes that are made.

This partially solves #6811. A lot of the discussion over there is focused on HID devices, which this fully solves.

I structured this in my head in 3 phases: (a) refactor the code to make it generic, (b) refactor the descriptor code so additional entries can be dynamically added (only...

My end goal is to read a USB HID device using a second port acting as host on the rp2 (see https://github.com/sekigon-gonnoc/Pico-PIO-USB) and have the rp2 appear as an HID...

> So if I understand correctly, your end goal is to make the rp2 into a custom HID passthrough device? Correct. Coupled with gpios, etc. I have not thought about...

@dhalbert I saw that but I am waiting on adafruit/circuitpython#6247 (I wanted this fully done within a few months but I no longer think that is reasonable) and I was...

The item identification changes are mentioned in #15478. I forced a few commits to fix styling, change wording slightly, and to add Honey Locust.