Skip to content

Commit

Permalink
Merge pull request #562 from zapta/develop
Browse files Browse the repository at this point in the history
Assorted changes, some large, but mostly cosmetic.
  • Loading branch information
cavearr authored Jan 31, 2025
2 parents 1398fa0 + fda04cd commit f4a8ac2
Show file tree
Hide file tree
Showing 102 changed files with 3,176 additions and 2,172 deletions.
18 changes: 18 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"ms-python.black-formatter",
"alefragnani.bookmarks",
"pbkit.vscode-pbkit",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"kukdh1.verible-formatter",
"mshr-h.veriloghdl",
"shakram02.bash-beautify",
"grapecity.gc-excelviewer",
"ybaumes.highlight-trailing-white-spaces",
"yzhang.markdown-all-in-one",
"shd101wyy.markdown-preview-enhanced"
]
}
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"request": "launch",
"program": "${workspaceFolder}/apio/main.py",
"args": [
"system",
"info"
"raw",
"which"
],
"console": "integratedTerminal",
"justMyCode": false,
Expand Down
125 changes: 124 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,128 @@
],
"black-formatter.args": [
"--line-length=79"
],
"cSpell.ignorePaths": [
"apio/common/proto/apio_pb2.py",
"apio/common/proto/apio_pb2.pyi"
],
"cSpell.words": [
"aaatb",
"addfinalizer",
"addoption",
"addrmap",
"alredy",
"apio",
"archs",
"argname",
"atools",
"badcommand",
"Basenames",
"bitstream",
"blinky",
"boardmeta",
"bootmeta",
"buildable",
"bver",
"capsys",
"cenv",
"cerror",
"colorlight",
"COMBDLY",
"cout",
"cprint",
"cstyle",
"cunstyle",
"cwarning",
"cwidth",
"dblite",
"Deconflicting",
"determinisitc",
"devides",
"devmgmt",
"dialout",
"dumpfile",
"envlist",
"EXMPLS",
"FGPA",
"fpgas",
"ftdi",
"FTDIUSB",
"GENCODE",
"González",
"gowin",
"htmlcov",
"hver",
"hwid",
"Hymel",
"Hymel's",
"icepll",
"iceprog",
"ICESTORM",
"Icestudio",
"issuecomment",
"itercontent",
"iverilog",
"jasonc",
"Jesús",
"Kbytes",
"kextload",
"kextstat",
"kextunload",
"Kravets",
"ledon",
"libftdi",
"libusb",
"lsftdi",
"lsserial",
"lsusb",
"mabc",
"mengbo",
"nameof",
"nextpnr",
"nofailsafe",
"nostyle",
"nowarn",
"obijuan",
"outcallback",
"pinout",
"posargs",
"prevalidated",
"prój",
"protoc",
"pwwang",
"pylint",
"Pypi",
"pyserial",
"pytest",
"pyxx",
"readmemh",
"sayno",
"sayyes",
"scons",
"sconsign",
"sconstruct",
"Shwan",
"sipeed",
"srcs",
"Sucess",
"testbench",
"testbenches",
"testpypi",
"tinyprog",
"truecolor",
"udevadm",
"ujprog",
"unstyling",
"USBFTDI",
"userimage",
"usermod",
"venv",
"Veriable",
"verible",
"verilator",
"verilog",
"yosys",
"Zadig"
]
}
}
Loading

0 comments on commit f4a8ac2

Please sign in to comment.