Andrew Scheller

Results 2239 comments of Andrew Scheller

Random guess (I know nothing about "exotic" architectures or OSes), but could this be related to #133 ?

@pico2350 Questions like "what can you get yours down to ?" ought to be asked on the [forums](https://forums.raspberrypi.com/viewforum.php?f=143), not on GitHub.

> To create a XIP_SRAM only binary you could use > > ```cmake > pico_set_modified_binary_type( no_flash > RAM "0x13ffc000" "12k" > SCRATCH_X "0x13fff000" "2k" > SCRATCH_Y "0x13fff800" "2k") > ```...

Maybe this is a first step towards #1547 ?

I guess adding such an API / function would introduce the possibility of trying to overwrite some already-written data (i.e. not freshly-erased space), and thus introduces the possibility that what...

> as most boards seem to have both a simple led and a ws2812 led. There are definitely several boards with _only_ a WS2812 and no normal LED though. EDIT:...

> I'll get rid of the on off thing and just have a method that sets the RGB of a colour status led. IMHO being able to simply turn on/off...

> But most boards are configured with both. Who's to say that you shouldn't be able to control both individually? I'm not saying that you _shouldn't_ be able to control...

This has now been fixed internally, and will be visible when we next publish the RP2350 Datasheet.

I believe that the intention behind the "this is not necessary for a state machine to be able to read the *input* value from a GPIO" comment is that you...