Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 13 of 13) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_util/
DBUILD.bazel18 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
Dpico_mbedtls.c27 #error SHA256 hardware acceleration not supported
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h230 void flash_devinfo_set_d8h_erase_supported(bool supported);
/hal_rpi_pico-latest/src/common/pico_sync/
DBUILD.bazel29 # valid_params_if() uses Statement Expressions, which aren't supported in MSVC.
/hal_rpi_pico-latest/src/common/pico_time/
DBUILD.bazel15 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel105 …ate default for the current platform. rp2040 is only supported on the rp2040. dcp is only supporte…
118 …default for the current platform. rp2040 is only supported on the rp2040. vfp and dcp are only sup…
/hal_rpi_pico-latest/docs/
Dmainpage.md5 … time with a conventional `main()` method. Standard C/C++ libraries are supported along with APIs …
19 The SDK uses CMake to manage the build. CMake is widely supported by IDEs (Integrated Development E…
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c349 void flash_devinfo_set_d8h_erase_supported(bool supported) { in flash_devinfo_set_d8h_erase_supported() argument
351 (uint)supported << OTP_DATA_FLASH_DEVINFO_D8H_ERASE_SUPPORTED_LSB, in flash_devinfo_set_d8h_erase_supported()
/hal_rpi_pico-latest/bazel/
DREADME.md93 Currently, the following features are not supported:
104 to ensure all supported configurations build properly:
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy272 … { pioasm.check_version(1, @$, "irq prev"); error(@5, "'rel' is not supported for 'irq prev'")…
273 … { pioasm.check_version(1, @$, "irq next"); error(@5, "'rel' is not supported for 'irq next'")…
302 … REL { pioasm.check_version(1, @$, "irq prev"); error(@5, "'rel' is not supported for 'irq prev'")…
303 … REL { pioasm.check_version(1, @$, "irq next"); error(@5, "'rel' is not supported for 'irq next'")…
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_toolchain.cmake18 error("Default build type is NOT supported")
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c151 #warning PICO_VTABLE_PER_CORE==1 is not currently supported in pico_multicore in multicore_launch_core1_with_stack()
/hal_rpi_pico-latest/
DREADME.md8 …e and starts with a conventional `main()` method. Standard C/C++ libraries are supported along with