Expand description
Airfrog is the tiny wireless co-processor for ARM.
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.