File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
boards/riscv32/hifive1/doc
subsys/mgmt/mcumgr/smp_svr Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
The HiFive1 is an Arduino-compatible development board with
10
10
an FE310 RISC-V SoC.
11
11
More information can be found on
12
- `SiFive's wesite <https://www.sifive.com/products/hifive1 >`_.
12
+ `SiFive's website <https://www.sifive.com/products/hifive1 >`_.
13
13
14
14
Programming and debugging
15
15
*************************
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Testing Zephyr-based Controllers with BlueZ
129
129
If you want to test a Zephyr-powered BLE Controller using BlueZ's Bluetooth
130
130
Host, you will need a few tools described in the :ref: `bluetooth_bluez ` section.
131
131
Once you have installed the tools you can then use them to interact with your
132
- Zephry -based controller:
132
+ Zephyr -based controller:
133
133
134
134
.. code-block :: console
135
135
@@ -139,5 +139,5 @@ Zephry-based controller:
139
139
140
140
You might need to replace :literal: `--index 0 ` with the index of the Controller
141
141
you wish to manage.
142
- Additional information aobut :file: `btmgmt ` can be found in its manual pages.
142
+ Additional information about :file: `btmgmt ` can be found in its manual pages.
143
143
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ over the following transports:
21
21
22
22
The management subsystem is based on the Simple Management Protocol (SMP)
23
23
provided by `MCUmgr `_, an open source project that provides a
24
- management subystem that is portable across multiple real-time operating
24
+ management subsystem that is portable across multiple real-time operating
25
25
systems.
26
26
27
27
The management subsystem is split in two different locations in the Zephyr tree:
Original file line number Diff line number Diff line change 27
27
:goals: build
28
28
:compact:
29
29
30
- Normally one needs extra priviliges to create and configure the TAP device in
30
+ Normally one needs extra privileges to create and configure the TAP device in
31
31
the host system. Use sudo to execute the Zephyr process with admin privileges,
32
32
like this:
33
33
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Caveats
32
32
:option: `CONFIG_FS_NFFS_FLASH_DEV_NAME ` setting in :file: `prj.conf ` accordingly.
33
33
34
34
* The MCUboot bootloader is required for ``img_mgmt `` to function
35
- properly. More information about the Device Firmware Upgrade subystem and
35
+ properly. More information about the Device Firmware Upgrade subsystem and
36
36
MCUboot can be found in :ref: `mcuboot `.
37
37
38
38
* The :file: `mcumgr ` command-line tool only works with Bluetooth Low Energy (BLE)
You can’t perform that action at this time.
0 commit comments