https://github.com/os-q/platform-wch51
Platform WCH 8051
https://github.com/os-q/platform-wch51
8051 ch549 ch552 os-q pio qitas sdcc wch
Last synced: about 1 month ago
JSON representation
Platform WCH 8051
- Host: GitHub
- URL: https://github.com/os-q/platform-wch51
- Owner: OS-Q
- License: apache-2.0
- Created: 2020-04-11T14:24:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T13:06:32.000Z (over 2 years ago)
- Last Synced: 2025-04-12T04:12:10.920Z (about 1 month ago)
- Topics: 8051, ch549, ch552, os-q, pio, qitas, sdcc, wch
- Language: Python
- Homepage:
- Size: 192 KB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [PIO WCH-51](https://github.com/OS-Q/pio)
[](https://github.com/OS-Q/platform-wch51/actions/workflows/CI.yml)
| Framework | 简介 |
| -------- | ------ |
| [framework-wch51](https://github.com/OS-Q/framework-wch51) | 官方库 |
| [framework-arduinowch51](https://github.com/OS-Q/framework-arduinowch51) | Arduino || [MCU](https://github.com/SoCXin) | ROM | RAM | DATA | Fmax | USBD | USBH | USBC | TIM | UART | ADC | PWM |
| ----- | --- | ---- | --- | --- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| [CH551](http://www.wch.cn/products/CH551.html) | 10K | 512B | 128B | 24M | √ | X | X | 3 | 1 | X | 2 |
| [CH552](https://github.com/SoCXin/CH552) | 16K | 1K | 128B | 24M | √ | X | √ | 3 | 2 | 4x8b | 2 |
| [CH554](https://github.com/SoCXin/CH554) | 16K | 1K | 128B | 24M | √ | √ | √ | 3 | 2 | 4x8b | 2 |
| [CH557](https://github.com/SoCXin/CH557) | 32K | 4K | 5KB | 56M | √ | X | X | 4 | 2 | 8x11b | 3 |
| [CH559](https://github.com/SoCXin/CH559) | 63K | 6K | 1KB | 56M | √ | √ | X | 4 | 2 | 8x11b | 3 |
| [CH545](https://github.com/SoCXin/CH545) | 35K | 1K | 1KB | 48M | √ | X | X | 3 | 1 | 8x12b | 2 |
| [CH547](http://www.wch.cn/products/CH547.html) | 63K | 1K | 1KB | 48M | √ | X | X | 3 | 4 | 12x12b | 4 |
| [CH548](http://www.wch.cn/products/CH548.html) | 63K | 2K | 1KB | 48M | √ | √ | √ | 3 | 2 | 16x12b | 8 |
| [CH549](https://github.com/SoCXin/CH549) | 63K | 2K | 1KB | 48M | √ | √ | √ | 3 | 4 | 16x12b | 8 |Base on [mcs51](https://github.com/OS-Q/platform-mcs51), for more information, please navigate to [PIO Documentation](https://doc.os-q.com/pio/platforms/mcs51.html).