tree: 4632e5949edb844e4ca9bfefc16dd1ffb8a2a247 [path history] [tgz]
  1. boot_stage2/
  2. cmsis/
  3. hardware_adc/
  4. hardware_base/
  5. hardware_claim/
  6. hardware_clocks/
  7. hardware_divider/
  8. hardware_dma/
  9. hardware_exception/
  10. hardware_flash/
  11. hardware_gpio/
  12. hardware_i2c/
  13. hardware_interp/
  14. hardware_irq/
  15. hardware_pio/
  16. hardware_pll/
  17. hardware_pwm/
  18. hardware_resets/
  19. hardware_rtc/
  20. hardware_spi/
  21. hardware_sync/
  22. hardware_timer/
  23. hardware_uart/
  24. hardware_vreg/
  25. hardware_watchdog/
  26. hardware_xosc/
  27. pico_async_context/
  28. pico_bit_ops/
  29. pico_bootrom/
  30. pico_bootsel_via_double_reset/
  31. pico_cxx_options/
  32. pico_cyw43_arch/
  33. pico_cyw43_driver/
  34. pico_divider/
  35. pico_double/
  36. pico_fix/
  37. pico_float/
  38. pico_i2c_slave/
  39. pico_int64_ops/
  40. pico_lwip/
  41. pico_malloc/
  42. pico_mbedtls/
  43. pico_mem_ops/
  44. pico_multicore/
  45. pico_platform/
  46. pico_printf/
  47. pico_rand/
  48. pico_runtime/
  49. pico_standard_link/
  50. pico_stdio/
  51. pico_stdio_semihosting/
  52. pico_stdio_uart/
  53. pico_stdio_usb/
  54. pico_stdlib/
  55. pico_unique_id/
  56. tinyusb/
  57. CMakeLists.txt
  58. 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.