pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Results 538 pico-sdk issues
Sort by recently updated
recently updated
newest added

(*I see this was already discussed in https://www.raspberrypi.org/forums/viewtopic.php?f=145&t=313984, but I haven't found an actual issue which was created as a consequence, so here you go*) It would be useful to...

pioasm

When trying to do a full build of pico-examples on Windows, it fails on [the httpd example](https://github.com/raspberrypi/pico-examples/tree/master/pico_w/wifi/httpd) with: ``` In file included from C:/Program Files/Raspberry Pi/Pico SDK v2.0.0/pico-sdk/lib/lwip/src/apps/http/fs.c:39: P:/pico-examples/build/pico_w/wifi/httpd/generated/pico_fsdata.inc:199:36: error:...

When I follow the documentation to build pico-examples in WSL it shows below error for some reason. This happens when I run 'make' command after executing 'cmake' command. The C++...

Pico examples project (picow_blink) configured with _-DCMAKE_PREFIX_PATH=path_to_arm_none_eabi_toolchain_ command line option fails to configure. Before the C compiler test step, it loses the content of the CMAKE_PREFIX_PATH. `-- Detecting C compiler...

build

Building MicroPython with GCC 8.5 raises a build error: ```bash In file included from micropython/ports/rp2/machine_pwm.c:32, from micropython/extmod/machine_pwm.c:50: micropython/lib/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h: In function 'pwm_set_irq_mask_enabled': micropython/lib/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h:658:55: error: expected ',' before ')' token static_assert(PWM_IRQ_WRAP_1 ==...

It would be great to have access to `stdio_put_string()` version that doesn't append newline at the end - that would simplify logging and similar routines, and can help in some...

pico_stdio

My build defines `PICO_PANIC_FUNCTION=sys_panic`. With that definition, building **panic.c** fails. ```` [ 27%] Building C object CMakeFiles/bbcbasic.dir/home/pi/pico/pico-sdk/src/rp2_common/pico_platform_panic/panic.c.obj /home/pi/pico/pico-sdk/src/rp2_common/pico_platform_panic/panic.c: In function 'panic': /home/pi/pico/pico-sdk/src/rp2_common/pico_platform_panic/panic.c:34:5: warning: implicit declaration of function 'pico_default_asm' [-Wimplicit-function-declaration] pico_default_asm...

I was reading through my PDF copy of the SDK docs, and I think that there's a typo in this example. The macro is `__time_critical_func` but the example spells it...

Decorate an unused parameter in the timer API and fill in all structure elements in a PIO API call that generate warnings under GCC 12. Fixes #1785

Fixes #878 by adding an assertion that the ordering of pins in bi_pins_with_names is correct The pins are passed as a pin mask, so there is no ordering, and therefore...

pico_binary_info