pico-sdk/tools/pioasm
armandomontanez 6262b49c74
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
[bazel] Run buildifier on Bazel build files (#2825)
This is an automated change with the following commands:

$ find . -name "BUILD.bazel" -o -name "*.bzl" \
  -exec buildifier -lint=fix {} \;

* Add missing `load()` statements for things provided by @rules_cc. This
  is required for Bazel >9.
* Sort attributes on build targets.
* Add missing trailing commas where applicable.
2026-03-02 10:24:17 +00:00
..
cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
gen some minor pioasm fixes for #1950 (#2056) 2024-11-21 11:56:22 -06:00
test add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
ada_output.cpp add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
BUILD.bazel [bazel] Run buildifier on Bazel build files (#2825) 2026-03-02 10:24:17 +00:00
c_sdk_output.cpp add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
CMakeLists.txt add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
go_output.cpp add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
hex_output.cpp Initial Release 2021-01-20 10:44:27 -06:00
json_output.cpp [pioasm] Fix build warning due to extra parameters (#1625) 2024-05-19 16:48:53 -05:00
lexer.ll SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
main.cpp add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
output_format.h Fix pioasm build failure caused by GCC 15 changes (#2448) (#2468) 2025-05-20 15:30:17 -05:00
parser.yy some minor pioasm fixes for #1950 (#2056) 2024-11-21 11:56:22 -06:00
pio_assembler.cpp Fix WAIT GPIO n for n > 32 and when using gpio_base = 16 (#2265) 2025-02-14 09:26:22 -06:00
pio_assembler.h SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pio_disassembler.cpp small pioasm improvements (#2224) 2025-02-05 10:55:24 -06:00
pio_disassembler.h SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pio_enums.h SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pio_types.h Fix pioasm build failure caused by GCC 15 changes (#2448) (#2468) 2025-05-20 15:30:17 -05:00
python_output.cpp add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00
version.h.in add pioasm --version, and print version number in generated files (#2554) 2025-07-15 15:09:36 -05:00