Results 35 issues of Martin Schröder

I'm trying to build 4.1 kernel but it complains that it can not find machine id. In fact this at first results in an exception but if I comment the...

Besides the verilator example, are there any other examples that show how to create a peripheral in C++? What would be a simple way to interface a peripheral written in...

I have a rough idea of how this would be done but need some help. What would be the proper steps to add a gui window to renode that is...

I'm working on putting together a robust control systems toolbox for Zephyr over here: https://github.com/swedishembedded/control Feel free to reach out to me and we can collaborate.

# Description It would be very useful to be able to import system python modules such as numpy into peripherals. # Usage example - Main use is to be able...

improvement

# Description I would like to define a python peripheral and pass to it a path that consists of a variable that I set: ``` plant: Python.PythonPeripheral @ sysbus 0x70000000...

Does anyone know where to file a bug about following unknown arguments in clang-tidy: ![image](https://user-images.githubusercontent.com/4483721/195089070-838f146e-df19-40a8-bbb9-ed95de56ad65.png)

clang:driver

Neovim defines adoc file type as asciidoc and not asciidoctor. This means that this plugin does not work with other plugins such as ALE for spell checking using cspell. Instead...

https://github.com/habamax/vim-asciidoctor/blob/f553311b5db03440eb8d7035434d0405e4a2c559/ftdetect/asciidoctor.vim#L1 Vim defines adoc type as asciidoc and many other plugins operate on this notion (such as ALE)

Got following warnings: src/coap_dtls_socket.erl:47:10: Warning: ssl:ssl_accept/1 is removed; use ssl_handshake/1,2,3 instead src/core_link.erl:52:5: Warning: http_uri:encode/1 is deprecated and will be removed in OTP 25; use uri_string functions instead src/core_link.erl:54:5: Warning: http_uri:encode/1...