issues
search
rp-rs
/
pio-rs
Support crate for Raspberry Pi's PIO architecture.
MIT License
149
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update lalrpop to 0.22
#69
jannic
opened
1 month ago
0
Replace `proc-macro-error` with `proc-macro-error2`
#68
Sympatron
closed
1 month ago
3
Update lalrpop to 0.21
#67
Sympatron
closed
2 months ago
0
RP235x support
#66
CBJamo
opened
2 months ago
4
Use version 4 of actions/checkout
#65
jannic
opened
2 months ago
0
Check if argument of SET instructions is valid
#64
jannic
closed
2 months ago
1
Define at compile time in pico_asm!
#63
dthelegend
opened
3 months ago
2
Clearer error/documentation on pio_asm macro when .side_set is set without opt
#62
turmoni
opened
4 months ago
1
Fix some warnings with recent versions of rust
#61
jannic
closed
2 months ago
0
Fix encoding of IN instruction with bit_count == 32 w/ tests
#60
9names
closed
6 months ago
3
Add some allow(unused) attributes to fix the build pipeline
#59
jannic
closed
6 months ago
0
Fix encoding of IN instruction with bit_count == 32
#58
jannic
closed
3 months ago
2
Encoding of IN with bit_count = 32 is incorrect
#57
xeniarose
closed
3 months ago
1
Update dependencies
#56
Sympatron
closed
3 months ago
1
Support of slice for Program code
#55
ibuki2003
opened
9 months ago
2
Call include_file! on loaded pio file
#54
jannic
opened
10 months ago
0
pio_proc::pio_file is only picking up file changes after a cargo clean
#53
JomerDev
opened
10 months ago
4
Configuring PIOBuilder
#52
JonasFocke01
closed
12 months ago
8
pio asm fails to install
#51
JonasFocke01
closed
1 year ago
3
Case sensitivity fix
#50
QuantumEF
closed
8 months ago
4
Case sensitivity for pio asm
#49
QuantumEF
closed
3 months ago
4
Update lalrpop to fix "packages contain code that will be rejected by a future version of Rust"
#48
jounathaen
closed
3 months ago
1
Update num_enum to 0.6
#47
eloc3147
closed
3 months ago
1
Cannot add `pio-proc` as dependency ("can't find crate for `std`")
#46
KizzyCode
closed
1 year ago
10
Derive Clone and Copy for Instruction
#45
jannic
closed
1 year ago
0
Clone impl for Instruction
#44
Schmeckinger
closed
1 year ago
0
Improve error message on unknown jump labels
#43
jannic
closed
1 year ago
0
Fix tests
#42
jannic
closed
1 year ago
0
Bump patch in preparation for release
#41
ithinuel
closed
1 year ago
0
"Unicode property not found" breaking build
#40
Gip-Gip
closed
1 year ago
2
Work around regex incompatibility
#39
jannic
closed
1 year ago
0
Prepare release of pio-parser 0.2.1
#38
jannic
closed
1 year ago
0
Prepare release of pio v0.2.1
#37
jannic
closed
1 year ago
0
Fix clippy warning
#36
jannic
closed
2 years ago
0
Mention interaction between origin address and JMP targets in doc comment
#35
jannic
closed
2 years ago
1
jmp does not respect configured .origin
#34
nvx
closed
2 years ago
5
Support `//` comments in .pio files
#33
davidcole1340
closed
2 years ago
0
Limit valid range if irqs for wait command
#32
jannic
closed
2 years ago
0
Enable constant encoding for InstructionOperands
#31
ithinuel
closed
2 years ago
0
The error message on a reference to an unresolved symbol is not helpful
#30
ithinuel
closed
1 year ago
1
disambiguate the use of pio_proc macros vs pio::Assembler
#29
ithinuel
closed
2 years ago
2
Use (rel)ative bit only for IRQ WaitSource.
#28
jleguen
closed
2 years ago
2
pio_proc panicked when sideset 1
#27
circuit4u-medium
closed
2 years ago
2
Update the dependency versions in the README
#26
kjagiello
closed
2 years ago
0
Fix global directive newlines error
#25
ZadenRB
closed
2 years ago
2
Unexpected token '\n' when using global define directives
#24
ZadenRB
closed
2 years ago
1
rename ParsedInstruction refiy method to reify
#23
juanbono
closed
2 years ago
0
The pio_asm macro returns ProgramWithDefines struct instead of Program struct
#22
adoble
closed
2 years ago
2
Fixed relative paths for `pio_file!`
#21
korken89
closed
2 years ago
1
Updated syntax to allow for files, changed old syntax to follow asm!()
#20
korken89
closed
2 years ago
4
Next