pico-sdk/tools
Patrick Plenefisch 6f1fc56833
pioasm: python output incorrectly rendered mov x, ~x as nop() (#1053)
This affects all move operations where source and destination are the same
but with an operation applied, ex: mov y, ::y, mov osr, ~osr, etc
2022-10-09 12:59:52 -05:00
..
elf2uf2 Pad all but last sector in flash binary to write whole of sector (#800) 2022-05-10 13:03:44 -05:00
pioasm pioasm: python output incorrectly rendered mov x, ~x as nop() (#1053) 2022-10-09 12:59:52 -05:00
check_configs.sh Fix various typos in CMake CONFIG lines. Also add a script that found some of these errors. (#907) 2022-08-02 07:28:37 -05:00
check_doxygen_groups.py Initial Release 2021-01-20 10:44:27 -06:00
CMakeLists.txt Fix various typos in CMake CONFIG lines. Also add a script that found some of these errors. (#907) 2022-08-02 07:28:37 -05:00
extract_configs.py Fix up filename displayed by extract_config.py when an invalid attribute is found (#853) 2022-06-13 09:48:01 -05:00
FindELF2UF2.cmake Prevent the literal string DEBUG from being appended to some messages in CMake < 3.15 (#433) 2021-05-25 17:10:55 -05:00
FindPioasm.cmake Pass PIOASM_EXTRA_SOURCE_FILES to Pioasm sub-cmake and add OUTPUT_FORMAT option (fixes #827) (#828) 2022-05-16 14:20:41 -05:00