Jordan Yates
Jordan Yates
I can appreciate the complexities of managing a default configuration for all users, but isn't `sdk-ng` building picolibc from source with the express purpose of Zephyr support? The current behaviour...
Looks like this will potentially be fixed with picolibc 1.8.5 https://github.com/picolibc/picolibc#picolibc-version-185
> This is not the right way to do this, you can use `APPLICATION_CONFIG_DIR` to specify a directory that contains the configuration, you would need to copy `app.overlay` and `prj.conf`...
@SeppoTakalo @carlescufi Can't add assignee's myself
> > Only thing missing now is to ensure this driver is built by CI in some form. Ideally `samples/drivers/lora/send` and `samples/drivers/lora/receive` > > @JordanYates, can you please point me...
`loramac-node` is in maintenance mode and has no updates. `cmsis-nn` update here: #73995
`tflite-micro` upgrade is part of #73995, need either perms for the repo or someone to work out the desired branch structure.
Tested on the `nrf52840dk/nrf52840`, where the time between starting the erase and the flash chip being ready again is almost 2 minutes... ``` /* Erase flash device */ LOG_INF("Erasing device...
> @JordanYates As far as I understand that could be also used with #2089? to further reduce code size? I have no comment on that, this is purely on the...