Alexandru Radovici

Results 33 issues of Alexandru Radovici

### Pull Request Overview This pull request fixes the way in which `UartMux` is being instantiated. Before this PR: - the `new` function from the `UartMuxComponent` would instantiate the `UartMux`...

WG-OpenTitan
stm32
board-interface-change

### Pull Request Overview This pull request changes the makefile and readme files for STM32 boards to improve the app programming. It uses the same methods as used for the...

waiting-on-author

The panic seems to be related to the `rot13_callback`. If the whole function is commented, there is no panic. If only its last line is commented, it panics. ``` ␀RP2040...

The PR fixes the way in which the touch driver reads the multi touch events. Before this, the touch driver was accessing the shared readwrite buffer while still being shared...

blocked

The PR adds an example of packed syscalls https://github.com/tock/tock/pull/3077. The example is in examples/packed.

This PR is the user land part for https://github.com/tock/tock/pull/2111. Any help and ideas for relocation are appreciated.

### Pull Request Overview This pull request adds awareness about interrupt priority to the `Chip` trait to be used by the scheduler. #### The issue The current implementation of the...

kernel
stm32

### Pull Request Overview This pull request adds a notification mechanisms that informs syscall drivers about the succesfull `subscribe` and `allow_readonly` and `allow_readwrite` system calls sent by applications. As of...

kernel

### Pull Request Overview This pull request adds attributes to shared process buffers. It uses part of the `len` bits to encode them. This is a different approach to the...

blocked
kernel

We are trying to verify the https://www.st.com/en/evaluation-tools/nucleo-f429zi.html link, but it seems to fail with: ``` [✖] https://www.st.com/en/evaluation-tools/nucleo-f429zi.html → Status: 0 Error: ESOCKETTIMEDOUT at ClientRequest. (/usr/local/lib/node_modules/markdown-link-check/node_modules/request/request.js:816:19) at Object.onceWrapper (node:events:627:28) at ClientRequest.emit...