summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/device/1630723
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/1630723')
-rw-r--r--results/classifier/deepseek-2-tmp/output/device/16307237
1 files changed, 0 insertions, 7 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/1630723 b/results/classifier/deepseek-2-tmp/output/device/1630723
deleted file mode 100644
index 5bcb0bc7..00000000
--- a/results/classifier/deepseek-2-tmp/output/device/1630723
+++ /dev/null
@@ -1,7 +0,0 @@
-
-UART writes to netduino2/stm32f205-soc disappear
-
-Writes to UART 2 and 3 disappear. As a sanity check I put printf statements in the function stm32f2xx_usart_write in qemu/hw/char/stm32f2xx_usart.c and recompiled qemu. The result confirmed text sent to UART1 and UART4 are sent to that function while text sent to UART 2 and 3 are not. I assume writes to all 4 need to make it to that function for emulations to operate correctly.
-
-Example code that writes to all 4 UARTs/USARTs (does not contain the printf statements mention above):
-https://github.com/skintigh/baremetal_netduino2
\ No newline at end of file