Steffen Yount
Steffen Yount
I've updated the READMEs and the license for both my `DrumCircle` app and my other app `Pulse++` to the `Apache License 2.0` Respectively, I've setup GitHub projects for them here:...
I'll happily accept your pull-requests. The updated release zip should then be available for download here: https://github.com/steffenyount/DrumCircle/releases Cheers, -Steffen
@davidkaroly - There is/was an icon for DrumCircle, but looking in the new repo I'm not seeing it. Is it embedded in the https://github.com/steffenyount/DrumCircle/blob/main/code/DrumCircle.rsrc file? Otherwise, maybe the image is/was...
> Testing this with the `pico_stdio_test_uart` test in the SDK, by adding `pico_sections_not_in_flash(pico_stdio_test_uart)`, I'm getting an error > > My CMake version is 3.25.1, and it looks like most of...
> We want to support the CMake versions installed by major Linux operating systems (including Raspberry Pi OS), which are generally a bit behind the latest version (eg Ubuntu 22.04...
These changes are now working as expected for me and my test program running on an RP2040 using in following configurations: `pico_set_binary_type(main copy_to_ram_using_xip_ram)` `pico_set_binary_type(main copy_to_ram)` `pico_set_binary_type(main no_flash_using_xip_ram)` `pico_set_binary_type(main no_flash)`
> Haven't thought about this in detail, but two things > > 1. I wonder if we really need new build types; a single orthogonal flag which changes the behavior...
> 1. We wouldn't want to add this now, only to have to change it all when we add RP2350 support for the same thing - it would be much...
> I've popped my work so far as a draft in [#2660](https://github.com/raspberrypi/pico-sdk/pull/2660) if you want to give it a try - it should work like your PR for RP2040 (minus...
> > I've popped my work so far as a draft in [#2660](https://github.com/raspberrypi/pico-sdk/pull/2660) if you want to give it a try - it should work like your PR for RP2040...