mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-08-09 04:22:44 +03:00
* 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
351 B
C
16 lines
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 |