File tree
Expand file treeCollapse file tree1 file changed
+9
-9
lines changed Expand file treeCollapse file tree1 file changed
+9
-9
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -57,18 +57,18 @@ Support
|
57 | 57 |
|
58 | 58 | The following features are supported:
|
59 | 59 |
|
60 |
| -* The entire `ESP32 ULP instruction set <https://esp-idf.readthedocs.io/en/latest/api-guides/ulp_instruction_set.html>`_ |
61 |
| -* Constants defined with ``.set`` |
62 |
| -* Constants defined with ``#define`` |
63 |
| -* Expressions in assembly code and constant definitions |
| 60 | +* the entire `ESP32 ULP instruction set <https://esp-idf.readthedocs.io/en/latest/api-guides/ulp_instruction_set.html>`_ |
| 61 | +* constants defined with ``.set`` |
| 62 | +* constants defined with ``#define`` |
| 63 | +* expressions in assembly code and constant definitions |
64 | 64 | * RTC convenience macros (e.g. WRITE_RTC_REG)
|
65 |
| -* Many ESP32 ULP code examples found on the web will work unmodified |
| 65 | +* many ESP32 ULP code examples found on the web will work unmodified |
66 | 66 |
|
67 |
| -Not currently supported: |
| 67 | +Currently not supported: |
68 | 68 |
|
69 |
| -* Assembler macros using ``.macro`` |
70 |
| -* Preprocessor macros using ``#define A(x,y) ...`` |
71 |
| -* Including files using ``#include`` |
| 69 | +* assembler macros using ``.macro`` |
| 70 | +* preprocessor macros using ``#define A(x,y) ...`` |
| 71 | +* including files using ``#include`` |
72 | 72 | * ESP32-S2 (not binary compatible with the ESP32)
|
73 | 73 |
|
74 | 74 |
|
|
You can’t perform that action at this time.
0 commit comments