-
Peripheral addresses (UART interface) & screen-writing code is specific to the chipset. Should provide a general interface and implementations. Should go in /drivers, maybe?
-
Edit: I've spent a few hours digging into this, and it seems like the timeout specified isn't respected:
```
2023-08-05T15:19:51.423Z [log] [ManagerDrivers] [Driver:aranet4] [Device:87ed2320-4fca-…
redoz updated
10 months ago
-
We have been using SVDconv V3.3.21 until now.
We have recently updated to SVDconv V3.3.35.
Both running on linux.
We use the same command line:
`./SVDConv .svd --generate=header --fields=macro …
-
Something like https://github.com/ros-drivers/linux_peripheral_interfaces should work for this.
-
### Description
MCU: NRF52840
Operating system: zephyr-v3.4.0-77-g75293c8c79eb
I have a simple "hello world" application, with some driver initialization for a custom board.
Program .hex fil…
-
**_Reported by Inaky Perez-Gonzalez:_**
When an app contains a relative path to a source file, it creates object files outside the $O directory if it is different than "outdir":
```
$ cd PATH/TO/…
-
At the moment the system timer frequency is used in many places due to lack of infrastructure needed to pass clock information to the drivers and SoC initialization code.
As we are going to have se…
-
> FEATURE REQUEST
1. Enough low level information/documentation to write native drivers in the Ada programming language for the Kendrite K210. (The community will write the drivers, but we lack som…
-
There are few UART drivers which directly makes the open and read calls in the UPM driver instead of calling MRAA (which in turn calls the Peripheral manager for Android Things). With this, when these…
-
Hello,
I am experiencing some problems when generating a mock for an header (SPI peripheral) for my project. I had already previously generated this mock for another set of tests, related to the pe…