Skip to content

Commit

Permalink
Merge pull request #5 from Zelzahn/main
Browse files Browse the repository at this point in the history
Redefine portability criteria
  • Loading branch information
Zelzahn authored Apr 21, 2024
2 parents 93aceff + 96d41d1 commit a51fa98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ wasi-i2c is currently in [Phase 1](https://github.com/WebAssembly/WASI/blob/main

### Portability Criteria

WASI-I2C must have at least two complete independent implementations. One implementation must be implemented on a microcontroller.
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)

### Introduction

Expand Down

0 comments on commit a51fa98

Please sign in to comment.