Skip to content

Commit cc569d5

Browse files
committed
remove the submodule [micropython]
1 parent a009ca0 commit cc569d5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "components/esp-sr"]
88
path = components/esp-sr
99
url = https://github.com/espressif/esp-sr.git
10-
[submodule "micropython_adf/micropython"]
11-
path = micropython_adf/micropython
12-
url = https://github.com/micropython/micropython.git

micropython_adf/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ To use this integration, please read the [documents](https://github.com/micropyt
99
To build the project, please follow the steps below:
1010

1111
* Clone `ESP-ADF`, `ESP-IDF`, into your workspace and update all the submodules.
12-
* MicroPython support HASH 'f301170c7cb50fdb9250a6e4b89682f9c0e543cb'.
1312
* ESP-IDF support HASH '6ccb4cf5b7d1fdddb8c2492f9cbc926abaf230df'.
1413
* `export ADF_PATH={ your ESP-ADF's path }`
1514
* `export IDF_PATH={ your ESP-IDF's path }`
15+
* Clone `MicroPython` into `${ADF_PATH}/micropyton_adf`.
16+
* MicroPython support HASH 'f301170c7cb50fdb9250a6e4b89682f9c0e543cb'.
1617
* `cd ${ADF_PATH}/micropyton_adf/micropython`, and apply the patch of `${ADF_PATH}/micropyton_adf/mpmake.patch`.
1718
* select your audio board in `${ADF_PATH}/micropyton_adf/sdkconfig.adf`.
1819
* `cd ${ADF_PATH}/micropyton_adf/micropython/mpy-cross`, run `make -j8`.

micropython_adf/micropython

-1
This file was deleted.

0 commit comments

Comments
 (0)