Sylwester

Results 71 issues of Sylwester

This adds adjustment of the core voltage according to the results from https://forums.raspberrypi.com/viewtopic.php?p=1820686&sid=a1bc42fab114da743f958a5dbf160925#p1820686 This way the CPU cores will run at the VCORE for the corresponding frequencies. This allows for...

In the PicoADK Firmware (PicoSDK based) we are overclocking the RP2040 to 402MHz successfully. It would be great to see this in the Arduino-Pico package. So far only 1-2 chips...

enhancement

http://www.experimentalscene.com/articles/minbleps.php > A MinBLEP is a minimum-phase bandlimited step. What is this and why do I want it? Well when you make an oscillator for your synthesizer and you use...

* I2S: Functional * PSRAM: Functional * Serial: Needs initialization on custom pins (Arduino-Pico needs to put this into master) * MIDI: Functional * SDIO: Work in progress, needs porting...

According to [this](https://github.com/earlephilhower/arduino-pico/blob/edba2faa3424737b1b24d5583a330d1c54f0e7df/tools/makeboards.py#L311) it seems like it is using softmp mode for floating point operation for the RP2350. SoftFP (soft floating point): Use hardware floating-point operations, but function calls pass...

waiting for feedback

See https://github.com/earlephilhower/arduino-pico/issues/2535 According to [this](https://github.com/earlephilhower/arduino-pico/blob/edba2faa3424737b1b24d5583a330d1c54f0e7df/tools/makeboards.py#L311) it seems like it is using softmp mode for floating point operation for the RP2350. SoftFP (soft floating point): Use hardware floating-point operations, but function...

I just stumbled upon this and was wondering when you are planing to release the ESP32 example. I can test it with wireless and wired Ethernet and have access to...

Hi, I have started porting some examples of Ableton Link which would add nice functionality to circle, but it need some wrappers. So far, I have wrappers for the timer...