-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
8000
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# OpenBlink | ||
|
||
[](README.md) | ||
[](README.zh-CN.md) | ||
[](README.ja.md) | ||
[](https://deepwiki.com/OpenBlink/openblink) | ||
|
||
## 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# OpenBlink | ||
|
||
[](README.md) | ||
[](README.zh-CN.md) | ||
[](README.ja.md) | ||
[](https://deepwiki.com/OpenBlink/openblink) | ||
|
||
## OpenBlink 是什么 | ||
|
||
**_OpenBlink_** 是一个从 **_ViXion Blink_** 分叉的开源项目。 | ||
|
||
- 可以使用高生产力的轻量级语言 Ruby 来开发嵌入式设备。 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. Positive FeedbackNegative Feedback |
||
- 程序重写和调试控制台完全无线。(蓝牙低功耗) | ||
- 重写时间少于 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.