You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: LoRaWAN will connect to a public network or private network, true = public network
220
+
Defined by: library:lora
221
+
Macro name: MBED_CONF_LORA_PUBLIC_NETWORK
222
+
Value: 1 (set by library:lora)
223
+
Name: lora.tx-max-size
224
+
Description: User application data buffer maximum size, default: 64, MAX: 255
225
+
Defined by: library:lora
226
+
Macro name: MBED_CONF_LORA_TX_MAX_SIZE
227
+
Value: 64 (set by library:lora)
190
228
```
191
229
192
230
To change any of these parameters, edit the `mbed_app.json` file in the root of your application. Prefix the parameter name, for example, `lora.my-parameter: value`.
Description: Force compile time error when a NonCopyable object is copied
16
+
Defined by: library:platform
17
+
No value set
18
+
Name: platform.poll-use-lowpower-timer
19
+
Description: Enable use of low power timer class for poll(). May cause missing events.
20
+
Defined by: library:platform
21
+
No value set
14
22
Name: platform.stdio-baud-rate
15
23
Description: Baud rate for stdio
16
24
Defined by: library:platform
17
25
Macro name: MBED_CONF_PLATFORM_STDIO_BAUD_RATE
18
26
Value: 9600 (set by library:platform)
27
+
Name: platform.stdio-buffered-serial
28
+
Description: Use UARTSerial driver to obtain buffered serial I/O on stdin/stdout/stderr. If false, unbuffered serial_getc and serial_putc are used directly.
29
+
Defined by: library:platform
30
+
No value set
19
31
Name: platform.stdio-convert-newlines
20
-
Description: Enable conversion to standard newlines on stdin/stdout
32
+
Description: Enable conversion to standard newlines on stdin/stdout/stderr
33
+
Defined by: library:platform
34
+
No value set
35
+
Name: platform.stdio-convert-tty-newlines
36
+
Description: Enable conversion to standard newlines on any tty FILE stream
21
37
Defined by: library:platform
22
38
No value set
23
39
Name: platform.stdio-flush-at-exit
24
40
Description: Enable or disable the flush of standard I/O's at exit.
Copy file name to clipboardExpand all lines: docs/reference/configuration/RTOS.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,8 @@ Name: events.shared-stacksize
48
48
Defined by: library:events
49
49
Macro name: MBED_CONF_EVENTS_SHARED_STACKSIZE
50
50
Value: 1024 (set by library:events)
51
+
Name: events.use-lowpower-timer-ticker
52
+
Description: Enable use of low power timer and ticker classes in non-RTOS builds. May reduce the accuracy of the event queue. In RTOS builds, the RTOS tick count is used, and this configuration option has no effect.
0 commit comments