# FreeRTOS **Repository Path**: lichengxiang/FreeRTOS ## Basic Information - **Project Name**: FreeRTOS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-06-29 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FreeRTOS #### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx 4. 挂起和恢复API函数:vTaskSuspend() vTaskResume() vTaskResumeFromISR() 程序设计:KEY0从中断恢复任务2,KEY1挂起任务2,KEY_WKUP恢复任务2 5.中断管理函数:portDISABLE_INTERRUPTS()//关闭中断 portENABLE_INTERRUPTS() //打开中断 测试portDISABLE_INTERRUPTS函数发现:只有在这里加入延迟才会关闭中断 #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [http://git.mydoc.io/](http://git.mydoc.io/) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)