File tree 5 files changed +8
-10
lines changed
5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ It is recommended that you copy and modify one of the two TensorFlow
71
71
samples when creating your own TensorFlow project. To build with
72
72
TensorFlow, you must enable the below Kconfig options in your :file: `prj.conf `:
73
73
74
- .. code-block :: console
74
+ .. code-block :: kconfig
75
75
76
76
CONFIG_CPLUSPLUS=y
77
77
CONFIG_NEWLIB_LIBC=y
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ start the emulator:
40
40
41
41
.. code-block :: console
42
42
43
- renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./renode/litex-vexriscv-tflite.resc"
43
+ renode -e "set zephyr_elf @./build/zephyr/zephyr.elf; s @./samples/modules/tflite-micro/magic_wand/ renode/litex-vexriscv-tflite.resc"
44
44
45
45
.. _download and install Renode 1.12 or higher as a package :
46
46
https://github.com/renode/renode/releases/
@@ -102,11 +102,9 @@ Modifying Sample for Your Own Project
102
102
103
103
It is recommended that you copy and modify one of the two TensorFlow
104
104
samples when creating your own TensorFlow project. To build with
105
- TensorFlow, you must enable the below Kconfig options in your :file: `prj.conf `.
105
+ TensorFlow, you must enable the below Kconfig options in your :file: `prj.conf `:
106
106
107
- :file: `prj.conf `:
108
-
109
- .. code-block :: console
107
+ .. code-block :: kconfig
110
108
111
109
CONFIG_CPLUSPLUS=y
112
110
CONFIG_NEWLIB_LIBC=y
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ from the Google Cloud Platform itself:
53
53
From these values, the config values can be set using the following
54
54
template:
55
55
56
- .. code-block: kconfig
56
+ .. code-block :: kconfig
57
57
58
58
CLOUD_CLIENT_ID="projects/PROJECT_ID/locations/REGION/registries/REGISTRY_ID/devices/DEVICE_ID"
59
59
CLOUD_AUDIENCE="PROJECT_ID"
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ same host as the MQTT broker.
160
160
To start a proxy server, ``ssh `` can be used.
161
161
Use the following command to run it on your host with the default port:
162
162
163
- .. code-block: console
163
+ .. code-block :: console
164
164
165
165
$ ssh -N -D 0.0.0.0:1080 localhost
166
166
Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ with the default port:
124
124
125
125
For IPv4 proxy server:
126
126
127
- .. code-block: console
127
+ .. code-block :: console
128
128
129
129
$ ssh -N -D 0.0.0.0:1080 localhost
130
130
131
131
For IPv6 proxy server:
132
132
133
- .. code-block: console
133
+ .. code-block :: console
134
134
135
135
$ ssh -N -D [::]:1080 localhost
136
136
You can’t perform that action at this time.
0 commit comments