# binファイル命名則

binファイル名の基本の形は以下になります。

> {プロジェクト名}\_{バリアント名}\_{ARCH名}\_{TWENETライブラリバージョン}\_{Version.mkバージョン}
>
> 例: Samp\_PingPong\_PingPong\_BLUE\_L1200\_V0-1-4.bin

| 名前               | 解説                                                                                         | 例              |
| ---------------- | ------------------------------------------------------------------------------------------ | -------------- |
| プロジェクト名          | 通常プロジェクトの最上位フォルダ名です。                                                                       | Samp\_PingPong |
| バリアント（派生）名       | 通常プロジェクト中のサブフォルダ名です。１プロジェクト中に親機用・子機用を別々に生成するよう場合に使います。                                     | PingPong       |
| ARCH名            | BLUE: TWELITE BLUE, RED: TWELITE RED                                                       | BLUE           |
| TWENETライブラリバージョン | バージョン識別子です。                                                                                | L1200          |
| Version.mk バージョン | [Version.mk ](/twelite-sdk-howto/birudonitsuite/versionmk-nitsuite.md)ファイルに記述されたバージョン番号です。 | V0-1-4         |

{% hint style="info" %}
ファイル名は [Makefile](/twelite-sdk-howto/birudonitsuite/makefile-nitsuite.md) により一部カスタマイズ可能です。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.twelite.info/twelite-sdk-howto/birudonitsuite/binfuiru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
