This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
Lab-Project-FreeRTOS-POSIX/FreeRTOS-Plus/Demo
Yuhui Zheng 3a337a03c6 POSIX code/demo update.
This was the version we loaded to freertos.org before 2019 Op1 meeting.
This version of the code has:
- updated POSIX internal data structure.
- updated util functions.
- new atomic.h
- POSIX code optimization with atomic.

This version also:
- fixed pthread_cond_timedwait() thread count underflow. https://sourceforge.net/p/freertos/bugs/197/
- pthread_cond_timedwait() mutex release and count semaphore take is not "atomic" in our implementation.
2019-11-20 11:38:08 -08:00
..
Common POSIX code/demo initial commit. 2019-11-20 11:24:35 -08:00
FreeRTOS_Plus_POSIX_with_actor_Windows_Simulator POSIX code/demo update. 2019-11-20 11:38:08 -08:00
readme.txt POSIX code/demo initial commit. 2019-11-20 11:24:35 -08:00

Directories:

+ The FreeRTOS-Plus/Demo directory contains a demo application for every most of
  the FreeRTOS+ components.  Lots of the demo applications use the FreeRTOS
  Windows simulator for easy evaluation.  Be aware that FreeRTOS is much slower
  and not deterministic when executed in a simulated environment.

+ See http://www.freertos.org/plus