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

I thought there was an issue for this already, but there isn't; We should generate actual linker scripts from templates at build time, allowing for substitution of board parameters (e.g....

According to datasheet 4.9.3 >The ADC can be disabled again at any time by clearing CS.EN, to save power. The implemenation for this is missing. What would be the accepted...

enhancement
adc
missing API

The ADC module could use a function to set up an interrupt handler for the ADC FIFO interrupt, in a similar fashion to what the GPIO module does. Also: there...

enhancement
adc
missing API

(as initially suggested in #192) It might be nice to have a compile-time #error if you give an invalid combination of UART_DEFAULT settings? e.g. setting {PICO_DEFAULT_UART=0, PICO_DEFAULT_UART_TX_PIN=13} (invalid because GPIO13...

There may be two issues in `i2c_read_blocking_internal`. **Issue 1** The first potential issue is [these two lines of code](https://github.com/raspberrypi/pico-sdk/blob/1.1.2/src/rp2_common/hardware_i2c/i2c.c#L231-L232): ```c abort_reason = i2c->hw->tx_abrt_source; abort = (bool) i2c->hw->clr_tx_abrt; ``` The first...

i2c

I'm not sure if this is a path the maintainers want to pursue. But I added a `tinyusb_net` target on CMakeLists to import the necessary headers and files to make...

tinyusb
networking

The build system should support building and installing the `elf2uf2` and `pioasm` utilities, documentation ~~as well as pre-compiled library files for users of build systems other than CMake~~. Right now,...

installation

I believe that something in the cmake hierarchy is overriding something important in TinyUSB's HOST_HID stack, leading to a runtime issue. I had a project based on SDK 1.2.0 and...

Any working program for Mass Storage Device working with pico-sdk ? I had tried to connect with TinyUSB, but it will not working for pico. The following error is coming....

All libraries with dependencies should have the correct dependencies in their "header only" versions This can probably be done semi-automatically.