Skip to content

Commit 7a29228

Browse files
committed
Tutorial: add note re availability of ThreadSafeFlag.
1 parent 2942790 commit 7a29228

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,11 @@ tasks may wait on that `Event`. As an alternative to explicitly coding this,
954954
the [Message class](./TUTORIAL.md#39-message) uses this approach to provide an
955955
`Event`-like object which can be triggered from an ISR.
956956

957+
#### Note
958+
959+
ThreadSafeFlag is only available in nightly builds. It will be available in
960+
release builds starting with V1.15.
961+
957962
###### [Contents](./TUTORIAL.md#contents)
958963

959964
## 3.7 Barrier
@@ -1220,6 +1225,11 @@ async def main():
12201225
asyncio.run(main())
12211226
```
12221227

1228+
#### ThreadSafeFlag dependency
1229+
1230+
ThreadSafeFlag is only available in nightly builds. It will be available in
1231+
release builds starting with V1.15.
1232+
12231233
## 3.10 Synchronising to hardware
12241234

12251235
The following hardware-related classes are documented [here](./DRIVERS.md):

0 commit comments

Comments
 (0)