We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4956390 commit 8e78a87Copy full SHA for 8e78a87
2 files changed
README
README.md
@@ -0,0 +1,23 @@
1
+# PS3604LF
2
+
3
+### Overview
4
+This repository include the source code of the front panel Power Supply PS3604L.
5
+MCU: STM32F407VG.
6
7
+### Requirements
8
+toolchain arm-none-eabi 10.3 or higher
9
+gcc / g++ 7.5.0 or higher
10
+cmake 3.14 or higher
11
+libjsoncpp-dev
12
13
+### Build project
14
+>mkdir build
15
+>cd build
16
+>cmake .. -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../toolchain.cmake
17
+>make -j8
18
19
+#### Start debug server
20
+>./scripts/gdb-serv.sh openocd-jlink
21
22
+#### Start debug client
23
+>./scripts/gdb-client.sh
0 commit comments