File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ Support
5757

5858
The following features are supported:
5959

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
6464
* 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
6666

67-
Not currently supported:
67+
Currently not supported:
6868

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``
7272
* ESP32-S2 (not binary compatible with the ESP32)
7373

7474

0 commit comments

Comments
 (0)