8000 start list items in README with a lower case character · lmarkrol/micropython-esp32-ulp@cefeb9d · GitHub
[go: up one dir, main page]

Skip to content

Commit cefeb9d

Browse files
committed
start list items in README with a lower case character
The bullet points in the "supported" and "not supported" sections are not complete sentences and should therefore start with a lower case character and not end with a period. The "Not currently supported" section heading has also been improved to read better.
1 parent 7c4b153 commit cefeb9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
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)
0