aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2021-01-22 21:50:03 -0500
committerGitHub <noreply@github.com>2021-01-22 21:50:03 -0500
commit74abc8d4b3ebabfac286cccc27ced565330eac4f (patch)
tree69e0558c096bedd7a726f0b9c834431bb9a6d1d5 /README.md
parent46fdfaad6f1971ebf6197dcce62903bb51bcfbaa (diff)
Add note about this branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cde901e..b5d9830 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+**stm32h7 branch note:** This is a port of stmdsp to the NUCLEO-[H723ZG](https://www.st.com/en/microcontrollers-microprocessors/stm32h723zg.html). This new target processor provides extreme performance improvements over the L4 target, and may become the primary target in the future.
+A minimal copy of ChibiOS is included, modified to support H723xx processors.
+
# stmdsp
This is the source code for an STM32-based DSP device. The primary goal of this device is to transform signals in real-time, through a GUI for writing and uploading C++ code to the device.