tree: a62bbffd2539aa3f2352edc145cde0f0e70eb7c7 [path history] [tgz]
  1. boot_bootrom_headers/
  2. cmsis/
  3. hardware_adc/
  4. hardware_base/
  5. hardware_boot_lock/
  6. hardware_clocks/
  7. hardware_dcp/
  8. hardware_divider/
  9. hardware_dma/
  10. hardware_exception/
  11. hardware_flash/
  12. hardware_gpio/
  13. hardware_hazard3/
  14. hardware_i2c/
  15. hardware_interp/
  16. hardware_irq/
  17. hardware_pio/
  18. hardware_pll/
  19. hardware_powman/
  20. hardware_pwm/
  21. hardware_rcp/
  22. hardware_resets/
  23. hardware_riscv/
  24. hardware_riscv_platform_timer/
  25. hardware_rtc/
  26. hardware_sha256/
  27. hardware_spi/
  28. hardware_sync/
  29. hardware_sync_spin_lock/
  30. hardware_ticks/
  31. hardware_timer/
  32. hardware_uart/
  33. hardware_vreg/
  34. hardware_watchdog/
  35. hardware_xip_cache/
  36. hardware_xosc/
  37. pico_aon_timer/
  38. pico_async_context/
  39. pico_atomic/
  40. pico_bit_ops/
  41. pico_bootrom/
  42. pico_bootsel_via_double_reset/
  43. pico_btstack/
  44. pico_clib_interface/
  45. pico_crt0/
  46. pico_cxx_options/
  47. pico_cyw43_arch/
  48. pico_cyw43_driver/
  49. pico_divider/
  50. pico_double/
  51. pico_fix/
  52. pico_flash/
  53. pico_float/
  54. pico_i2c_slave/
  55. pico_int64_ops/
  56. pico_lwip/
  57. pico_malloc/
  58. pico_mbedtls/
  59. pico_mem_ops/
  60. pico_multicore/
  61. pico_platform_compiler/
  62. pico_platform_panic/
  63. pico_platform_sections/
  64. pico_printf/
  65. pico_rand/
  66. pico_runtime/
  67. pico_runtime_init/
  68. pico_sha256/
  69. pico_standard_binary_info/
  70. pico_standard_link/
  71. pico_stdio/
  72. pico_stdio_rtt/
  73. pico_stdio_semihosting/
  74. pico_stdio_uart/
  75. pico_stdio_usb/
  76. pico_stdlib/
  77. pico_time_adapter/
  78. pico_unique_id/
  79. tinyusb/
  80. BUILD.bazel
  81. README.md
src/rp2_common/README.md

This directory contains libraries specifically targeting the RP2040, RP2350 and possible future related devices.

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.