summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/peripherals/1876187
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/peripherals/1876187')
-rw-r--r--results/classifier/deepseek-2-tmp/output/peripherals/18761878
1 files changed, 0 insertions, 8 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/peripherals/1876187 b/results/classifier/deepseek-2-tmp/output/peripherals/1876187
deleted file mode 100644
index 66748ae31..000000000
--- a/results/classifier/deepseek-2-tmp/output/peripherals/1876187
+++ /dev/null
@@ -1,8 +0,0 @@
-
-qemu-system-arm freezes when using SystickTimer on netduinoplus2
-
-git commit 27c94566379069fb8930bb1433dcffbf7df3203d
-
-The global variable system_clock_scale used in hw/timer/armv7m_systick.c is never set on the netduinoplus2 platform, it stays initialized as zero. Using the timer with the clock source as cpu clock leads to an infinit loop because systick_timer->tick always stays the same.
-
-To reproduce use to CMSIS function SysTick_Config(uint32_t ticks) to setup the timer.
\ No newline at end of file