Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference hardware #10

Merged
merged 6 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ wasi-i2c is currently in [Phase 1](https://github.com/WebAssembly/WASI/blob/main

### Portability Criteria

WASI-I2C must have at least an independent implementation for the following platforms:
- Linux (ARM)
- Linux (RISC-V)
- RTOS (Zephyr or FreeRTOS)
- Microcontroller implementation (Cortex M4 as a lowerbound)
WASI-I2C must have an implementation for at least the following platforms:

| Platform | Architecture | Reference Hardware |
| ------------------------- | ------------- | ---------------------- |
| Linux | ARM | Raspberry Pi 3 Model B |
| RTOS (NuttX or Zephyr) | RISC-V | ESP32-C3 |
| RTOS (Zephyr or FreeRTOS) | ARM32 | Nucleo F412ZG |

Furthermore, the interface should be designed in such a way to use as little memory as reasonably possible, to ensure enough RAM on these boards is still available for the applications.

### Introduction

Expand Down