gba-cell 0.0.1

A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = ["on_gba"]
doc_cfg = []
on_gba = []
track_caller = []

[package]
description = "A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values."
edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT"
name = "gba-cell"
readme = "README.md"
repository = "https://github.com/rust-console/gba-cell"
version = "0.0.1"

[package.metadata.docs.rs]
features = ["doc_cfg"]
targets = ["armv5te-unknown-linux-gnueabi"]