]> code.bitgloo.com Git - clyne/stmdsp.git/commit
support H7 and L4; use second ADC for input
authorClyne Sullivan <clyne@bitgloo.com>
Thu, 11 Mar 2021 00:42:18 +0000 (19:42 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Thu, 11 Mar 2021 00:42:18 +0000 (19:42 -0500)
commit1a7d45b9130251119874df8b15424ec41306d8f2
tree6eadd9d6ef2f6ff3e4cf1854088deb8f882a0542
parenteeeb04fa1a202c68279d4b4ee0a1e3ff34c62c7f
support H7 and L4; use second ADC for input
23 files changed:
Makefile
STM32L476xG.ld [new file with mode: 0644]
board/board.c [deleted file]
board/board.h [deleted file]
board/board.mk
board/board_h7.c [new file with mode: 0644]
board/board_l4.c [new file with mode: 0644]
board/h7/board.h [new file with mode: 0644]
board/l4/board.h [new file with mode: 0644]
cfg/mcuconf.h
cfg/mcuconf_h7.h [new file with mode: 0644]
cfg/mcuconf_l4.h [new file with mode: 0644]
gui/stmdsp.cpp
gui/stmdsp.hpp
gui/wxmain.cpp
source/adc.cpp
source/adc.hpp
source/cordic.cpp
source/cordic.hpp
source/main.cpp
source/samplebuffer.hpp
source/sclock.cpp
source/usbcfg.c