Crate airfrog_core

Crate airfrog_core 

Source
Expand description

Airfrog is the tiny wireless co-processor for ARM.

https://piers.rocks/u/airfrog

airfrog-core - Core protocol and MCU concepts used by Airfrog.

Designed to be used in conjunction with the airfrog-swd library for ARM Serial Wire Debug (SWD) operations.

This library is no_std compatible, and requires an alloc implementation.

Modules§

arm
Contains ARM specific objects and routines
rp
airfrog-core - Raspberry Pi (RPxxxx) specific objects
stm
airfrog-core - STM32 specific objects

Macros§

register_data_r
Generate a read-only register data type
register_data_rw
Generate a read-write register data type
register_data_w
Generate a write-only register data type

Enums§

Mcu
Represents a target’s microcontroller unit.