nuttx/boards:fix kconfig under apps/testing folder that change config-testing-mm to config-testing-heap#15659
Conversation
…-testing-mm to config-testing-heap Under apps/testing folder, the macro of CONFIG_TESTING_MM is changed to CONFIG_TESTING_HEAP. So we need to update the defconfig containing CONFIG_TESTING_HEAP in the nuttx/boards folder. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
|
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements. While it addresses some aspects, it's missing crucial information. Here's a breakdown:
In short: The PR needs to be significantly more detailed to meet the NuttX requirements. Provide the missing why, elaborate on the impacts (even if they are "NO"), and include actual testing logs/results with specific host and target information. |
Summary
Under apps/testing folder, the macro of CONFIG_TESTING_MM is changed to CONFIG_TESTING_HEAP.
So we need to update the defconfig containing CONFIG_TESTING_HEAP in the nuttx/boards folder.
Impact
folder impact : nuttx/boards
Testing
CI TEST.