Skip to content

Commit

Permalink
[Bouffalolab] Update Bouffalo Lab IOT SDK to 1.6.40-1278 (#27336)
Browse files Browse the repository at this point in the history
* update sdk to 1.6.40-1278

* fix restyle
  • Loading branch information
wy-hh authored and pull[bot] committed Jan 4, 2024
1 parent 5f44339 commit a9220ad
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 a9220ad

Please sign in to comment.