add contributor log

fix codecov readme
This commit is contained in:
pikastech 2023-04-13 15:59:58 +08:00
parent 34cd471011
commit 73249cf372
5 changed files with 18 additions and 4 deletions

View File

@ -11,8 +11,8 @@
<a href="https://github.com/pikastech/pikapython/watchers"><img src="https://img.shields.io/github/watchers/pikastech/pikapython?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/watchers"><img src="https://img.shields.io/github/watchers/pikastech/pikapython?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/issues"><img src="https://img.shields.io/github/issues/pikastech/pikapython.svg?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/issues"><img src="https://img.shields.io/github/issues/pikastech/pikapython.svg?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a> <a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a>
<a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a> <a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a>
<a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a> <a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a>
</p> </p>
<p align="center"> <p align="center">
@ -645,6 +645,10 @@ In addition to device drivers, developing custom Python modules for MCU is very
| Contribute log | Contributer | | Contribute log | Contributer |
| --- | --- | | --- | --- |
|codecov CI support| [Renzhihan](https://github.com/Renzhihan) |
|rt-thread build script fix and improve| [supperthomas](https://github.com/supperthomas) |
|support pikafs pack and unpack to path|[sjy](https://gitee.com/shanjiayang)|
|fix pika_platform_get_tick() in linux port|[梦程MI](https://gitee.com/dreamcmi) |
|CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) | |CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) |
|VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) | |VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) |
|iotcloud module|[梦程MI](https://gitee.com/dreamcmi) | |iotcloud module|[梦程MI](https://gitee.com/dreamcmi) |

View File

@ -9,8 +9,8 @@
<a href="https://github.com/pikastech/pikapython/stargazers"><img src="https://img.shields.io/github/stars/pikastech/pikapython?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/stargazers"><img src="https://img.shields.io/github/stars/pikastech/pikapython?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/network/members"><img src="https://img.shields.io/github/forks/pikastech/pikapython?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/network/members"><img src="https://img.shields.io/github/forks/pikastech/pikapython?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a> <a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a>
<a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a> <a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a>
<a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a> <a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a>
</p> </p>
<p align="center"> <p align="center">
@ -666,6 +666,10 @@ while True:
| 贡献记录 | 贡献者 | | 贡献记录 | 贡献者 |
| --- | --- | | --- | --- |
|codecov CI support| [Renzhihan](https://github.com/Renzhihan) |
|rt-thread build script fix and improve| [supperthomas](https://github.com/supperthomas) |
|support pikafs pack and unpack to path|[sjy](https://gitee.com/shanjiayang)|
|fix pika_platform_get_tick() in linux port|[梦程MI](https://gitee.com/dreamcmi) |
|CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) | |CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) |
|VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) | |VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) |
|iotcloud module|[梦程MI](https://gitee.com/dreamcmi) | |iotcloud module|[梦程MI](https://gitee.com/dreamcmi) |

View File

@ -12,6 +12,7 @@
<a href="https://github.com/pikastech/pikapython/issues"><img src="https://img.shields.io/github/issues/pikastech/pikapython.svg?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/issues"><img src="https://img.shields.io/github/issues/pikastech/pikapython.svg?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a> <a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a>
<a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a> <a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a>
<a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a>
</p> </p>
<p align="center"> <p align="center">

View File

@ -10,6 +10,7 @@
<a href="https://github.com/pikastech/pikapython/network/members"><img src="https://img.shields.io/github/forks/pikastech/pikapython?style=flat-square&logo=GitHub"></a> <a href="https://github.com/pikastech/pikapython/network/members"><img src="https://img.shields.io/github/forks/pikastech/pikapython?style=flat-square&logo=GitHub"></a>
<a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a> <a href="https://github.com/pikastech/pikapython/blob/master/LICENSE"><img src="https://img.shields.io/github/license/pikastech/pikapython.svg?style=flat-square"></a>
<a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a> <a href="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml"><img src="https://github.com/pikasTech/pikapython/actions/workflows/CI.yml/badge.svg"> </a>
<a href="https://app.codecov.io/gh/pikasTech/PikaPython"><img src="https://codecov.io/gh/pikasTech/PikaPython/branch/master/graph/badge.svg"> </a>
</p> </p>
<p align="center"> <p align="center">

View File

@ -1,3 +1,7 @@
|codecov CI support| [Renzhihan](https://github.com/Renzhihan) |
|rt-thread build script fix and improve| [supperthomas](https://github.com/supperthomas) |
|support pikafs pack and unpack to path|[sjy](https://gitee.com/shanjiayang)|
|fix pika_platform_get_tick() in linux port|[梦程MI](https://gitee.com/dreamcmi) |
|CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) | |CH307开发板、BL618开发板 | [VeriMake](https://space.bilibili.com/356383684) |
|VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) | |VM instruction extension framework | [GorgonMeducer](https://github.com/GorgonMeducer) |
|iotcloud module|[梦程MI](https://gitee.com/dreamcmi) | |iotcloud module|[梦程MI](https://gitee.com/dreamcmi) |