给idf打adf的补丁patch
432 2024-08-21 09:09
idf、adf分别运行install和export
cd $IDF_PATH
1.拷贝adf下面的patch文件到idf文件夹
2.git apply 例如$ADF_PATH/idf_patches/idf_v4.4_freertos.patch
cd D:\IDF\v5.3.1\esp-idf
git apply ./idf_v5.3_freertos.patch
git apply ./0001-example-add-cache-buffer-for-volc-rtc-exam.patch
git status
全部评论