Commit Graph

76 Commits

Author SHA1 Message Date
SikongJueluo 81f91b2b71
fix: boundary scan could not close and jtag scan failed 2025-05-20 20:31:52 +08:00
alivender d73166187a
Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab 2025-05-20 20:18:58 +08:00
SikongJueluo fa7c947351
feat: backend add task id to reduce conflict 2025-05-20 20:08:20 +08:00
SikongJueluo dc64a65702
feat: add power control 2025-05-20 19:11:29 +08:00
SikongJueluo 1bdcb672ab
feat: frontend add virtual matrix key 2025-05-20 18:13:52 +08:00
SikongJueluo 7b1d1a5e87
fix: backend change matrix key api to post to fix set failed 2025-05-20 18:13:52 +08:00
SikongJueluo 5bb011e685
feag: backend add matrix key peripheral with its web api 2025-05-20 18:13:52 +08:00
SikongJueluo e3826f0ff6
feat: add logger to udpclient 2025-05-20 18:13:52 +08:00
alivender 6d640e8049 add: home select exp 2025-05-20 09:35:29 +08:00
SikongJueluo 487e7c114a chore: fix build failure
refactor: delete /public/equiments api
2025-05-19 22:29:28 +08:00
alivender 0bd3b42840 feat: add markdown 2025-05-19 21:40:55 +08:00
SikongJueluo d754a881d7
feat: frontend add set jtag frequency 2025-05-19 21:18:22 +08:00
SikongJueluo a6ac728cf1
fix: boundary scan could not save 2025-05-19 18:47:15 +08:00
SikongJueluo 5042bf8ce5
feat: frontend add boundary scan 2025-05-19 13:30:06 +08:00
SikongJueluo 4885447c2b feat: backend finish boundary scan web api 2025-05-18 23:17:56 +08:00
SikongJueluo 351a230107
feat: add bsdl parser 2025-05-18 21:52:44 +08:00
SikongJueluo c39f688115
fix: mother board reactive problem 2025-05-16 16:38:57 +08:00
SikongJueluo 1eded97c76
fix: remote update failed and template not found 2025-05-15 20:23:48 +08:00
SikongJueluo 00ce79fa7b
feat: add remote update function 2025-05-14 21:22:20 +08:00
SikongJueluo eea03f5bc8
feat: upload and download bitstream from the component of project view 2025-05-13 18:14:57 +08:00
SikongJueluo eae67d04d4
fix: make boundary scan work 2025-05-13 13:57:57 +08:00
SikongJueluo 1102bba40d
fix: jtag download failed 2025-05-13 13:19:26 +08:00
SikongJueluo 8699a568d1
feat: add jtag boundary scan 2025-05-12 21:56:17 +08:00
SikongJueluo 9eb3acb94c
feat: setup spa proxy when develop backend server 2025-05-12 21:08:08 +08:00
SikongJueluo 257d63e63d
feat: asp serve frontend static files 2025-05-12 20:05:26 +08:00
SikongJueluo 020674a277
feat: change test view to basic jtag upload and download page 2025-05-09 21:44:51 +08:00
SikongJueluo 10918a997c
add submodule: python bsdl parser 2025-05-08 21:54:35 +08:00
SikongJueluo 51fd1145d8
feature: add more web api for remote update 2025-05-05 17:24:28 +08:00
SikongJueluo f75b245abc
fix: reboot very slow after remote update\ 2025-05-05 14:24:22 +08:00
SikongJueluo 55e363d505
fix: remote update failed 2025-05-04 21:56:19 +08:00
SikongJueluo c6b819f24f
fix: rewrite remote update 2025-05-04 16:38:40 +08:00
SikongJueluo e6d177cf15
finish basic database 2025-05-02 12:16:00 +00:00
SikongJueluo 210f6aa61c
add hot reset for remote update but no work 2025-04-29 21:13:38 +08:00
SikongJueluo 3f77a1a426
add remote update 2025-04-27 21:53:02 +08:00
SikongJueluo f35a295af2
add remote update but not finished 2025-04-25 21:53:56 +08:00
SikongJueluo 42ddd0fcdb
fix download bitstream and add json convert for jtag status reg 2025-04-25 17:14:34 +08:00
SikongJueluo c1ff893b58
add class jtag status reg 2025-04-25 16:10:51 +08:00
SikongJueluo b8bb4f6b5e
add home view and reverse 4 bytes order to send 2025-04-24 21:42:32 +08:00
SikongJueluo c76dabfdb7
add new jtag cmd : read status reg 2025-04-24 14:16:38 +08:00
SikongJueluo 4e752d4c9e
maybe fix bug: download bitstream failed 2025-04-23 20:22:49 +08:00
SikongJueluo 0fb5a16b8e
change throw to return and fix bug: when error always throw 2025-04-23 13:41:48 +08:00
SikongJueluo 98a5dbe7f3
try to fix server bug: couldn't download bitstream 2025-04-22 17:24:46 +08:00
SikongJueluo 442e40d87a
add web api for download bitstream 2025-04-22 13:34:05 +08:00
SikongJueluo 70f96701f7
jtag add download bitstream 2025-04-21 21:54:09 +08:00
SikongJueluo acd6a68507
use nswag to publish swagger 2025-04-17 16:26:12 +08:00
SikongJueluo d25f9882fc
fix bug: couldn't convert package 2025-04-17 14:25:37 +08:00
SikongJueluo 3b674f413a
change udpData type from list to queue 2025-04-16 21:19:55 +08:00
SikongJueluo 84699708d5
try to fix bug 2025-04-15 21:38:06 +08:00
SikongJueluo e8ec4c2a86
add test solution and try to fix get id code bug 2025-04-15 20:09:34 +08:00
SikongJueluo 5e2da17c28
try to fix receive problems 2025-04-14 21:50:51 +08:00