drone
drone copied to clipboard
CLI utility for Drone, an Embedded Operating System.
RP2040 is a CPU created by the Raspberry Pi organization. It features two Cortex M0+ CPUs, 264Kb RAM and up to 16MB of flash. I'm wondering if M0+ CPUs will...
Currently extending the drone requires changing CLI code. This adds a layer of complexity if I just want to play around with a new board. Can you add an option...
Hi, I tried to compile `drone` with `rustc` of version `1.57.0-nightly` but it failed, showing: ``` error[E0557]: feature has been removed --> /home/jasper/.cargo/registry/src/github.com-1ecc6299db9ec823/drone-core-0.14.3/src/lib.rs:27:12 | 27 | #![feature(const_fn)] | ^^^^^^^^ feature...
I wanna use STM32F405 3rd and 4th flash sector as EEPROM, so text start address has to be customized.
`thread 'main' panicked at 'attempt to subtract with overflow', src/heap/layout.rs:19:73`
Looks like src/env.rs contains some unix-specific code which makes it impossible to install drone on Windows. Would it be possible to replace it with a platform-independent implementation? Compilation log: ```...
I've been toying around with some [WB series STMs](https://www.st.com/en/microcontrollers-microprocessors/stm32wb-series.html), which supports concurrent Bluetooth and 802.15.4 comms. I had been thinking about writing my own async reactor for those MCUs, but...
This changes a few functions to pass around a serial port object rather than a serial port filename. I tested with a real Black Magic Probe under Linux and MacOS.
If I run `just gdb` I get the following error: ``` $ just gdb drone gdb target/thumbv7em-none-eabihf/release/weact-blinky --reset GNU gdb (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 8.3.0.20190709-git Copyright (C)...
When I run `just itm` with my Black Magic Probe attached, I get this error: ``` 831 >just itm drone probe itm --reset 0,1 -- 0,1 stty: illegal option --...