nopeslide
nopeslide
According to the [parameter CAPI2 reference](https://fusesoc.readthedocs.io/en/stable/ref/capi2.html#parameter) the value of a `file` datatype should be prefixed with the path in which fusesoc was started. I have a firmware file that needs...
gpg seems to construct a socket by using `struct sockaddr_un` from `sys/socket.h`. from `man unix 7`: ``` A UNIX domain socket address is represented in the following structure: struct sockaddr_un...
Currently mkosi supports specification of environment variables via cli and inside the `mkosi.default` file. Both variants are tedious to use when variables are generated outside of mkosi. I propose a...
Mkosi supports multiple extra/skeleton trees, which make it easy to seperate "roles" while provisioning files, but these usually need to be reflected inside the hooks that are executed. While finalize...
The parser now parses multiple revision lines (iff mark,date and number are present) and stores them in attributes suffixed by their index. I.e. 3rd revision line will be `:revremark_2`, `:revdate_2`,...
Draw.io has many internal options, that can be used to enable additional features and could be exposed to the user. I identified these as useful: - `mxGraph.prototype.setConnectableEdges` - make edges...
With the `prepare_*` functions we now have the possibility to multi-thread operator execution. I propose a minimal change in the `node_context` to make this possible and would like to discuss...
I added a frontend for the onnx generator to make adding new operators as simple as possible. usage example: ```bash $ ./gen_template.sh usage: ./gen_template.sh [domain] [operator] [version] possible domains: ai.onnx.preview.training...
Kconfig
this is just a demo to evaluate if kconfig would be feasible as build system configuration. - install kconfig toolchain (i.e. `pip install kconfiglib`) - run `menuconfig` to configure the...