tree: 3cbd7f986460a9b76ad817ea7afdf845e4243af3 [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_cxx_options/
  28. pico_divider/
  29. pico_double/
  30. pico_fix/
  31. pico_float/
  32. pico_int64_ops/
  33. pico_malloc/
  34. pico_mem_ops/
  35. pico_multicore/
  36. pico_platform/
  37. pico_printf/
  38. pico_runtime/
  39. pico_standard_link/
  40. pico_stdio/
  41. pico_stdio_semihosting/
  42. pico_stdio_uart/
  43. pico_stdio_usb/
  44. pico_stdlib/
  45. tinyusb/
  46. CMakeLists.txt
  47. 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.