diff options
author | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-11-14 11:16:49 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-11-15 10:01:36 +1100 |
commit | 5228f4067da028f0663e1ec2ceda139e07865b9d (patch) | |
tree | 3a190499a4883c4868761d20fc657fa9290b042e /docs/renesas-ra/tutorial/program_in_flash.rst | |
parent | 75012cfd6ec68d229523620f827a658ca3c6afd3 (diff) |
renesas-ra: Change file system size to 64KB for RA6M1.
Changes in this commit:
- Change file system size from 128KB to 64KB in ra6m1_ek.ld.
- Change EK-RA6M1's file system size in renesas-ra port document.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
Diffstat (limited to 'docs/renesas-ra/tutorial/program_in_flash.rst')
-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 4abb95222..99a7a3839 100644 --- a/docs/renesas-ra/tutorial/program_in_flash.rst +++ b/docs/renesas-ra/tutorial/program_in_flash.rst @@ -18,7 +18,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-RA6M1 64KB ( 65536B) EK-RA6M2 128KB (131072B) RA4M1 CLICKER 36KB ( 36864B) =============== =================== |