Skip to content

Commit 62db8e5

Browse files
renesas-ra/README.md: Add known issue about lightsleep and deepsleep.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
1 parent 623ec3b commit 62db8e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ports/renesas-ra/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ Please refer to the `renesas-ra` quick reference.
6363

6464
## Known issues
6565

66+
### all boards
67+
* machine.lightsleep(time_ms) and machine.deepsleep(time_ms) raise uncaught exceptions.
68+
69+
>>> machine.deepsleep(1000)
70+
>>> Uncaught exception in ExtInt interrupt handler line 16
71+
TypeError:
72+
6673
### RA4M1-CLICKER
6774
* mpremote: mount command is not available due to limited memory resources.
6875

0 commit comments

Comments
 (0)