summary refs log tree commit diff stats
path: root/tests/errmsgs/m8794.nim
diff options
context:
space:
mode:
authorJaremy Creechley <creechley@gmail.com>2020-08-31 03:48:54 -0600
committerGitHub <noreply@github.com>2020-08-31 11:48:54 +0200
commita76ae8f79584c5a491861daf2efda9908b21e488 (patch)
tree606a21bb285e5f03bf5a93709b151ec0cb34ec92 /tests/errmsgs/m8794.nim
parentb5424b826e57c791a751bf31b69549c7d8daab0b (diff)
downloadNim-a76ae8f79584c5a491861daf2efda9908b21e488.tar.gz
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF)

Adding FreeRTOS/LwIP to compiler:

* adding freertos option
* dyncalls for freertos
* add freertos to posix os list
* adding lwip option

Setting up networking FreeRTOS/LwIP Port:

* setting up lwip network for freertos
* fixing posix / networking for freertos
* disable setInheritable for freerots
* using lwip for net control items

* Fix builds by ignoring lib/posix/posix_freertos_consts.nim similar to lib/posix/posix_other_consts.nim
Diffstat (limited to 'tests/errmsgs/m8794.nim')
0 files changed, 0 insertions, 0 deletions
amp;id=57296a51397d65ce4f342d6cbc92a9de2629875c'>^
a0073d2d4 ^

















b213913dc ^
a0073d2d4 ^
b213913dc ^


a0073d2d4 ^

























c4ba4f06f ^


a0073d2d4 ^
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94