Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Software Development
>
Libraries
>
stmole32
>
Howto
stmole32
Fork
stmole32
stmole32exa
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Código Fonte
Code Repository list
Git
stmole32
stmole32exa
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
List of Forums
Developers (1)
Ajuda (1)
Open Discussion (1)
News
How to install stmole32
stmole32 はライブラリなので、それを呼び出すプログラムを自分で書かないと動作しません。
どんな感じか試すには、ライブラリを使用するサンプルプロジェクト
https://scm.osdn.net/gitroot/stmole32/stmole32exa.git
を用意してありますので、 git clone --recursive でクローンし、ビルドしてください。
(TortoiseGitをお使いの場合は、クローンするときに □再帰的 をチェックしてください)
ただし、ハードウェアとしてDigi-keyなどで購入できる
NUCLEO-F429ZI
が必要です。
※ いまは作り始めたばかりなので、リポジトリには
ろくに中身がありません
。
ビルド環境の説明文書は、いまのところ
https://ashidan.myhome.cx/projects/stm32/wiki/DevEnv
にあります。あとあと修正したものをOSDNに載せるつもりです。
ライブラリ自体は
https://scm.osdn.net/gitroot/stmole32/stmole32.git
からクローンできますが、ユーザ自身がまず
自分のgitリポジトリを作って、そこにサブモジュールとして取り込む
のが前提になっています。
※ ユーザ自身のgitリポジトリは、ローカルなPCやオンプレミスにあるもので問題なく、OSDN上に作らなきゃいけないといったことはありません。
TortoiseGitにて stmole32 をサブモジュールとして追加する場合は、以下の手順で行えます。
サブモジュールを参照する側のルートフォルダで右クリック
TortoiseGit-サブモジュールの追加
リポジトリに
https://scm.osdn.net/gitroot/stmole32/stmole32.git
を入力
パスに mw/stmole32 を入力
OK
※ 本来、サブモジュールは版を指定して追加するべきですが、作者自身が版の指定方法を知らないので勉強してそのうち書きます。
Wiki