mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
Build on macOS / build (push) Waiting to run
Build on Windows / build (push) Waiting to run
* add pioasm --version, and print version number in generated files * Hook up pio version string in Bazel build --------- Co-authored-by: Armando Montanez <amontanez@google.com>
16 lines
No EOL
351 B
C
16 lines
No EOL
351 B
C
/*
|
|
* Copyright (c) 2025 Raspberry Pi (Trading) Ltd.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
// ---------------------------------------
|
|
// THIS FILE IS AUTOGENERATED; DO NOT EDIT
|
|
// ---------------------------------------
|
|
|
|
#ifndef _PIOASM_VERSION_H
|
|
#define _PIOASM_VERSION_H
|
|
|
|
#define PIOASM_VERSION_STRING "${PIOASM_VERSION_STRING}"
|
|
|
|
#endif |