Descargar
Desarrollar
Cuenta
Descargar
Desarrollar
Entrar
Forgot Account/Password
Crear Cuenta
Idioma
Ayuda
Idioma
Ayuda
×
Entrar
Nombre de usuario
Contraseña
×
Forgot Account/Password
Translation Status of Español
Categoría:
Software
Gente
PersonalForge
Magazine
Wiki
Buscar
OSDN
>
Buscar Software
>
Software Development
>
Libraries
>
stmole32
>
Howto
stmole32
Fork
stmole32
stmole32exa
Descripción
Project Summary
Developer Dashboard
Página Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Historial
Código Fuente
Code Repository list
Git
stmole32
stmole32exa
Incidencia
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
List of Forums
Developers (1)
Ayuda (1)
Open Discussion (1)
Noticias
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