analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

Bootloader and Bootloader Host Examples for MAX32665 are under Bluetooth Folder #902

Closed selimgullulu closed 5 months ago

selimgullulu commented 5 months ago

The Bootloader: Examples/MAX32665/Bluetooth/Bootloader and the Bootloader Host: Examples/MAX32665/Bluetooth/Bootloader_Host Examples are under Bluetooth folder. Is there a specific reason for this or is it related to a misclassification (the reason that Bootloader having a "BL" prefix maybe)? I believe it's better to locate these examples in the root folder of the MAX32665 Part as the following: Examples/MAX32665/Bootloader Examples/MAX32665/Bootloader_Host

sihyung-maxim commented 5 months ago

The Bootloader examples were originally added to help with the Bluetooth OTA development. Though now, it's considered separate so they can be moved out.

sihyung-maxim commented 5 months ago

My mistake. The Bootloader example is not considered separate. There are some dependencies with the BLE OTA and Bootloader** examples.

Investigating as to why that's still the case and if we can make them independent of each other.

EdwinFairchild commented 5 months ago

The Bootloader example is OTAS dependent and specific, its not mean to be a generic bootloader its simply to showcase OTAS BLE example.

selimgullulu commented 5 months ago

Thank you all for your explanations.