Leonardo Laguna Ruiz

Results 46 comments of Leonardo Laguna Ruiz

I figured it out. I just flashed the ROM contents to the address 0x08020000 using the STM32CubeProgrammer.

I did more testing on Mac, Linux and Windows. I have successfully copied the rom only in Windows. In all three cases, when trying to copy the new rom.gb file,...

At the end I was able of transferring the rom in Linux as well by permanently delete file first (using shift+del). In Mac it only works if I copy the...

I have not used an XMOS device in a long time. Last time I tried to get one there were some export restrictions. I think I wont be doing any...

Thanks! there may be other outdated manuals. I will check them when I have some time.

I think it is not possible to easily exchange presets from the two modules using the VCV Rack presets. But there's a way that you can manually transfer them using...

I borrowed a few boards to test. It works on Arduino Leonardo, Arduino Uno, Teensy 3.1. But did not worked on Arduino Mega 2560 and ChipiKit Uno. I guess that...

I'm experiencing the same issue on macOs (arm64) when running `make cold` on 2.1.5. This is in a build machine where no OCaml compiler is available. I tested building 2.2.0~alpha3...

The literals and computations resulting in constants are converted internally to 16.16. That part should be easy to change in the compiler so 8.24 is used If you have the...

The web playground always plays the last valid code. I made it that way so I could keep playing, like a live-coding session, even if I make a mistake. By...