Dr Jon Durrant

Results 10 issues of Dr Jon Durrant

frame_buffer is allocated with new but never destroyed even if the pico_graphics object is removed.

bug
[- pico graphics library -]

**Prerequisites** Can you reproduce the problem reliably? Yes Did you check current release notes for known issues? Yes If this is not the latest release, have you checked newer releases?...

enhancement

## Issue template - Hardware description: Agent running on Ubuntu 22.04 x86)64 Firmware on Raspberry PI Pico W - RTOS: FreeRTOS - Installation type: micro_ros_setup - Version or commit hash:...

If I call the code insert below every 5 second for a couple of dozen times the SNTP function starts to constantly fail. SNTP_init(SOCKET_SNTP, sntpSvrIp, tz, pEthernetBuf ); for (uint8_t...

I'm trying to auto provision radius assigned vlan using MAC address. Calling create_radius_account with username and password being same results in blank password. Any suggestions?

Would be great to add the debug port.

Feature Request for GPIO Function **gpio_irq_callback_t gpio_get_irq_callback()** Justification: Only a single callback function is held per core. A library wishing to establish a GPIO callback needs to know if another...

Building on Mac M1 with clang-1500.3.9.4 I get the following error: src/target/riscv/batch.c:194:24: error: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint32_t *' (aka 'unsigned int *') increases required...

I have two version of picotool available in my ~/pico directory: picotool-2.1.0 and picotool-2.1.1. Setting environment variable PICOTOOL_FETCH_FROM_GIT_PATH according to documentation should set which picotool to use but this always...

On SDK 2.2.0 if you enable the watchdog then calling rom_reset_usb_boot just halts the calling core but does not trigger bootsel mode. This doesn't seem to be mentioned in the...

documentation