pico/rp2040: board_led and spin_delay

Change-Id: I7a102635a6d528c5786178f99abd2b3d6de3eb67
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/89202
Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
8 files changed
tree: 208bbb33bf93cfc58ac9019521cd58f712d06fca
  1. applications/
  2. build_overrides/
  3. infra/
  4. pw_board_led/
  5. pw_board_led_arduino/
  6. pw_board_led_host/
  7. pw_board_led_pico/
  8. pw_board_led_stm32cube/
  9. pw_board_led_stm32f429i_disc1/
  10. pw_spin_delay/
  11. pw_spin_delay_arduino/
  12. pw_spin_delay_host/
  13. pw_spin_delay_pico/
  14. pw_spin_delay_stm32cube/
  15. pw_spin_delay_stm32f429i_disc1/
  16. targets/
  17. third_party/
  18. tools/
  19. .gitattributes
  20. .gitignore
  21. .gitmodules
  22. .gn
  23. activate.bat
  24. banner.txt
  25. bootstrap.bat
  26. bootstrap.sh
  27. BUILD.gn
  28. BUILDCONFIG.gn
  29. env_setup.json
  30. navbar.md
  31. OWNERS
  32. PW_PLUGINS
  33. README.md
README.md

Pigweed Experimental

This repository contains experimental pigweed modules.

Repository setup

Clone this repo with --recursive to get all required submodules.

git clone --recursive https://pigweed.googlesource.com/pigweed/experimental

This will pull the Pigweed source repository into third_party/pigweed. If you already cloned but forgot to --recursive run git submodule update --init to pull all submodules.