Open karlklose opened 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",
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