I'm attempting to put together an application using the baremetal version of NCS just released... I need these to run DFU over BLE so we can update in the field.
I created the project using the sample from that release of a bootloader itself and was surprised to see it referencing Zephyr code which is going to make this harder to do.
So why is this using this code base when it would be much simpler to used the SDK code base of bootloaders (this NCS version is running a softdevice so it shouldn't be a trick to use it)?
Is this implementation of DFU different than the SDK implementation of it?
A related question: I need the advertising name to be dynamic based on the MAC address.. How do I do that in this or the regular NCS implementation?
TIA
