Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcefeb9d

Browse files
committed
start list items in README with a lower case character
The bullet points in the "supported" and "not supported" sectionsare not complete sentences and should therefore start with alower case character and not end with a period.The "Not currently supported" section heading has also beenimproved to read better.
1 parent7c4b153 commitcefeb9d

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)

[8]ページ先頭

©2009-2025 Movatter.jp