analogdevicesinc / msdk

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

feat(Examples): Change Project.md feature for MAX32655, MAX32665, and MAX32690 #1055

Closed JC-282-AD closed 5 days ago

JC-282-AD commented 1 week ago

Description

  1. BLE Examples: add feature to set advertising name through project.mk
  2. BLE Examples: add feature to configure security though project.mk
  3. BLE Examples: Allow user to select ME17 and ME14 chip version from project.mk and select PHY properly.
EricB-ADI commented 1 week ago

Can you add the advertising names update to otas and otac as well?

JC-282-AD commented 1 week ago

Can you add the advertising names update to otas and otac as well?

Done! I also synced these updates to ME17. Since I don't have the board for ME17, I didn't test it, but I think it should be good. Just copy and paste for these same updates.

EricB-ADI commented 1 week ago

/clang-format-run

JC-282-AD commented 5 days ago

Merged