summary refs log tree commit diff stats
path: root/tests/errmsgs/tnnodeindexkind.nim
diff options
context:
space:
mode:
authorCentury Systems <centurysys@users.noreply.github.com>2023-02-16 21:47:52 +0900
committerGitHub <noreply@github.com>2023-02-16 13:47:52 +0100
commit3b9e9fd7b29de97b394811f350876732c66cff19 (patch)
tree2089b40d924c75c4211cd313f6be2966b7b0decf /tests/errmsgs/tnnodeindexkind.nim
parent93e4f278a1b68c83944842175ab78b61fe5fb7ca (diff)
downloadNim-3b9e9fd7b29de97b394811f350876732c66cff19.tar.gz
Add support for NuttX RTOS. (#21372)
* Add support for NuttX RTOS.

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>

* lib: pure: asyncdispatch: assign to result.

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>

* lib: std: typedthreads: add support for parameters to adjust Thread Stack Size.

Like FreeRTOS/Zephyr, add support for following configurations.

  -d:nimThreadStackSize=xxxxx
  -d:nimThreadStackGuard=yyyy

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>

---------

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
Diffstat (limited to 'tests/errmsgs/tnnodeindexkind.nim')
0 files changed, 0 insertions, 0 deletions
e consistent with my style ( { does not belong to a new line, if function args are single-lined)' href='/acidbong/suckless/dwm/commit/util.c?h=4.7&id=ca65478c8968434c78aacf4a102ccbbe4a66ad9e'>ca65478 ^
39677ec ^
dc5d967 ^
39677ec ^
6a3ae5e ^
39677ec ^


39677ec ^
ca65478 ^
adaa28a ^
dc5d967 ^
adaa28a ^


849e631 ^
adaa28a ^


ca65478 ^
9955ddc ^
dc5d967 ^
9955ddc ^

9955ddc ^
439e15d ^
4230932 ^

439e15d ^



16c67f3 ^
7711ab6 ^
e48de30 ^
439e15d ^

0464e42 ^
439e15d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54