回答編集履歴
1
文章を少し直しました
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Nervesが正式にサポートしているターゲットは [このページ](https://hexdocs.pm/nerves/targets.html#supported-targets-and-systems) にあるようにRaspberry PiやBeagleBoneですが、それ以外にもコミュニティが追加したターゲットがあり、それらを含む全てのターゲットは [こちら](https://hex.pm/packages?search=depends:nerves_system_br) で見られます。
|
2
2
|
|
3
|
-
その中のLego Mindstorms EV3は、[Wikipedia](https://en.wikipedia.org/wiki/Lego_Mindstorms_EV3) によると64MBの
|
3
|
+
その中のLego Mindstorms EV3の搭載RAM容量は、[Wikipedia](https://en.wikipedia.org/wiki/Lego_Mindstorms_EV3) によると64MBのようです。
|
4
4
|
|
5
5
|
また、ErlangのFAQに「[Implementations and Ports of Erlang](http://erlang.org/faq/implementations.html)」という章があるのですが、そのページの下の方の「Is Erlang small enough for embedded systems?」には、以下のように書かれています。
|
6
6
|
|