Vincent Dupont

Results 5 issues of Vincent Dupont

Add ability to remove an item from an array. The item is freed if the removal is successful.

The buffer passed to the write function should be const.

### Contribution description This PR improves the reliability of `mtd_spi_nor` and `littlefs`: - `mtd_spi_nor`: properly checks for `WEL` enabling/disabling, check for errors when writing/erasing and return a dedicated error code...

Type: enhancement
Area: drivers
Area: fs

### Contribution description As said in #8400, erase in mtd spi nor is not working correctly as on some flash, the erase size might be smaller than the sector size....

Discussion: RFC
Area: drivers
CI: ready for build
Area: fs
State: don't stale

Add a new command to build images with the output of go test -c. It allows configuring build and LD flags in .ko.yaml with different values for build and test...