Skip to content

Commit d947c61

Browse files
rzryichoi
authored andcommitted
nuttx: Enable SystemIO also for stm32f7nucleo (#1884)
There is nothing specific to stm32f4dis in this file. It was also tested on Nucleo-f767ZI board. Relate-to: rzr/webthing-iotjs#3 Forwarded: #1884 Change-Id: Ia211acbf8ae1bc8d6d04a33a64e53f476e3fdff8 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
1 parent 53884df commit d947c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/nuttx/iotjs_systemio-nuttx.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
* limitations under the License.
1414
*/
1515

16-
#if defined(__NUTTX__) && TARGET_BOARD == stm32f4dis
16+
#if defined(__NUTTX__) && \
17+
(TARGET_BOARD == stm32f4dis || TARGET_BOARD == stm32f7nucleo)
1718

1819
#include <stdint.h>
1920

0 commit comments

Comments
 (0)