Armandas Jarušauskas
Armandas Jarušauskas
It looks like the issue is caused by using bracket comments. I have updated the description.
Have you considered adopting [semantic versioning](https://semver.org/) (i.e. increment the major version number when making API breaking changes)?
@h2zero I couldn't find any references to `esp_nimble_hci_and_controller_init` in the code. Though I'm happy to make any additional changes, as required.
@h2zero Sorry about the delay. I finally had some time to check this. Indeed, with the original initialization code, I was getting a `E (2391) BLE_INIT: controller init failed` error...
Sure. I am using the `espflash` command, as described [here](https://github.com/esp-rs/esp-idf-template?tab=readme-ov-file#flash). My project is using `std`, but how does that affect the flashing tool? `--no-stub` didn't help, but it did work...
Also just want to add that I haven't explicitly configured the partitions, but V2 tool had no problem with it, so from usability perspective, the new tool should not break...
This belongs to [avrlibc](https://github.com/avrdudes/avr-libc).