drone-core icon indicating copy to clipboard operation
drone-core copied to clipboard

The core crate for Drone, an Embedded Operating System.

Results 5 drone-core issues
Sort by recently updated
recently updated
newest added

``` error[E0557]: feature has been removed --> /home/mpiechotka/.cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-0.14.3/src/lib.rs:27:12 | 27 | #![feature(const_fn)] | ^^^^^^^^ feature has been removed | = note: split into finer-grained feature gates For more information about...

Small non-breaking change to the `reg!` macro. It now allows the usage of `#[cfg(...)]` attributes on register fields. This is particularly useful for https://github.com/drone-os/drone-cortexm/pull/5 as it allows to restrict the...

```rust #[repr(C)] pub struct Node { advance: unsafe fn(*mut ListNode) -> bool, deallocate: unsafe fn(*mut ListNode), fib: F, } ``` Since F here is a closure which memory alignment is...

Drive-by PR fixing a typo I noticed while viewing the code. I assume it was unintentional?

Followed the installation instructions: `rustup toolchain install nightly -c rust-src -c rustfmt -c clippy -c llvm-tools-preview -t thumbv7m-none-eabi` `cargo +nightly install drone` and I just get a huge list of...