File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,12 @@ characteristic of a board is how much flash it has, how the GPIO pins are
2020connected to the outside world, and whether it includes a built-in USB-serial
2121convertor to make the UART available to your PC.
2222
23- The minimum requirement for flash size is 512k. A board with this amount of
24- flash will not have room for a filesystem, but otherwise is fully functional.
25- If your board has 1Mbyte or more of flash then it will support a filesystem.
23+ The minimum requirement for flash size is 1Mbyte. There is also a special
24+ build for boards with 512KB, but it is highly limited comparing to the
25+ normal build: there is no support for filesystem, and thus features which
26+ depend on it won't work (WebREPL, upip, etc.). As such, 512KB build will
27+ be more interesting for users who build from source and fine-tune parameters
28+ for their particular application.
2629
2730Names of pins will be given in this tutorial using the chip names (eg GPIO0)
2831and it should be straightforward to find which pin this corresponds to on your
You can’t perform that action at this time.
0 commit comments