dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Support UART output in x-emulate on the F4 Nucleo board #555

Open karlklose opened 8 years ago

karlklose commented 8 years ago

We have implemented UART support for the F4 board in https://codereview.chromium.org/2102563002/, but Emul8 does not produce the output on the open analyzer window.

Patch in https://codereview.chromium.org/2085213002/ and change the settings as follows to test it with dartino x-emulate

diff --git a/.dartino-settings b/.dartino-settings
index 760bbd9..32d9a3c 100644
--- a/.dartino-settings
+++ b/.dartino-settings
@@ -52,7 +52,8 @@
   // devices are supported:
   //   stm32f746g-discovery (STM32F746G Discovery)
   //   stm32f411re-nucleo (STM32F411RE Nucleo)
-  "device": "stm32f746g-discovery",
+  //"device": "stm32f746g-discovery",
+  "device": "stm32f411re-nucleo",