GitHub / avr-rust/ruduino issues and pull requests
#51 - Is this project still supported?
Issue -
State: open - Opened by vladislav1nikov over 2 years ago
- 3 comments
#50 - Timer configuration for interruptless mode
Issue -
State: open - Opened by gergoerdi over 2 years ago
#49 - ATmega16u and ATmega32u support
Pull Request -
State: open - Opened by gergoerdi over 2 years ago
#48 - ATmega32U4 support: collect register definitions from multiple modules
Issue -
State: open - Opened by gergoerdi over 2 years ago
- 1 comment
#47 - Add .devcontainer
Issue -
State: open - Opened by syddo about 3 years ago
#46 - wish: publish at crates.io
Issue -
State: open - Opened by stappersg about 3 years ago
#45 - regenerate-cores.sh: Enforce bash
Pull Request -
State: closed - Opened by mbuesch about 3 years ago
#44 - RFC: Add API to suspend/restore interrupts ...
Pull Request -
State: closed - Opened by mbuesch about 3 years ago
- 2 comments
#43 - Fix build: Use the new rust asm! available in rustc 1.63.0-nightly
Pull Request -
State: closed - Opened by mbuesch about 3 years ago
- 3 comments
#42 - "out of registers" build error
Issue -
State: open - Opened by michkrom over 3 years ago
- 3 comments
#41 - #![feature(unwind-attributes)] has been removed?
Issue -
State: closed - Opened by Rynibami over 3 years ago
- 1 comment
#40 - Where does `timer1` in the README come from?
Issue -
State: open - Opened by lord-ne almost 4 years ago
- 1 comment
#39 - #[feature(const_fn)] removed on latest rust nightly
Issue -
State: closed - Opened by ggsvr about 4 years ago
- 1 comment
#38 - other atmega than src/cores
Issue -
State: closed - Opened by quinte17 about 4 years ago
#37 - no value available for environment variable 'AVR_CPU_FREQUENCY_HZ'
Issue -
State: closed - Opened by conorbros over 4 years ago
- 1 comment
#36 - Generate cores beforehand
Pull Request -
State: closed - Opened by dylanmckay over 4 years ago
#35 - When the ruduino compile, that fail by support error for LLVM.
Issue -
State: closed - Opened by himrock922 over 4 years ago
- 1 comment
#34 - Docs.rs is complaining this won't compile
Issue -
State: closed - Opened by timbell87 over 4 years ago
- 3 comments
#33 - Compiling for ATmega4809; "no register group defined for this port"
Issue -
State: open - Opened by timwalls almost 5 years ago
- 2 comments
#32 - Export ClockSource and WaveformGenerationMode for each timer
Pull Request -
State: closed - Opened by Nashenas88 almost 5 years ago
- 2 comments
#31 - Make `Register::set` use `volatile_write`
Issue -
State: closed - Opened by MalteT almost 5 years ago
- 2 comments
#30 - cores to structs (code architecture)
Issue -
State: closed - Opened by djdisodo almost 5 years ago
#29 - Replace regular memory read/writes with volatile memory read/writes
Pull Request -
State: closed - Opened by dylanmckay about 5 years ago
#28 - `Register` trait is unsound
Issue -
State: open - Opened by WaffleLapkin about 5 years ago
- 1 comment
#27 - Make the 'avr-std-stub' dependency optional
Pull Request -
State: closed - Opened by dylanmckay about 5 years ago
- 1 comment
#26 - Make the std-stub optional
Pull Request -
State: closed - Opened by shepmaster about 5 years ago
#25 - Prefer implementing From instead of Into
Pull Request -
State: closed - Opened by shepmaster about 5 years ago
- 1 comment
#24 - Always inline disabling interrupts
Pull Request -
State: closed - Opened by shepmaster about 5 years ago
- 3 comments
#23 - WaveformGenerationMode / ClockSource are private
Issue -
State: closed - Opened by shepmaster about 5 years ago
#22 - Differences between ports and other registers is jarring
Issue -
State: open - Opened by shepmaster about 5 years ago
- 2 comments
#21 - Shouldn't all IO registers use volatile operations?
Issue -
State: closed - Opened by shepmaster about 5 years ago
#20 - Factor out std stub into a crate
Pull Request -
State: closed - Opened by dylanmckay about 5 years ago
- 1 comment
#19 - Panic handler should be optional
Issue -
State: closed - Opened by shepmaster about 5 years ago
- 1 comment
#18 - Add an empty whitespace line to test CI
Pull Request -
State: closed - Opened by dylanmckay about 5 years ago
#17 - Add missing public new function for Timer16
Pull Request -
State: closed - Opened by jdrouet about 5 years ago
- 2 comments
#16 - Once it's compiled, how do you upload it on the arduino?
Issue -
State: closed - Opened by jdrouet about 5 years ago
- 2 comments
#15 - Is the project dead?
Issue -
State: closed - Opened by thekalinga over 5 years ago
- 2 comments
#14 - How do I read/write analog values
Issue -
State: closed - Opened by Altaflux about 6 years ago
- 4 comments
#13 - Relationship with Embedded-HAL
Issue -
State: open - Opened by jonahbron about 6 years ago
- 11 comments
#12 - Unified interrupt handler interface
Issue -
State: open - Opened by dylanmckay over 6 years ago
- 4 comments
#11 - Enable all cores when building documentation
Issue -
State: open - Opened by dylanmckay over 6 years ago
Labels: enhancement, help wanted
#10 - without_interrupts(): Restore previous interrupt state rather than always re-enabling interrupts
Issue -
State: open - Opened by dylanmckay over 6 years ago
- 3 comments
Labels: bug, help wanted
#9 - Interrupt handler symbol name incorrect?
Issue -
State: open - Opened by nh2 almost 7 years ago
- 6 comments
#8 - Rust on an arduino Leonardo
Issue -
State: closed - Opened by Kethku over 7 years ago
- 7 comments
#7 - Pin support
Pull Request -
State: closed - Opened by CallumJHays over 7 years ago
- 2 comments
#6 - Write trait doesn't work for serial
Issue -
State: closed - Opened by clebi over 7 years ago
- 8 comments
#5 - Come up with some way to instruct LLVM that all PORT/DDR registers are zeroed at startup
Issue -
State: open - Opened by dylanmckay almost 8 years ago
- 3 comments
#4 - WIP: Support for autogenerated mcu cores
Pull Request -
State: closed - Opened by dylanmckay almost 8 years ago
- 6 comments
#3 - What is the scope / planned level of this library going forward?
Issue -
State: open - Opened by Restioson almost 8 years ago
- 13 comments
Labels: question
#2 - contributing other boards
Issue -
State: open - Opened by dsvensson about 8 years ago
- 30 comments
#1 - Automatically optimise multi-pin access
Issue -
State: closed - Opened by gergoerdi over 8 years ago
- 1 comment