Commit Graph

  • 805925c92d started Neopixel structs master Ikatono 2023-12-19 01:38:32 -06:00
  • 2185c25f12 added Queue.h Cameron 2023-12-08 22:42:15 -06:00
  • 1b1734c15e added workspace file Cameron 2023-12-08 21:22:21 -06:00
  • 1f492d0835 my first commit Cameron 2023-12-08 21:13:49 -06:00
  • eca13acf57 Fix broken link in README.md (#397) Andrew Scheller 2023-06-11 21:15:45 +01:00
  • cbf8072072 Merge branch 'master' into develop graham sanderson 2023-06-08 15:22:59 -05:00
  • 465a2a3824 coding style fixes, copyright waiver (#395) pmarques-dev 2023-06-08 21:22:29 +01:00
  • 0d4a9f28c0 build fix for non pico boards graham sanderson 2023-06-08 10:04:05 -05:00
  • 4005af122e The dhcp server should reply to the right netif (#392) Peter Harper 2023-06-08 16:03:16 +01:00
  • 5ba4cfc677 ping example app throws lwip assert (#394) Peter Harper 2023-06-08 16:02:25 +01:00
  • 8661b5cf96 Fix PICO_VBUS_PIN (#393) Peter Harper 2023-06-08 16:01:47 +01:00
  • a9b3118443 Add an example to read VBUS and VSYS (#331) Peter Harper 2023-06-06 18:45:04 +01:00
  • 654aabc686 Update picow_ntp_client.c (#391) Frederico Pereira 2023-06-06 16:51:55 +01:00
  • 0da9d4576b Add an example for how to enable TLS verification. (#381) Peter Harper 2023-06-06 16:45:01 +01:00
  • 5f282200d3 Comments about btstack_run_loop_execute (#388) Peter Harper 2023-06-06 16:43:05 +01:00
  • 8df09c9a7c quadrature encoder: reduce PIO code size from 29 to 24 (#390) pmarques-dev 2023-06-05 16:54:37 +01:00
  • 9736fcd4af Example using a PIO interrupt (#384) Peter Harper 2023-06-05 16:33:47 +01:00
  • 36949cbf83 Call disable function for STA/AP modes. (#387) Peter Harper 2023-06-05 16:33:03 +01:00
  • 77883ed107 fix build for pio/onewire/onewire_library (#374) mjcross 2023-06-05 16:21:05 +01:00
  • 8bcf165a8f Fix bt freertos build warnings (#378) Peter Harper 2023-06-05 16:19:26 +01:00
  • 014fb537eb ble temp example: enable att server to avoid disconnect (#368) Peter Harper 2023-06-05 16:18:35 +01:00
  • bf0017c6b5 Fix typos in ht16k33_i2c README (#366) Andrew Scheller 2023-04-17 14:06:49 +01:00
  • 9a82398d82 Add pio onewire example (#334) mjcross 2023-03-26 22:48:23 +01:00
  • 56b4522ce4 Remove bitwise operation on address (#355) agento2 2023-03-22 09:44:40 -05:00
  • 8bfcdbdc63 CI: Update workflows for better use of make. Thanks to @urbasus for original suggestion. (#359) Liam Fraser 2023-03-22 14:36:59 +00:00
  • 5d6b9912c0 Use the flash chip ID as the USB serial number in dev_hid_composite (#237) Spegs21 2023-03-10 16:47:24 -05:00
  • 26368b1c36 Splitting BLE and BT Classic dependencies (#332) Mr. Green's Workshop 2023-03-11 06:45:30 +09:00
  • 3f6e1a4caf Comment Typo (#344) dp111 2023-03-10 21:43:56 +00:00
  • 4b76aaeeab Correct type in printf (#343) dp111 2023-03-10 21:43:35 +00:00
  • e44703136f Correct Types in printf (#345) dp111 2023-03-10 21:43:08 +00:00
  • 1d136651f9 Correct type in printf (#346) dp111 2023-03-10 21:42:37 +00:00
  • 4eecaa6543 Fix debug printf (#347) dp111 2023-03-10 21:42:10 +00:00
  • 60829a134a Make examples friendlier for non GCC compilers and fixed slave_mem_i2c.c to compile on boards without I2C pins (#336) Graham Sanderson 2023-03-10 15:41:40 -06:00
  • 9d3fea1419 Readme tweaks (#340) Andrew Scheller 2023-03-06 16:48:41 +00:00
  • 0df7abb3ac typo (#329) Andrew Scheller 2023-02-11 15:41:17 +00:00
  • 1c5d9aa567 Add Bluetooth examples graham sanderson 2023-02-10 17:59:58 -06:00
  • 03f97a8999 Add new github workflows graham sanderson 2023-02-09 20:28:22 -06:00
  • 13d8cdf06c Merge back example changed in master graham sanderson 2023-02-10 18:25:45 -06:00
  • 827cb43b3a Add example which uses the in-built 'DMA sniff' capability to check a CRC32 andygpz11 2023-02-10 17:11:00 +00:00
  • 42ffd518c9 fix device reset in mpu6050_i2c.c (#319) akhodeir 2023-02-10 16:40:01 +01:00
  • 92de98a364 update pico-examples/ide/vscode (#313) mjcross 2023-02-10 14:39:18 +00:00
  • b59a522ec4 Pico-W Access Point: Fix DHCP server for certain clients (dhcpcd) (#288) kripton 2023-02-09 14:41:48 +01:00
  • 5e1c1ca7b6 Add i2c slave example (#320) Peter Harper 2023-02-07 14:03:00 +00:00
  • f3f5d9fe61 update TinyUSB examples for latest TinyUSB (#325) Graham Sanderson 2023-02-06 16:56:50 -06:00
  • 9600dec1f0 fix build issues on GCC 12 graham sanderson 2023-02-06 16:18:12 -06:00
  • 86496336c1 Add tls_client example (#305) Peter Harper 2023-02-04 22:41:44 +00:00
  • e2a389c359 Generalize ST7789 init. sequence (#312) kromych 2023-02-04 14:39:22 -08:00
  • ec52f31d84 Change comment location in dev_lowlevel (#249) Tkostas 2023-02-04 23:36:47 +01:00
  • 992348a8b4 Eliminate duplicate anchor-ref (#218) Andrew Scheller 2023-02-03 19:28:14 +00:00
  • e62e8b6aeb Fix README link (#230) Andrew Scheller 2023-02-03 19:26:21 +00:00
  • d0d5ab8cc4 Small typo (#225) Andrew Scheller 2023-02-03 19:24:41 +00:00
  • 5d9f227d71 fix typos in pico-w examples (#236) Brian Cooke 2023-02-02 20:23:54 +01:00
  • dc6762409f typo (#244) Andrew Scheller 2023-02-02 19:13:23 +00:00
  • f6ac6f5b49 PIO WS2812 Sample: Change 'string' to 'strip' (#279) Henry Gabryjelski 2023-02-02 11:03:43 -08:00
  • 566ce86a6e Improve ap example (#233) Peter Harper 2023-01-23 14:35:33 +00:00
  • a605c65774 ping example app throws lwip assert (#309) Peter Harper 2023-01-04 18:58:44 +00:00
  • 6c3f2dad5c fixed bug on macOS - pico usb device sends more data than requested by usb host (#283) sashz 2022-12-23 03:23:36 +04:00
  • 8b1d1eef00 Fix build issues with spaces and parentheses (#298) Peter Harper 2022-12-22 23:22:05 +00:00
  • c80026dbed Add UDP transmitter example (#306) Peter Harper 2022-12-22 23:20:35 +00:00
  • 5bb4f7f6cb Fix issues building examples with LWIP_IPV6 (#268) Peter Harper 2022-12-06 23:49:18 +00:00
  • f31966d69d Add Python test scripts and rename MicroPython scripts (#246) Mücahit KURTLAR 2022-12-07 02:48:11 +03:00
  • b1dae7fb6d Fix debug build issue (#300) Peter Harper 2022-12-06 11:07:05 +00:00
  • 8be18f2998 Update README.adoc (#293) James Hughes 2022-11-27 00:17:05 +00:00
  • 82eae4c8ea Added a 14 segment LED example, driven by the HT16K33 (#219) James Hughes 2022-11-25 17:32:13 +00:00
  • aa9a72b494 Refactor the oled_i2c example (#217) James Hughes 2022-11-25 16:38:11 +00:00
  • 75c6a5e9db Fix missing TCP_PORT for printf in TCP server example (#270) Wenzel 2022-10-13 04:09:04 +03:00
  • 5555037e78 Load WIFI_SSID and WIFI_PASSWORD from environment (#274) Peter Harper 2022-09-11 13:31:06 +01:00
  • 15e7d06abd README and comment change for pico-w examples (#242) David Christensen 2022-07-16 17:14:49 -04:00
  • 3a0b299569 Fix incorrect gpio / gpout in hello_gpout (#241) Liam Fraser 2022-07-15 13:01:48 +01:00
  • a7ad17156b fix links to pico_w examples (#229) Brian Cooke 2022-07-01 15:01:37 +02:00
  • 01e8128953 Add Pico W examples graham sanderson 2022-06-29 22:53:50 -05:00
  • a7ce7007ff Update spi_master_slave README (#216) Andrew Scheller 2022-05-18 04:09:59 +01:00
  • 2a11e9f8f2 Clean up onboard_temperature example slightly, and let i tbuild when there is no default LED graham sanderson 2022-05-17 19:43:30 -05:00
  • 6a747b3b71 pick up new version of pico_sdk_import.cmake - only really relevant to optimize git download of pico-sdk graham sanderson 2022-05-17 16:16:00 -05:00
  • 2cb4d4aa1a Add delay to hello_rtc (#109) (#215) Graham Sanderson 2022-05-17 13:11:57 -05:00
  • 4039929324 Add missing links from README.md to new spi examples (#214) Graham Sanderson 2022-05-17 11:43:16 -05:00
  • bef1dc930f Update Raspberry Pi Pico URL in spi_master_slave (#213) Andrew Scheller 2022-05-17 17:42:56 +01:00
  • bebd459244 Add indication of how errata RP2040-E5 workarund is turned on (#210) Graham Sanderson 2022-05-17 11:24:17 -05:00
  • 705cd0fbea Add a couple of examples of using the Max7219 LED driver chip (#209) James Hughes 2022-05-17 15:35:03 +01:00
  • 72e41ad66f Fix PIO count (#211) Graeme Winter 2022-05-16 21:17:42 +01:00
  • 4d1d533122 Added onboard_temperature example. (#80) Felipe Kühne 2022-05-16 17:13:35 -03:00
  • 2147301e11 Added spi/spi_master_slave. (#101) Michael Stoops 2022-05-16 12:22:24 -07:00
  • 1a2a85ca6e Fiy a typo and clarify one comment (#189) kripton 2022-05-16 21:08:01 +02:00
  • 6bb66028ed PIO Quadrature fixes (#195) Jasper van der Neut - Stulen 2022-05-16 21:07:26 +02:00
  • fa0deaeff9 Fix position of Pico in Fritzing diagram (#194) Andrew Scheller 2022-05-16 20:06:22 +01:00
  • 21622fc913 Remove apostrophes and fix a typo (#196) Andrew Scheller 2022-05-16 20:05:24 +01:00
  • cba82df30b ir_nec: fix a minor clock setup typo in nec_receive.pio (#207) Samuel Jones 2022-05-16 14:48:42 -04:00
  • f9d11a2d74 Merge branch 'master' into develop graham sanderson 2021-11-24 19:03:05 -06:00
  • afd1d2008f Small doc/example changes Graham Sanderson 2021-11-24 19:02:20 -06:00
  • e6fd50b3f5 Update pio/ir_nec/README.adoc file links (#183) Andrew Scheller 2021-11-19 20:23:19 +00:00
  • 498caedd1f Use PIO IRQ accessors in PIO I2C example (#164) Luke Wren 2021-11-19 20:22:52 +00:00
  • fb96fad5a5 Fixup a coding error in BME280 example (#187) James Hughes 2021-11-19 16:37:36 +00:00
  • 9133a154d8 Merge branch 'master' into develop graham.sanderson@raspberrypi.com 2021-11-04 10:09:44 -05:00
  • 188d849b1f Update README.adoc's for various examples to remove unnecessary block callouts. (#182) James Hughes 2021-11-03 16:37:42 +00:00
  • 2c3a87e6c7 Merge branch 'master' into develop graham sanderson 2021-11-01 14:42:30 -05:00
  • f800a7e303 Updates along with SDK1.3.0 release (#181) Graham Sanderson 2021-11-01 14:41:54 -05:00
  • 3f3c1f00ab add CONTRIBUTING.md (#170) Graham Sanderson 2021-11-01 08:20:17 -05:00
  • fd7fd1fd5f fix lcd_uart for PICO_BOARD=none (#179) Graham Sanderson 2021-10-29 15:52:44 -05:00
  • c507d548fe regenerated pio headers (#180) Graham Sanderson 2021-10-28 15:15:05 -05:00
  • fa09f2c88e Cleanup 3rd party samples; update README.md; add some missing copyright, fix builds for boards without certain pin definitions Graham Sanderson 2021-10-28 14:56:05 -05:00