Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
- Full production build: `cargo xtask build-fw-image`
Sign in to like and favorite skills
cargo xtask build-fw-imagecargo xtask build-fw-debug-imagecargo xtask build-minimal-imagejust buildcargo testjust test-encoding or cargo test --release --package host-protocol --libcargo test -- --nocapturecargo test test_namecargo clippycargo fmtcargo fmt --checkBluetooth, TxPower, Server)run_bluetooth, bt_state, device_id)BT_MAX_NUM_PKT, MAX_MSG_SIZE)comms, server, nus)use core::cell::RefCell; use embassy_nrf::gpio::{Level, Output}; use host_protocol::Message;
&[u8] over Vec<u8> for read-only dataheapless::Vec, heapless::String)#[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)]Result<T, E> for fallible operationsunwrap!() macro for cases that should never fail in correct operationexpect("descriptive message") for critical failures//! Description of module purpose/// Description of function/struct/enum#[cfg(feature = "debug")])Mutex for shared state