Skip to content

Commit

Permalink
chore: update README status
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed May 5, 2024
1 parent 1afd651 commit fec9bef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ Keypoints:
Currently, supported chips are listed in `Cargo.toml` as feature flags,
others should work if you are careful as most peripherals are similar enough.

| Family | Status | Embassy | RCC | GPIO | UART | SPI* | I2C | ADC | Timer(PWM) | EXTI* | RNG | DMA* | Delay |
|--------|--------|---------|-----|------|------|-----|-----|-----|------------|-------|-----|-------|-------|
| V2/V3 | |||||||||||| |
| V1 | | | ||||||| | | ||
| V0 | | |||||||| | | ||
| X0 | ||||* || |||| || |
| L0 | TODO | | | | | | | | | | | | |
| CH641 | TODO | | | | | | | | | | | | |
| CH643 | TODO | | | | | | | | | | | | |
| CH645 | TODO | | | | | | | | | | | | |
| Family | Status | Embassy | RCC | GPIO | UART* | SPI* | I2C | ADC | Timer(PWM) | EXTI* | RNG | DMA* | Delay |
|--------|--------|---------|-----|------|-------|-----|-----|-----|------------|-------|-----|-------|-------|
| V2/V3 | |||| |||||||| |
| V1 | | | || ||||| | | ||
| V0 | | ||| ||||| | | ||
| X0 | |||| || |||| || |
| L0 | TODO | | | | | | | | | | | | |
| CH641 | TODO | | | | | | | | | | | | |
| CH643 | TODO | | | | | | | | | | | | |
| CH645 | TODO | | | | | | | | | | | | |

- ✅ : Expected to work
- ❓ : Not tested
Expand Down

0 comments on commit fec9bef

Please sign in to comment.