analogdevicesinc / msdk

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

MAX32655 Bluetooth examples documentation mix-up #980

Open BaileyBrookes opened 6 months ago

BaileyBrookes commented 6 months ago

In the "msdk/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/" example, the README.md states that "In the project.mk, changing USE_DUAL_CORE to 1 will enable using both ARM core and RISC-V core for the split HCI.", but there is no such variable in the project.mk

In the "msdk/Examples/MAX32655/Bluetooth/BLE_fit/" example however, the USE_DUAL_CORE is present in its project.mk file but is not mentioned in the examples README.md.

EricB-ADI commented 6 months ago

HI @BaileyBrookes , You can add it yourself inside project.mk. The build system, has it defaulted to 0 if it is not present in the project.mk. As far as why it is not there, is most likely legacy. There seem to be some build issues that need to be resolved. I will open a separate branch to fix them, but it is lower priority as of now.