Skip to content

Commit ffe5250

Browse files
committed
App note content minor format patch
1 parent f359255 commit ffe5250

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/06.nicla/boards/nicla-voice/tutorials/glass-break-detector

1 file changed

+5
-5
lines changed

content/hardware/06.nicla/boards/nicla-voice/tutorials/glass-break-detector/content.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ The downloaded firmware comes as a compressed file. Extract it to your preferred
202202

203203
This folder contains the NDP120 processor firmware and the trained machine learning model. There are four scripts for each supported operating system:
204204

205-
- **flash_<os>:** Runs the MCU firmware and model flash scripts.
206-
- **flash_<os>_mcu:** Flashes only the MCU firmware.
207-
- **flash_<os>_model:** Flashes the NDP firmware, DSP firmware (if not present), and updates the model.
208-
- **format_<os>_ext_flash:** Erases the external flash memory.
205+
- **flash_(os):** Runs the MCU firmware and model flash scripts.
206+
- **flash_(os)_mcu:** Flashes only the MCU firmware.
207+
- **flash_(os)_model:** Flashes the NDP firmware, DSP firmware (if not present), and updates the model.
208+
- **format_(os)_ext_flash:** Erases the external flash memory.
209209

210-
**`<os>`** refers to the operating system: linux, mac, or windows.
210+
**`(os)`** refers to the operating system: linux, mac, or windows.
211211

212212
To install the required dependencies, run the `install_lib` script for your operating system. This script only needs to be run once. The model update process uses the Python package [`pyserial`](https://pyserial.readthedocs.io/en/latest/).
213213

0 commit comments

Comments
 (0)