pico-sdk/src/common
armandomontanez b49d4ec949
Fix Bazel build breakages (#1908)
* Fix Bazel build breakages

* Adds support for new PICO_DEFAULT_UART_BAUD_RATE option.
* Fixes issues related to Picotool and boot_picoboot_headers.
* Adds pico_float RISC-V pieces to the Bazel build (not yet fully
  tested).
* Adds the missing adafruit board header to the Bazel build.

* Exclude hazard3 float test in Bazel validation script

* Restore missing dependency in hardware_boot_lock
2024-09-10 18:44:55 -05:00
..
boot_picobin_headers Fix picobin inclusion from assembler with NO_PICO_PLATFORM (#1832) 2024-08-20 12:40:52 -05:00
boot_picoboot_headers Fix Bazel build breakages (#1908) 2024-09-10 18:44:55 -05:00
boot_uf2_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
hardware_claim SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_base_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_binary_info Reorder pins in bi_pins_with_names to work with mask (#1858) 2024-08-22 11:56:16 -05:00
pico_bit_ops_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_divider_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_stdlib_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_sync SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_time Small doxygen fixes (#1828) 2024-08-20 12:41:49 -05:00
pico_usb_reset_interface_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_util Small doxygen fixes (#1828) 2024-08-20 12:41:49 -05:00
README.md Initial Release 2021-01-20 10:44:27 -06:00

This directory code that is common to all builds regardless of PICO_PLATFORM. It is a mix of common header files, or high level functionality built entirely using hardware_ or pico_ libraries provided by the actual target `PICO_PLATFORM``