Pieter De Gendt
Pieter De Gendt
Running this on MIMXRT1170-EVKB: ``` ------ TESTSUITE SUMMARY START ------ SUITE PASS - 100.00% [spi_extra_api_features]: pass = 2, fail = 0, skip = 0, total = 2 duration = 0.003...
> If anyone wants to have some other feature or optimization or bug fix added to the driver, please make a separate github issue (minding the ones that already exist)...
_Thanks for the continued effort, I'm just going to post my first naive approach to test the updated version here. Will take a look at the calculated values too._ So...
Another oddity is that some bytes appear to be missing a final clock pulse? Sending `3f 01` & receiving 0 bytes:  Logs: ``` [00:00:00.058,000] spi_lpspi: spi_context_buffers_setup: tx_bufs 0x80053630 -...
Any ETA on the 1.0.0 release?
> @pdgendt, regarding the `crc32` and the use of `sys_put_xx` functions: the crc32 is the standard crc32ieee, all these routines have been integrated into the source to allow an easy...
Hi @Laczen do you plan to come back to this PR? Would be nice to have this in zephyr!
You can make the manifest project path explicit. ```yaml manifest: self: path: orb/private ``` EDIT: Ah the project is `orb`, nvm
So there are 2 projects? `orb/private` and `orb/public`? In that case your `init` command is wrong and should be: ```shell $ mkdir orb/private $ west init -l orb/private --mf west.yml...