Commit Graph

116 Commits

Author SHA1 Message Date
alivender
6d640e8049 add: home select exp 2025-05-20 09:35:29 +08:00
alivender
8eefed92a8 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-05-19 23:08:38 +08:00
alivender
8f2f90ef1d add: segment afterglow effect 2025-05-19 23:08:22 +08:00
487e7c114a chore: fix build failure
refactor: delete /public/equiments api
2025-05-19 22:29:28 +08:00
7f37514dfa fix: marked don't render images 2025-05-19 21:56:30 +08:00
0b0b4acb17 chore: remove all package 2025-05-19 21:42:30 +08:00
alivender
0bd3b42840 feat: add markdown 2025-05-19 21:40:55 +08:00
068576b60b Merge branch 'csharp' 2025-05-19 21:19:55 +08:00
d754a881d7 feat: frontend add set jtag frequency 2025-05-19 21:18:22 +08:00
a6ac728cf1 fix: boundary scan could not save 2025-05-19 18:47:15 +08:00
ba6ec73b84 fix: frontend upload bitstream failed 2025-05-19 15:56:23 +08:00
5042bf8ce5 feat: frontend add boundary scan 2025-05-19 13:30:06 +08:00
2a3ef1ea7d style: pretty frontend chip vue
feat: fronten add boundary scan to APIClient
2025-05-18 23:33:08 +08:00
4885447c2b feat: backend finish boundary scan web api 2025-05-18 23:17:56 +08:00
351a230107 feat: add bsdl parser 2025-05-18 21:52:44 +08:00
7aff4f3f02 fix: Component awlays reset 2025-05-17 17:32:16 +08:00
c7907b4253 fix: Componnent will reset when select of drag 2025-05-17 15:49:54 +08:00
3fb59af2dd fix: DDS and drag will reset conponent props 2025-05-17 15:09:59 +08:00
9b2ee8ad46 fix: DDS couldn't apply 2025-05-17 13:10:00 +08:00
alivender
7dd5e2189f add: markdown viewer 2025-05-16 20:35:43 +08:00
c39f688115 fix: mother board reactive problem 2025-05-16 16:38:57 +08:00
1eded97c76 fix: remote update failed and template not found 2025-05-15 20:23:48 +08:00
00ce79fa7b feat: add remote update function 2025-05-14 21:22:20 +08:00
alivender
48ae3b5975 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-05-14 19:45:10 +08:00
alivender
21197887cd add: AdminView and remote update view 2025-05-14 19:44:39 +08:00
f0fa32aeaa fix: jtag download failed 2025-05-14 19:40:37 +08:00
9657aacf83 feat: restore upload jtag bitstream 2025-05-13 21:52:58 +08:00
eea03f5bc8 feat: upload and download bitstream from the component of project view 2025-05-13 18:14:57 +08:00
eae67d04d4 fix: make boundary scan work 2025-05-13 13:57:57 +08:00
1102bba40d fix: jtag download failed 2025-05-13 13:19:26 +08:00
099d44663d Merge branch 'csharp' 2025-05-13 13:00:37 +08:00
74d40d25e2 feat: add swagger page 2025-05-12 21:56:41 +08:00
8699a568d1 feat: add jtag boundary scan 2025-05-12 21:56:17 +08:00
9eb3acb94c feat: setup spa proxy when develop backend server 2025-05-12 21:08:08 +08:00
257d63e63d feat: asp serve frontend static files 2025-05-12 20:05:26 +08:00
alivender
91838ff632 add: DDS virtual component 2025-05-11 14:41:38 +08:00
020674a277 feat: change test view to basic jtag upload and download page 2025-05-09 21:44:51 +08:00
alivender
6a786c1519 feat: Refactor code structure for improved readability and maintainability 2025-05-09 19:28:43 +08:00
10918a997c add submodule: python bsdl parser 2025-05-08 21:54:35 +08:00
alivender
d4b34bd6d4 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-05-07 15:43:04 +08:00
alivender
47cfe17d16 Refactor component configuration and diagram management
- Removed the component configuration from `componentConfig.ts` to streamline the codebase.
- Introduced a new `diagram.json` file to define the initial structure for diagrams.
- Created a `diagramManager.ts` to handle diagram data, including loading, saving, and validating diagram structures.
- Updated `ProjectView.vue` to integrate the new diagram management system, including handling component selection and property updates.
- Enhanced the component property management to support dynamic attributes and improved error handling.
- Added functions for managing connections between components within the diagram.
2025-05-07 15:42:35 +08:00
13a71368da Merge branch 'csharp' 2025-05-05 17:24:37 +08:00
51fd1145d8 feature: add more web api for remote update 2025-05-05 17:24:28 +08:00
f75b245abc fix: reboot very slow after remote update\ 2025-05-05 14:24:22 +08:00
55e363d505 fix: remote update failed 2025-05-04 21:56:19 +08:00
c6b819f24f fix: rewrite remote update 2025-05-04 16:38:40 +08:00
e6d177cf15 finish basic database 2025-05-02 12:16:00 +00:00
210f6aa61c add hot reset for remote update but no work 2025-04-29 21:13:38 +08:00
alivender
1c75aa621a feat: Enhance equipment components with pin functionality and constraint management
- Added pin support to MechanicalButton, enabling pin-click events and componentId handling.
- Updated Pin component to manage constraint states and colors dynamically.
- Integrated SMT_LED with pin functionality, allowing LED state to respond to constraints.
- Enhanced Wire component to reflect constraint colors and manage wire states based on pin connections.
- Introduced wireManager for managing wire states and constraints.
- Implemented a constraints store for managing and notifying constraint state changes across components.
- Updated component configuration to remove appearance options and clarify constraint descriptions.
- Improved ProjectView to handle optional chaining for props and ensure robust data handling.
- Initialized constraint communication in main application entry point.
2025-04-29 11:05:30 +08:00
3f77a1a426 add remote update 2025-04-27 21:53:02 +08:00