tree: 6b1223cfcbe2a201ee2b5eb7e7b6476e41a0146d [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_btstack/
  32. pico_cxx_options/
  33. pico_cyw43_arch/
  34. pico_cyw43_driver/
  35. pico_divider/
  36. pico_double/
  37. pico_fix/
  38. pico_float/
  39. pico_i2c_slave/
  40. pico_int64_ops/
  41. pico_lwip/
  42. pico_malloc/
  43. pico_mbedtls/
  44. pico_mem_ops/
  45. pico_multicore/
  46. pico_platform/
  47. pico_printf/
  48. pico_rand/
  49. pico_runtime/
  50. pico_standard_link/
  51. pico_stdio/
  52. pico_stdio_semihosting/
  53. pico_stdio_uart/
  54. pico_stdio_usb/
  55. pico_stdlib/
  56. pico_unique_id/
  57. tinyusb/
  58. CMakeLists.txt
  59. 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.