From: clyne Date: Sat, 23 Jan 2021 02:50:03 +0000 (-0500) Subject: Add note about this branch X-Git-Tag: v0.1~20^2~16 X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=74abc8d4b3ebabfac286cccc27ced565330eac4f;p=clyne%2Fstmdsp.git Add note about this branch --- 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.