Sven Ginka
Sven Ginka
DTS will then look like this, correct? ``` can0: can@40030000 { compatible = "atmel,sam-can"; reg = ; ... }; ``` the first 2 values are consumed (and named) in MCAN...
alright, thats new to me, understand. I will do. thank you for providing the inspiration point. then the result should maybe look like this: https://github.com/zephyrproject-rtos/zephyr/pull/73594/files
I am also wondering how to build the non-DBUS version.
I am having a similar issue with the attachements `Could not download attachment` I am not sure if this is possible at all https://gitlab.com/gitlab-org/gitlab/-/issues/24155 on the other side, there is...
I am trying this with manual trigger of the github action. I do set sync in the settings: ``` - name: sftp deploy uses: milanmk/actions-file-deployer@master with: remote-protocol: "sftp" remote-port: 22...
hi, I am having issues seeing the SYNC_OUT signal. Any ideas are more than welcome, because I dont have any clue what I am doing wrong here. my setup: *...
Thats the way I put my own binary in qemu: build openSBI for `qemu-system-riscv32` (note for `qemu-system-riscv64` the addresses are slightly different) ``` make PLATFORM=generic CROSS_COMPILE=riscv32-unknown-elf- PLATFORM_RISCV_XLEN=32 FW_TEXT_START=0x80000000 FW_JUMP_ADDR=0x80400000 FW_JUMP_FDT_ADDR=0x80800000...
what oled display are you using?
Then this would work. > Am 19.07.2024 um 13:39 schrieb Space-soupXD ***@***.***>: > > > Correction 64x32 > > On Fri, Jul 19, 2024 at 7:38 AM Isaac Lister...
> what would i use for the display functions? please check here : https://github.com/kirknorthrop/SSD1306_minimal/blob/7755686be5a4e588f29a5293be0dace48faf3764/SSD1306_minimal.h#L117 you might want to `void init(uint8_t address);` and then start drawing `void printString( char * pText...