I am confused about where the latest full release with source is. I am interested in porting to the KL03, and modifying to use a single-wire interface.
I think it should not be a big problem to add KL03 but dont understand why you want to use swd which is primarily used for debugging and programming the application.
This can be used with all parts (KE, KEA, KL, K, KM, KV) and also directly with many IDEs (KDS, CW, S32, IAR, Keil, Atollic, Green Hills, CooCox, Rowley, GCC, VS 2015). It also allows mixing AN2295 with other methods - such as AN2295 on a UART, KBOOT on USB HID, USB-MSD at the same time, SD card and/or Ethernet for chips with a controller, so can be used whenever more performance is required or where AN2295 would otherwise require porting effort due to IDE or device limits.
Furthermore it allows the operation (of the complete chip and the protocols in [approx.] real-time) to be simulated for testing, adapting, further developing or debugging, software reviews, code coverage, etc. in situations where highest quality and reliability are demanded.
I see the confusion. I should have been more descriptive of what we are trying to do. Our communication interface for the bootloader is a single-wire software UART, not SWD. After looking through all the various bootloader options and whitepapers, I decided we already had most of the pieces in place, so I implemented our own bootloader, which is working well.
I am searching for the AN2295SW zip file that contains the support for the ColdFire V1. I downloaded the ZIP above but I see no support for the ColdFire, yet the application note does note that it is supported. Does anyone know where I can find latest files?