Skip to content
Snippets Groups Projects
Select Git revision
  • 3ee062318fc77980f17a45bc6ce1488f4dda286f
  • master default protected
  • develop
  • lurch-patch-2
  • int_frac
  • lurch-patch-1
  • more_board_header_checks
  • best_effort_wfe
  • bi-pins-order-assert
  • 1274-blocking-uart-transmission-appears-to-exit-early
  • iar/develop
  • use_nvic
  • new_pico_rand_api
  • tinyusb-1.5.0
  • lwip_deps
  • tusb_bump2
  • pico_rand
  • misc_headers_issues
  • tusb_bump
  • remove_memset_of_stuct
  • recursive_mutex_cxx
  • 2.0.0
  • 1.5.1
  • 1.5.0
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 1.0.0
33 results

pico_sdk_import.cmake

  • Ahmet Kizilay's avatar
    3ee06231
    set git tag for the SDK (#1630) · 3ee06231
    Ahmet Kizilay authored
    with this change we can use PICO_SDK_FETCH_GIT_TAG to specify a release tag for the Pico SDK to download.
    
    example usage:
    ```
    set(PICO_SDK_FETCH_FROM_GIT true)
    set(PICO_SDK_FETCH_FROM_GIT_TAG "1.5.1")
    include(pico_sdk_import.cmake)
    ```
    set git tag for the SDK (#1630)
    Ahmet Kizilay authored
    with this change we can use PICO_SDK_FETCH_GIT_TAG to specify a release tag for the Pico SDK to download.
    
    example usage:
    ```
    set(PICO_SDK_FETCH_FROM_GIT true)
    set(PICO_SDK_FETCH_FROM_GIT_TAG "1.5.1")
    include(pico_sdk_import.cmake)
    ```