aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel V. Shatov <meisterpaul1@yandex.ru>2015-08-27 00:01:24 +0400
committerPavel V. Shatov <meisterpaul1@yandex.ru>2015-08-27 00:01:24 +0400
commit43b94a6ada83454c3404bda019ec114f97379c82 (patch)
tree3c6426e051e95080707e9fea7413c786b8b06223 /README.md
Initial version of FMC driver for STM32.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..43eb9d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+fmc-test
+========
+
+Demo program for stm32-dev-bridge board to test FMC arbiter in Novena's
+on-board FPGA.
+
+Current issues:
+ * SystemClock_Config() currently uses 16 MHz HSI oscillator as PLL input,
+this should be changed to 25 MHz crystal later.