mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-05-25 16:57:56 +02:00
Update README.md
This commit is contained in:
@@ -488,7 +488,7 @@ Forty-two stories beneath frozen tundra, a shadow intelligence alliance called D
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Drivers
|
# C Drivers
|
||||||
Self-contained C driver libraries for the Raspberry Pi Pico 2 (RP2350). Each driver folder contains a thin demo (`0xNN_name.c`), a reusable library implementation (`name.c`), and a library header with full Doxygen docstrings (`name.h`).
|
Self-contained C driver libraries for the Raspberry Pi Pico 2 (RP2350). Each driver folder contains a thin demo (`0xNN_name.c`), a reusable library implementation (`name.c`), and a library header with full Doxygen docstrings (`name.h`).
|
||||||
|
|
||||||
| Driver | Description | Key Hardware |
|
| Driver | Description | Key Hardware |
|
||||||
@@ -541,6 +541,16 @@ cargo test --lib --target x86_64-pc-windows-msvc
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
# Wasm Drivers
|
||||||
|
Bare-metal WebAssembly Component Model projects running Wasmtime's Pulley interpreter directly on the RP2350 with no OS and no standard library. Hardware capabilities are exposed through typed WIT interfaces.
|
||||||
|
|
||||||
|
| Driver | Description | Key Crates |
|
||||||
|
|--------|-------------|------------|
|
||||||
|
| [embedded-wasm-uart](https://github.com/mytechnotalent/embedded-wasm-uart) | UART echo via WIT `uart` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
|
||||||
|
| [embedded-wasm-blinky](https://github.com/mytechnotalent/embedded-wasm-blinky) | GPIO LED blink via WIT `gpio` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
# Assembler Drivers
|
# Assembler Drivers
|
||||||
Standalone RP2350 drivers written entirely in assembler and maintained in this repository.
|
Standalone RP2350 drivers written entirely in assembler and maintained in this repository.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user