pico-sdk/tools/pioasm
Stefan Becker f85d67961c
tools: fix CMake deprecation warnings (#1477)
Running a build with a newer CMake version results in a deprecation
warning from the tools subdirectory

    [13/108] Performing configure step for 'PioasmBuild'
    loading initial cache file /.../build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Release.cmake
    CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
      Compatibility with CMake < 3.5 will be removed from a future version of
      CMake.

      Update the VERSION argument <min> value or use a ...<max> suffix to tell
      CMake that the project does not need compatibility with older versions.

Raise the minimum version requirement for the tools to the same version
that is required in the top-level CMakeLists.txt anyway.
2023-08-17 11:02:18 -05:00
..
gen Make pioasm accept windows CRLF input (#829) 2022-05-16 13:44:42 -05:00
ada_output.cpp pioasm: Ada output format 2021-03-04 21:22:48 -06:00
c_sdk_output.cpp pio: Add 'pragma once' to generated header files (#237) 2021-03-08 12:21:36 -06:00
CMakeLists.txt tools: fix CMake deprecation warnings (#1477) 2023-08-17 11:02:18 -05:00
hex_output.cpp Initial Release 2021-01-20 10:44:27 -06:00
lexer.ll Make pioasm accept windows CRLF input (#829) 2022-05-16 13:44:42 -05:00
main.cpp fix arg parsing segfault (#595) 2021-10-08 09:01:56 -05:00
output_format.h remove static order dependency 2021-02-01 14:46:45 -06:00
parser.yy fix operatore precedence of */ vs +- in pioasm 2021-07-06 16:00:02 +01:00
pio_assembler.cpp pio_assembler: typo fix (#538) 2021-10-04 13:11:03 -05:00
pio_assembler.h Initial Release 2021-01-20 10:44:27 -06:00
pio_disassembler.cpp GCC 13 update. Move #include <cstdint> to header. Fixes #1363 (#1367) 2023-05-24 07:51:59 -05:00
pio_disassembler.h GCC 13 update. Move #include <cstdint> to header. Fixes #1363 (#1367) 2023-05-24 07:51:59 -05:00
pio_types.h Initial Release 2021-01-20 10:44:27 -06:00
python_output.cpp pioasm: python output incorrectly rendered mov x, ~x as nop() (#1053) 2022-10-09 12:59:52 -05:00