Skip to content

Commit 3c03cf2

Browse files
Styling
1 parent d211d00 commit 3c03cf2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/os-development/compiling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
```
1717
</pre>
1818
19-
**Target systems**: esp32, unix (= Linux) and macOS
19+
**Target systems**: `esp32`, `unix` (= Linux) and `macOS`
2020
2121
**Build types**:
2222
23-
- A "prod" build includes the complete filesystem that's "frozen" into the build, so it's fast and all ready to go but the files in /lib and /builtin will be read-only.
24-
- A "dev" build comes without a filesystem, so it's perfect for power users that want to work on MicroPythonOS internals. There's a simple script that will copy all the necessary files over later, and these will be writeable.
23+
- A `prod` build includes the complete filesystem that's "frozen" into the build, so it's fast and all ready to go but the files in /lib and /builtin will be read-only.
24+
- A `dev` build comes without a filesystem, so it's perfect for power users that want to work on MicroPythonOS internals. There's a simple script that will copy all the necessary files over later, and these will be writeable.
2525
26-
_Note_: for unix and macOS systems, only "dev" has been tested. The "prod" builds might have issues but should be made to work soon.
26+
_Note_: for unix and macOS systems, only `dev` has been tested. The `prod` builds might have issues but should be made to work soon.
2727
28-
**Target devices**: waveshare-esp32-s3-touch-lcd-2 or fri3d-2024
28+
**Target devices**: `waveshare-esp32-s3-touch-lcd-2` or `fri3d-2024`
2929
3030
**Examples**:
3131

0 commit comments

Comments
 (0)