- 11 Jun, 2023 1 commit
-
-
Andrew Scheller authored
-
- 08 Jun, 2023 6 commits
-
-
graham sanderson authored
-
pmarques-dev authored
Co-authored-by: Paulo Marques <pm@quant-insight.com>
-
graham sanderson authored
-
Peter Harper authored
The DHCP server broadcasts messages. This are being sent via the default netif which might be completely the wrong network. We want to send messages to the netif we got the original message from.
-
Peter Harper authored
Now LWIP_PLATFORM_ASSERT has been fixed we're seeing an assert for the ping example app. It sets the SO_RCVTIMEO socket option which is not enabled. Fixes #308
-
Peter Harper authored
Inexplicably using the wrongly named constant. Should be PICO_VBUS_PIN. * In read_vsys ignore initial readings We were doing this for pico_w but it seems it's needed for pico as well.
-
- 06 Jun, 2023 4 commits
-
-
Peter Harper authored
The process is different on Pico and Pico W so demonstrate how to do it. Fixes #324
-
Frederico Pereira authored
Fix "invalid conversion from 'void*' to 'NTP_T*'"
-
Peter Harper authored
* Add an example for how to enable TLS verification. TLS should really be used with verification enabled, as otherwise you can still suffer from a "man in the middle" attack. Add an example that demonstrates how to do this. Fixes #337
-
Peter Harper authored
Co-authored-by: Graham Sanderson <graham.sanderson@raspberrypi.com>
-
- 05 Jun, 2023 6 commits
-
-
pmarques-dev authored
Co-authored-by: Paulo Marques <pm@quant-insight.com>
-
Peter Harper authored
* Add example of using a PIO interrupt Add PIO UART receive example which uses interrupts.
-
Peter Harper authored
If the user presses "d" wifi is disconnected and the example exits. Tests new "disable" functions. Fixes #386
-
mjcross authored
I think CMake `target_sources()` requires the keyword (INTERFACE | PUBLIC | PRIVATE) Co-authored-by: mjcross <admin@crossleys.biz>
-
Peter Harper authored
Fixes #373
-
Peter Harper authored
Fixes #367 Co-authored-by: Matthias Ringwald <matthias@ringwald.ch>
-
- 17 Apr, 2023 1 commit
-
-
Andrew Scheller authored
-
- 26 Mar, 2023 1 commit
-
-
mjcross authored
* Adds PIO onewire example Co-authored-by: martin <admin@crossleys.biz>
-
- 22 Mar, 2023 2 commits
-
-
agento2 authored
-
Liam Fraser authored
-
- 10 Mar, 2023 8 commits
-
-
Spegs21 authored
-
Mr. Green's Workshop authored
Co-authored-by: Peter Harper <peter.harper@raspberrypi.com>
-
dp111 authored
-
dp111 authored
-
dp111 authored
-
dp111 authored
-
dp111 authored
-
Graham Sanderson authored
Make examples friendlier for non GCC compilers and fixed slave_mem_i2c.c to compile on boards without I2C pins (#336)
-
- 06 Mar, 2023 1 commit
-
-
Andrew Scheller authored
* Whitespace tidy-up * Add some missing entries to the README
-
- 11 Feb, 2023 4 commits
-
-
Andrew Scheller authored
-
graham sanderson authored
Co-authored-by: Peter Harper <77111776+peterharperuk@users.noreply.github.com>
-
graham sanderson authored
-
graham sanderson authored
-
- 10 Feb, 2023 3 commits
-
-
andygpz11 authored
-
akhodeir authored
To reset the MPU6050, the device_reset bit shall be set to '1'. reference from "MPU-6000/MPU-6050 Register Map and Descriptions" DEVICE_RESET : When set to 1, this bit resets all internal registers to their default values. The bit automatically clears to 0 once the reset is done.
-
mjcross authored
Co-authored-by: martin <admin@crossleys.biz>
-
- 09 Feb, 2023 1 commit
-
-
kripton authored
-
- 07 Feb, 2023 1 commit
-
-
Peter Harper authored
* Add i2c slave example from https://github.com/vmilea/pico_i2c_slave To test you need to wire pin GP4 to GP6 (SDA), and pin GP5 to GP7 (SCL)
-
- 06 Feb, 2023 1 commit
-
-
Graham Sanderson authored
-