Skip to content

Commit 9b9079e

Browse files
committed
init submodule from bl_iot_sdk commit f59d4494da6b1818b87db414a1c9ce484402b59e
1 parent 2d6f06e commit 9b9079e

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[submodule "components"]
22
path = components
33
url = https://github.com/bouffalolab/bl_iot_sdk-components.git
4+
branch = main
45
[submodule "docs"]
56
path = docs
67
url = https://github.com/bouffalolab/bl_iot_sdk-docs.git
8+
branch = main
79
[submodule "tools"]
810
path = tools
911
url = https://github.com/bouffalolab/bl_iot_sdk-tools.git
12+
branch = main
1013
[submodule "customer_app"]
1114
path = customer_app
1215
url = https://github.com/bouffalolab/bl_iot_sdk-customer_app.git
16+
branch = main

clean

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh
2+
find . -name build_out|xargs rm -rf
3+
find . -name __pycache__|xargs rm -rf
4+
find . -name "*.pyc"|xargs rm -rf
5+
find . -name "*.swp"|xargs rm -rf
6+
rm -rf docs/html
7+
rm -rf docs/zh_CH/_build/
8+
rm -rf docs/zh_CH/man/
9+
rm -rf docs/zh_CH/xml/
10+
rm -rf docs/zh_CH/xml_in/
11+
rm -rf tools/sdk_pub_tool/bouffalolab*

components

Submodule components updated 465 files

customer_app

Submodule customer_app updated 54 files

docs

Submodule docs updated 959 files

tools

version.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
EXTRA_CPPFLAGS ?=
22
ifeq ("$(CONFIG_CHIP_NAME)", "BL602")
3-
EXTRA_CPPFLAGS += -D BL_SDK_VER=\"release_bl_iot_sdk_1.6.38-64-g8703903f1\"
4-
EXTRA_CPPFLAGS += -D BL_SDK_PHY_VER=\"a0_final-74-g478a1d5\"
5-
EXTRA_CPPFLAGS += -D BL_SDK_RF_VER=\"0a5bc1d\"
3+
EXTRA_CPPFLAGS += -D BL_SDK_VER=\"release_bl_iot_sdk_1.6.39-238-gf5ba0a7ee\"
4+
EXTRA_CPPFLAGS += -D BL_SDK_PHY_VER=\"a0_final-106-g24fc0eb\"
5+
EXTRA_CPPFLAGS += -D BL_SDK_RF_VER=\"f6ed2e9\"
66
EXTRA_CPPFLAGS += -D BL_SDK_STDDRV_VER=\"a67b266\"
77
endif
88
ifeq ("$(CONFIG_CHIP_NAME)", "BL702")
9-
EXTRA_CPPFLAGS += -D BL_SDK_VER=\"release_bl_iot_sdk_1.6.38-64-g8703903f1\"
9+
EXTRA_CPPFLAGS += -D BL_SDK_VER=\"release_bl_iot_sdk_1.6.39-238-gf5ba0a7ee\"
1010
EXTRA_CPPFLAGS += -D BL_SDK_STDDRV_VER=\"dff9318\"
1111
EXTRA_CPPFLAGS += -D BL_SDK_STDCOM_VER=\"9fe1995\"
1212
EXTRA_CPPFLAGS += -D BL_SDK_RF_VER=\"b5662bc\"

0 commit comments

Comments
 (0)