Dan Halbert

Results 227 comments of Dan Halbert

Thanks @mmoskal. I also tried using our nRF UF2 bootloader, which presents as `/dev/sda`, not `sda1`, and it also works. I made some changes to the boot partition in the...

I have Beagle traces, but at first glance they are not that interesting. As described in the ChromeOS bug, the mount command hangs -- there didn't seem to be a...

@gilles-duboscq These are interesting traces. Below are my traces, in .tdc (Beagle format), .csv (exported from Beagle), .pcapng, and .txt (.pcapng parsed in wireshark ). The `metrom0` trace files are...

Google engineers asked us for USB traces in https://issuetracker.google.com/issues/409576876, but have not yet responded further.

You can have multiple `NeoPixel` objects driving multiple strips.

Policy followup re what CircuitPython is going to do: Recently we CircuitPython discussed internally what to do about the E9 workaround. Without adding additional API specifically to support the RP2350,...

Here is a very simple pico-sdk reproducer. Tested with pico-sdk 2.0.0. `arm-none-eabi-gcc` is `13.2.rel1`. ```sh cmake -DPICO_BOARD=pimoroni_tiny2350 .. ``` **CMakeFiles.txt** ``` cmake_minimum_required(VERSION 3.13...3.27) # initialize the SDK based on PICO_SDK_PATH...