8000 Split README into language-specific files by devin-ai-integration[bot] · Pull Request #6 · OpenBlink/openblink · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Split README into language-specific files #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Me 8000 rged
merged 1 commit into from
May 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OpenBlink

[![English](https://img.shields.io/badge/language-English-blue.svg)](README.md)
[![中文](https://img.shields.io/badge/language-中文-red.svg)](README.zh-CN.md)
[![日本語](https://img.shields.io/badge/language-日本語-green.svg)](README.ja.md)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/OpenBlink/openblink)

## OpenBlink とは

**_OpenBlink_** は **_ViXion Blink_** からフォークされたオープンソースプロジェクトです。

- 高い生産性を持つ軽量言語 Ruby を使用して組み込みデバイスを開発できます。
Copy link
Preview
Copilot AI May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider using standard markdown bullet point syntax (e.g., '-' or '*') instead of '+-' to ensure consistent rendering across markdown viewers.

Copilot uses AI. Check for mistakes.

- プログラムの書き換えとデバッグコンソールは完全にワイヤレスです。(BluetoothLE)
- 書き換え時間は 0.1 秒未満で、マイクロプロセッサの再起動を必要としません。(これを「Blink」と呼んでいます)

## OpenBlink の入手方法

リポジトリをクローンしてサブモジュールを初期化するには、以下のコマンドを実行してください:

```console
$ git clone https://github.com/OpenBlink/openblink.git
$ git submodule init
$ git submodule update
```

## ドキュメント

より詳細なドキュメントについては、[doc](./doc)をご確認ください。

## 検証済みハードウェア

以下のハードウェアプラットフォームが OpenBlink でテスト済みです:

- Nordic nRF54L15-DK (Board target: nrf54l15dk/nrf54l15/cpuapp)
- Nordic nRF52840-DK (Board target: nrf52840dk/nrf52840)

## 開発環境バージョン

- nRF Connect SDK toolchain v2.9.0
- nRF Connect SDK v2.9.0
77 changes: 4 additions & 73 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenBlink

English text is followed by Chinese and Japanese translations. / 英文后面是中文和日文翻译。/ 英語の文章の後に中国語と日本語訳が続きます。
[![English](https://img.shields.io/badge/language-English-blue.svg)](README.md)
[![中文](https://img.shields.io/badge/language-中文-red.svg)](README.zh-CN.md)
[![日本語](https://img.shields.io/badge/language-日本語-green.svg)](README.ja.md)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/OpenBlink/openblink)

## What is OpenBlink

Expand Down Expand Up @@ -35,75 +38,3 @@ The following hardware platforms have been tested with OpenBlink:

- nRF Connect SDK toolchain v2.9.0
- nRF Connect SDK v2.9.0

---

## OpenBlink 是什么

**_OpenBlink_** 是一个从 **_ViXion Blink_** 分叉的开源项目。

- 可以使用高生产力的轻量级语言 Ruby 来开发嵌入式设备。
- 程序重写和调试控制台完全无线。(蓝牙低功耗)
- 重写时间少于 0.1 秒,不需要微处理器重启。(我们称之为"Blink")

## 如何获取 OpenBlink

要克隆仓库并初始化子模块,请运行以下命令:

```console
$ git clone https://github.com/OpenBlink/openblink.git
$ git submodule init
$ git submodule update
```

## 文档

有关更详细的文档,请查看[doc](./doc)

## 已验证的硬件

以下硬件平台已通过 OpenBlink 测试:

- Nordic nRF54L15-DK (Board target: nrf54l15dk/nrf54l15/cpuapp)
- Nordic nRF52840-DK (Board target: nrf52840dk/nrf52840)

## 开发环境版本

- nRF Connect SDK toolchain v2.9.0
- nRF Connect SDK v2.9.0

---

## OpenBlink とは

**_OpenBlink_** は **_ViXion Blink_** からフォークされたオープンソースプロジェクトです。

- 高い生産性を持つ軽量言語 Ruby を使用して組み込みデバイスを開発できます。
- プログラムの書き換えとデバッグコンソールは完全にワイヤレスです。(BluetoothLE)
- 書き換え時間は 0.1 秒未満で、マイクロプロセッサの再起動を必要としません。(これを「Blink」と呼んでいます)

## OpenBlink の入手方法

リポジトリをクローンしてサブモジュールを初期化するには、以下のコマンドを実行してください:

```console
$ git clone https://github.com/OpenBlink/openblink.git
$ git submodule init
$ git submodule update
```

## ドキュメント

より詳細なドキュメントについては、[doc](./doc)をご確認ください。

## 検証済みハードウェア

以下のハードウェアプラットフォームが OpenBlink でテスト済みです:

- Nordic nRF54L15-DK (Board target: nrf54l15dk/nrf54l15/cpuapp)
- Nordic nRF52840-DK (Board target: nrf52840dk/nrf52840)

## 開発環境バージョン

- nRF Connect SDK toolchain v2.9.0
- nRF Connect SDK v2.9.0
40 changes: 40 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OpenBlink

[![English](https://img.shields.io/badge/language-English-blue.svg)](README.md)
[![中文](https://img.shields.io/badge/language-中文-red.svg)](README.zh-CN.md)
[![日本語](https://img.shields.io/badge/language-日本語-green.svg)](README.ja.md)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/OpenBlink/openblink)

## OpenBlink 是什么

**_OpenBlink_** 是一个从 **_ViXion Blink_** 分叉的开源项目。

- 可以使用高生产力的轻量级语言 Ruby 来开发嵌入式设备。
Copy link
Preview
Copilot AI May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider using standard markdown bullet point syntax (e.g., '-' or '*') instead of '+-' to ensure consistent rendering across markdown viewers.

Copilot uses AI. Check for mistakes.

- 程序重写和调试控制台完全无线。(蓝牙低功耗)
- 重写时间少于 0.1 秒,不需要微处理器重启。(我们称之为"Blink")

## 如何获取 OpenBlink

要克隆仓库并初始化子模块,请运行以下命令:

```console
$ git clone https://github.com/OpenBlink/openblink.git
$ git submodule init
$ git submodule update
```

## 文档

有关更详细的文档,请查看[doc](./doc)

## 已验证的硬件

以下硬件平台已通过 OpenBlink 测试:

- Nordic nRF54L15-DK (Board target: nrf54l15dk/nrf54l15/cpuapp)
- Nordic nRF52840-DK (Board target: nrf52840dk/nrf52840)

## 开发环境版本

- nRF Connect SDK toolchain v2.9.0
- nRF Connect SDK v2.9.0
0