Andrew Scheller

Results 2239 comments of Andrew Scheller

> Cmake files are written in bash (but you already knew that, right). Nope, Cmake files are written in [CMake](https://cmake.org/documentation/), which might _look_ like Bash in some places, but is...

> You're telling me that Raspberry Pi Pico extension is supposed to automate the make file and all of the json.files? Yes, exactly. I'm sorry to hear that you're having...

> I've found some errors in the datasheet that should be resolved. To clarify for others: this is referring to https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf > First, in 5.9.2.2. "HASH_DEF item", `size_lo` is shown...

See also #3915 Basically the "flap" on the CSI (or DSI) connector on the Raspberry Pi board is always on the opposite side to the metal contacts on the FFC...

@P33M If the HTML docs are correct, and it's the PDF docs that need updating, should we transfer this issue to pico-feedback?

This is probably because the Etcher GUI is running as a "normal" user who **can** see the "WSL directory", but the flashing-part of Etcher is using an "elevated" user who...

ping @matiasilva (IIRC there's also some "spare" IRQs on RP2040 which can be used for software interrupts? Ah yes, RP2040 datasheet says "The core can still be forced to enter...

@kilograham On a similar note, I've just noticed that Table 94 in https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf (on page 83) lists IRQ numbers 40 and 41 as `PROC0_IRQ_CTI` and `PROC1_IRQ_CTI`, but these also appear...

Hmmm, I think that #2380 (adding PROC0_IRQ_CTI and PROC1_IRQ_CTI) wasn't fixed in 2.2.0, but _this_ issue is (still) fixed in 2.2.0, because https://raw.githubusercontent.com/raspberrypi/pico-sdk/refs/heads/master/src/rp2350/hardware_regs/RP2350.svd contains: ```xml SPARE_IRQ 0x00000000 0 4 reserved...