Commit Graph

190 Commits

Author SHA1 Message Date
Zihao Yu 83e1206c29
Merge pull request #7 from nekomona/modular
Add file path check
2022-03-17 10:22:28 +08:00
nekomona b861e0e463 Add file path check 2022-03-17 09:35:02 +08:00
Zihao Yu 4f000c0316
Merge pull request #6 from nekomona/modular
Reorganize auto_pin_bind.py and NVboard UI
2022-03-15 16:15:20 +08:00
nekomona 98c7070220 Update README.md 2022-03-15 14:19:46 +08:00
nekomona 45530c16b9 Interface positioning 2022-03-15 14:19:43 +08:00
nekomona fcb918cc11 Interface overhaul 2022-03-15 14:19:42 +08:00
nekomona bfec78f335 Add line comment detection when counting indent 2022-03-15 14:19:39 +08:00
nekomona b7b55d3803 Reorganizing nxdc parser and binding writer 2022-03-15 14:19:37 +08:00
nekomona 0d2604b2c5 Reorganizing auto_pin_bind.py 2022-03-15 14:19:30 +08:00
Zihao Yu 24b6798a5e
Merge pull request #5 from huiyeruzhou/render-modify
modify render
2022-03-14 12:53:19 +08:00
22040866-YuHongli 2ae08f8da5 modify render 2022-03-14 12:05:45 +08:00
Zihao Yu 31a84758bf README.md: fix typo 2022-03-09 23:45:24 +08:00
Zihao Yu 87e4e81e91 example,Makefile: explicitly use python3 2022-03-07 12:09:57 +08:00
Zihao Yu 27adb94533
Merge pull request #4 from shudorcl/master
fix: 修正了readme的小问题
2022-03-07 12:07:56 +08:00
莫思潋 b8d831e3d7
fix: 修正了readme的小问题
- 更正了生成引脚绑定文件的命令

- 优化排版
2022-03-07 11:21:41 +08:00
Zihao Yu b5edcec49b example,README: refine 2022-02-26 15:52:40 +08:00
Zihao Yu e9931cbd0f example,vsrc,seg: display digits 0~7 to keep consistent with indices 2022-02-26 15:47:42 +08:00
Zihao Yu 6a4abfafaf remove unused pins 2022-02-26 14:03:25 +08:00
Chen Lu 0b88a7c5b0 board: remove CLK and RST 2022-02-26 11:44:53 +08:00
BryanHeBY 71e9c9a67f Add: vga_cycles control api 2022-02-25 18:35:42 +08:00
Zihao Yu 034cc87968 example,vsrc: lower frequency for LED and 7-SEG
* they are updated too fast after the performance improvement of NVBoard
2022-02-22 19:26:35 +08:00
Zihao Yu 91456c24d9 vga: disable debug information 2022-02-22 19:25:34 +08:00
Zihao Yu d5472aec2c example: update README 2022-02-22 19:25:18 +08:00
Zihao Yu 14f0e41e33 README: update doc for nvboard_bind_pin() 2022-02-22 18:51:28 +08:00
Zihao Yu c049f96fd9 remove VGA_CLK 2022-02-22 18:38:58 +08:00
Zihao Yu 3899cd8b40 nvboard: seperate real-time components and non-real-time components
* only update real-time components every cycle
2022-02-22 17:04:03 +08:00
Zihao Yu e2127f16b7 nvboard: seperate real-time pins and non-real-time pins
* only update real-time pins every cycle
2022-02-22 17:02:25 +08:00
Zihao Yu 9340fec201 nvboard: poll gettimeofday() instead of signal 2022-02-22 15:28:18 +08:00
Zihao Yu 8b593fb8c1 nvboard: refactor nvboard_bind_pin() with stdarg 2022-02-22 15:11:21 +08:00
Zihao Yu 7e7b17a457 change type input_pin and output_pin to uint16_t
* this can achieve 8.3x performance for the example project
2022-02-22 11:34:01 +08:00
BryanHeBY 8af9b69ec1
Merge pull request #3 from BryanHeBY/master
fixed the bugs in vga(negedge) and keyboard( breakcode 0xf0 )
2022-02-21 18:02:16 +08:00
BryanHeBY cc0c553528 fixed the bugs in vga(negedge) and keyboard(breakcode0xf0) 2022-02-21 17:59:06 +08:00
BryanHeBY 3beed1dca8 fixed the bugs in vga and keyboard 2022-02-21 17:57:01 +08:00
BryanHeBY 842587b356 fixed the bugs in vga and keyboard 2022-02-21 17:32:33 +08:00
Zihao Yu 81be2a98a0 fix name 2022-02-20 17:33:20 +08:00
Zihao Yu 854d069daa example,Makefile: remove empty line 2022-02-20 17:32:28 +08:00
Zihao Yu 164a0dc01b example: fix warning 2022-02-20 17:32:28 +08:00
Zihao Yu 30be742c6b update README 2022-02-20 17:32:28 +08:00
Zihao Yu 6949133fd8 scripts,nvboard: fix name 2022-02-20 17:32:28 +08:00
Zihao Yu bd740d9613 example: refactor Makefile 2022-02-20 17:32:28 +08:00
Zihao Yu d340dc726e remove README.en.md 2022-02-20 17:32:28 +08:00
Zihao Yu 2aaaac2eb2 rename extension *.cons to *.nxdc 2022-02-20 17:32:28 +08:00
Zihao Yu 1321be7b60 example: refactor led test 2022-02-20 17:32:28 +08:00
Zihao Yu 15cb740bdf example: move README 2022-02-20 17:32:28 +08:00
Zihao Yu fb002414ea rename emu to example 2022-02-20 17:32:28 +08:00
Zihao Yu 2cb2efbb07 emu: add reset 2022-02-20 17:32:28 +08:00
Zihao Yu 999d905e99 seg: start with index 0 2022-02-20 17:32:28 +08:00
Chen Lu 131f308ca1 use 8 sets of seven-segment LED 2022-02-20 10:11:59 +08:00
Zihao Yu a950c0b64f
Merge pull request #2 from retrhelo/master
fix: correct function calling in emu/ example
2022-02-18 19:47:40 +08:00
retrhelo ca6d495d3f fix: correct function calling in emu/ example 2022-02-18 18:44:38 +08:00