Skip to content

Commit

Permalink
add hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelzahn committed Apr 25, 2024
1 parent 96d41d1 commit 0a69b23
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ 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)
| Platform | Architecture | Reference Hardware |
| ------------- | ------------- | ------------- |
| Linux | ARM | Raspberry Pi 3 Model B |
| Linux | RISC-V | ESP32 |
| RTOS (Zephyr or FreeRTOS) | ARM32 | Nucleo F412ZG &

Furthermore, implementations shouldn't take up all the available RAM.

### Introduction

Expand Down

0 comments on commit 0a69b23

Please sign in to comment.