diff options
author | clyne <clyne@bitgloo.com> | 2021-01-22 21:50:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 21:50:03 -0500 |
commit | 74abc8d4b3ebabfac286cccc27ced565330eac4f (patch) | |
tree | 69e0558c096bedd7a726f0b9c834431bb9a6d1d5 /README.md | |
parent | 46fdfaad6f1971ebf6197dcce62903bb51bcfbaa (diff) |
Add note about this branch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |