File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requires little more than implementing power management
27
27
and configuration for the specific GNSS modem.
28
28
29
29
Adding support for GNSS modems which use other protocols and/or
30
- busses than the usual NMEA0183 over UART is possible, but will
30
+ buses than the usual NMEA0183 over UART is possible, but will
31
31
require a bit more work from the driver developer.
32
32
33
33
Configuration Options
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ the controller.
303
303
I\ :sup: `2`\ C Devices under I3C Bus
304
304
====================================
305
305
306
- Since I3C is backware compatible with I\ :sup: `2`\ C, the I3C controller
306
+ Since I3C is backward compatible with I\ :sup: `2`\ C, the I3C controller
307
307
API can accommodate I2C API calls without modifications if the controller
308
308
device driver implements the I2C API. This has the advantage of using
309
309
existing I2C devices without any modifications to their device drivers.
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ will be ignored and the minimum value will be used instead.
175
175
To force a smaller than minimum value to be used, the application may enable the
176
176
:kconfig:option: `CONFIG_HEAP_MEM_POOL_IGNORE_MIN ` option. This can be useful
177
177
when optimizing the heap size and the minimum requirement can be more accurately
178
- determined for a speficic application.
178
+ determined for a specific application.
179
179
180
180
Allocating Memory
181
181
=================
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ registers only when :c:func:`arch_switch` is called to minimize context
302
302
switching latency. Such architectures must use NULL as the argument to
303
303
:c:func: `z_get_next_switch_handle ` to determine if there is a new thread
304
304
to schedule, and follow through with their own :c:func: `arch_switch ` or
305
- derrivative if so, or directly leave interrupt mode otherwise.
305
+ derivative if so, or directly leave interrupt mode otherwise.
306
306
In the former case it is up to that switch code to store the handle
307
307
resulting from the thread that is being switched out in that thread's
308
308
"switch_handle" field after its context has fully been saved.
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ Fix for an issue blocking development.
323
323
324
324
* *Maintainer *
325
325
326
- Maintainer review reqiured .
326
+ Maintainer review required .
327
327
328
328
* *Security Review *
329
329
You can’t perform that action at this time.
0 commit comments