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

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

It seems that subnormal floats are not handled by the ROM float routines, and the pico-sdk wrappers don't account for this. Code to reproduce on pico-sdk 1.5.1 (EDIT: fixed typo...

review
floating point

I'm curious and wondering if the maintainers are open to adopting a more standard approach to pico-sdk's CMake integration based on the CMake's guides for package maintainers, including [Using Dependencies](https://cmake.org/cmake/help/book/mastering-cmake/cmake/Help/guide/using-dependencies/index.html),...

build
review

When the user wants to enable the interrupt, I added a check whether a raw interrupt is added or at least a default one is set. See my problems here:...

hardware_gpio

When exploring the resource usage of a program, I was surprised to find running_on_fpga() appearing as an actual function rather than being eliminated at build time, and traced that to...

build
code size

It would be pretty useful to have a defines for ADC module that state - max reading in bits - reference voltage for actual reading conversion in applications. Also a...

https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_vreg/include/hardware/vreg.h#L26 I want to set the voltage to 0.80V but realize its not in there. The datasheet says (Table 189. VREG Register): `0000 to 0101 - 0.80V` ![Screen Shot 2023-09-02...

An issue was raised on pico-feedback around the `watchdog_get_count()` never decrementing, see raspberrypi/pico-feedback#349. This was an issue with PlatformIO and the @earlephilhower Arduino core. However, @JamesH65 mentioned that it is...

documentation

No failure issue :) Hi! I'm JLog Tom (j-log.eu). Do you want some input to be able to use an old JIVE (prior to JIVE Pro) as well?

I am using Visual Studio with VisualGDB to make a complex project and my Cmakelists.txt was getting a bit out of hand. I then created a sub folder to split...

For minimalism reasons it might be useful to enable by default the LWIP_SINGLE_NETIF in lwipopts.h. At the moment the SDK does not compile with that option.