rde2
rde2
The comment in audio_i2s.pio explaining the word format reverses the 'ws' (LRCLK) value. The PIO sends the first (most significant) 16 bits with LRCLK = 1 and the second with...
In the node.js fn handler, the ctx parameter headers property returns: get headers () { let headers = {} for (let k in this._headers) { if (this._headers.hasOwnProperty(k)) { headers[k] =...
### Version 2.12.0 ### Bug description Connect to mina sshd sftp server using normal sftp client. Use "mkdir" to create a directory. The directory is created with mode 777 (rwxrwxrwx)....
downloadArtifact calls validateArtifact to check the sha256 sums of a cached or newly downloaded file. It uses the download method internally to fetch the SHASUMS256 file and that also calls...
I'm playing with a Waveshare PICO-DVI-LCD display which has a native resolution of 1024x600: https://www.waveshare.com/wiki/PICO-DVI-LCD The manufacturer demos run with dvi_timing_640x480p_60hz or dvi_timing_800x480p_60hz Just wondering if a RP2350 could support...