mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
- fix bug: pioasm was spilling bit 5 of arg2 into arg1 - make pio_add_program flip bit 5 of a WAIT GPIO instruction if gpio_base is 16 Note: pioasm will encode only the bits 4-0 of arg2 (the GPIO number), however it does indicate whether 0-15 means 0-15 or 32-47. This can only be fixed up when loading the program, and indeed once the GPIO base is known. pio_can_add_program and friends already detected the cases where this was impossible |
||
|---|---|---|
| .. | ||
| cmake | ||
| gen | ||
| test | ||
| ada_output.cpp | ||
| BUILD.bazel | ||
| c_sdk_output.cpp | ||
| CMakeLists.txt | ||
| go_output.cpp | ||
| hex_output.cpp | ||
| json_output.cpp | ||
| lexer.ll | ||
| main.cpp | ||
| output_format.h | ||
| parser.yy | ||
| pio_assembler.cpp | ||
| pio_assembler.h | ||
| pio_disassembler.cpp | ||
| pio_disassembler.h | ||
| pio_enums.h | ||
| pio_types.h | ||
| python_output.cpp | ||