Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd89192

Browse filesBrowse files
committed
add collaboration
1 parent 180f0de commit cd89192
Copy full SHA for cd89192

File tree

1 file changed

+5
-1
lines changed
Filter options

1 file changed

+5
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ STL provides threads, semaphores, mutexes, high resolution delay, timers (Linux
88

99
To use this you must have a licence for MATLAB® and MATLAB Coder®.
1010

11+
## Collaborate
12+
13+
If you download and test this, please send me your feedback. If you're interested in helping with development, even better, please contact me and we can make a plan. A non-exhaustive list of development topics is at the end of this document.
14+
1115
## Design principles
1216

1317
STL supports a useful subset of POSIX functionality: threads, semaphores and mutexes. Each of these objects is referenced by a small integer handle. The actual POSIX object are kept in arrays within `stl.c`, the maximum number of threads, semaphores and mutexes (currently 8) can be adjusted by parameters in `stl.c`.
1418

1519
All objects have string names (MATLAB character arrays) to assist in debugging, these are shown in the log message stream.
1620

17-
When a resource is freed its handle is recycled.
21+
When a resource is freed its STL handle is recycled.
1822

1923
Object | Handle range | Comment|
2024
|---|---|---|

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.