tree: 6255e203a50efb3da85f8bd81e1b7146b21d01dc [path history] [tgz]
  1. boot_stage2/
  2. hardware_adc/
  3. hardware_base/
  4. hardware_claim/
  5. hardware_clocks/
  6. hardware_divider/
  7. hardware_dma/
  8. hardware_flash/
  9. hardware_gpio/
  10. hardware_i2c/
  11. hardware_interp/
  12. hardware_irq/
  13. hardware_pio/
  14. hardware_pll/
  15. hardware_pwm/
  16. hardware_resets/
  17. hardware_rtc/
  18. hardware_spi/
  19. hardware_sync/
  20. hardware_timer/
  21. hardware_uart/
  22. hardware_vreg/
  23. hardware_watchdog/
  24. hardware_xosc/
  25. pico_bit_ops/
  26. pico_bootrom/
  27. pico_bootsel_via_double_reset/
  28. pico_cxx_options/
  29. pico_divider/
  30. pico_double/
  31. pico_fix/
  32. pico_float/
  33. pico_int64_ops/
  34. pico_malloc/
  35. pico_mem_ops/
  36. pico_multicore/
  37. pico_platform/
  38. pico_printf/
  39. pico_runtime/
  40. pico_standard_link/
  41. pico_stdio/
  42. pico_stdio_semihosting/
  43. pico_stdio_uart/
  44. pico_stdio_usb/
  45. pico_stdlib/
  46. pico_unique_id/
  47. tinyusb/
  48. CMakeLists.txt
  49. README.md
src/rp2_common/README.md

This directory contains libraries specifically targeting the RP2040 or possible future related devices. It is selected when PICO_PLATFORM=rp2040 (the default) is specified for the build

hardware_ libraries exist for individual hardware components to provide a simple API providing a thin abstraction hiding the details of accessing the hardware registers directly.

pico_ provides higher level functionality you might generally find in say an OS kernel, as well as runtime support familiar to most C programmers.