summaryrefslogtreecommitdiff
path: root/nrf-softdevice-mbr/src/bindings.rs
AgeCommit message (Collapse)Author
2022-07-14Update binding generation to suppress clippy warningsalexmoon
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2021-12-22Update toolchainTimo Kröger
Update the toolchain to match embassy. I manually replaced `asm!` with `core::arch::asm!` in bindings because regenerating them resulted in a large diff.
2020-12-26Rustfmt the generated bindings.Dario Nieuwenhuis
2020-12-16Fix sd_mbr_command not being generated in nrf-softdevice-mbrDario Nieuwenhuis
2020-09-05Update bindgenDario Nieuwenhuis
2020-07-21First commit!Dario Nieuwenhuis