Skip to content

Commit

Permalink
[Bouffalolab] Update Bouffalo Lab IOT SDK to 1.6.40-1278 (project-chi…
Browse files Browse the repository at this point in the history
…p#27336)

* update sdk to 1.6.40-1278

* fix restyle
  • Loading branch information
wy-hh authored Jun 21, 2023
1 parent 534b6d9 commit f79852d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions third_party/bouffalolab/bl602/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,8 @@ template("bl_iot_sdk") {
}

source_set("${sdk_target_name}_lwip") {
include_dirs = [ "${bl_iot_sdk_root}/components/network/lwip_dhcpd" ]

sources = [
"${bl_iot_sdk_root}/components/network/lwip/lwip-port/FreeRTOS/ethernetif.c",
"${bl_iot_sdk_root}/components/network/lwip/lwip-port/FreeRTOS/sys_arch.c",
Expand Down
2 changes: 2 additions & 0 deletions third_party/bouffalolab/bl702/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ template("bl_iot_sdk") {
"-Wno-stringop-overflow",
"-Wno-format-truncation",
"-Wno-shadow",
"-Wno-incompatible-pointer-types",
]

configs += [
":${sdk_target_name}_config_soc",
":${sdk_target_name}_config_BSP_Driver",
Expand Down

0 comments on commit f79852d

Please sign in to comment.