diff options
author | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-09-16 22:55:57 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-11-15 10:01:35 +1100 |
commit | 75012cfd6ec68d229523620f827a658ca3c6afd3 (patch) | |
tree | f9628c768ffdb513b95304a812e69405219c0cf1 | |
parent | 376f15395ca0c71172ad996229d93a1c2125b2c1 (diff) |
docs/renesas-ra: Correct the internal file system size of EK-RA6M2.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
-rw-r--r-- | docs/renesas-ra/tutorial/program_in_flash.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/renesas-ra/tutorial/program_in_flash.rst b/docs/renesas-ra/tutorial/program_in_flash.rst index ec276a612..4abb95222 100644 --- a/docs/renesas-ra/tutorial/program_in_flash.rst +++ b/docs/renesas-ra/tutorial/program_in_flash.rst @@ -19,7 +19,7 @@ As the factory setting, following size is allocated for the file system: EK-RA4M1 36KB ( 36864B) EK-RA4W1 64KB ( 65536B) EK-RA6M1 128KB (131072B) - EK-RA6M2 256KB (262144B) + EK-RA6M2 128KB (131072B) RA4M1 CLICKER 36KB ( 36864B) =============== =================== |