From 7f0f9e73175ec5d5d415cd870d129c7aaf8af97b Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 29 Apr 2017 10:13:34 +0200 Subject: [PATCH] Update README.rst add note for incompatible Intel Galileo gen2 #310 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea59fe8..03701df 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,8 @@ What works and not? #. Communication with smart phone, not `supported by hardware`_. #. Card emulation, not `supported by hardware`_. #. Use of IRQ pin. But there is a proof-of-concept example. - #. With Arduino Yun like `#111 `_, not supported by software. + #. With Arduino Yun see `#111 `_, not supported by software. + #. With Intel Galileo (Gen2) see `#310 `__, not supported by software. #. Power reduction modes `#269 `_, not supported by software. #. I2C instead of SPI `#240 `_, not supported by software. #. UART instead of SPI `#281 `_, not supported by software.