Skip to content

v1.5.0

Choose a tag to compare

@xun403 xun403 released this 12 Aug 07:44
· 1 commit to main since this release

SparkleIOT Beken v1.5.0

中文

本版本将 BK7238 与 BK7239N 整合为同一个 SparkleIOT Beken Arduino 开发板包。

  • Arduino IDE 的开发板管理器仅安装一次 SparkleIOT Beken
  • 安装后在“工具 > 开发板 > SparkleIOT Beken”中选择 BK7238BK7239N
  • 两个板型共用 gcc-arm-none-eabi@10.3-2021.10,不会重复安装 GCC。
  • BK7238 使用既有 beken_packagerbk_loader;BK7239N 使用 arduino-beken-sdk-bk7239nbk_uploaderenv-python

当前仅支持 Windows x86_64-mingw32。本版本完成了统一包的静态结构验证;Arduino IDE 安装、两种板型最小示例编译、烧录和实机运行需要继续验证。

English

This release combines BK7238 and BK7239N into one SparkleIOT Beken Arduino board package.

  • Arduino IDE installs SparkleIOT Beken once.
  • Select BK7238 or BK7239N after installation under Tools > Board > SparkleIOT Beken.
  • Both boards share gcc-arm-none-eabi@10.3-2021.10, so GCC is installed only once.
  • BK7238 uses the existing beken_packager and bk_loader; BK7239N uses arduino-beken-sdk-bk7239n, bk_uploader, and env-python.

Windows x86_64-mingw32 is currently supported. The unified archive has passed static structure checks; Arduino IDE installation, minimum sketch compilation for both boards, upload, and hardware runtime validation remain pending.