platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 326 forks source link

RT1020 EVK with wrong memory size #179

Closed enginlee closed 3 years ago

enginlee commented 3 years ago

Hi,

I found there are incorrect RAM/flash size defined in 'boards/nxpimxrt/mimxrt1020_evk.rst' It should be RAM=256Mb=32MB and Flash=64Mb=8MB Reference: https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1020-evaluation-kit:MIMXRT1020-EVK And also it reflect to the list of https://platformio.org/boards

Thanks,

valeros commented 3 years ago

Thanks for pointing it out. The doc pages for boards are autogenerated. I've fixed the size in the board manifest, so the docs will be updated shortly after.