mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
accero.c 加速度onにするだけで歩数計もonになってしまうのを修正 i2c_ctr.c i2c_twl.c 通信速度に関するパラメータの計算を誤っていたのを修正。 loader.c コメント修正 pm.c コメント修正 task_misc.c 体験台(スタンドアロン・ネットワーク)がSDKから判別できるように修正(SDK3xでAPIがたいおうとのこと) 大きな変更として、2nd codec対応のため、i2c_mcuにワークアラウンド、ROM不足のため一部boot0セクタに切り出しています。 (外から見た動作には変更無し、自己アップデート失敗時のリカバリにももんだいなしです) git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@432 013db118-44a6-b54f-8bf7-843cb86687b1
66 lines
1.4 KiB
XML
66 lines
1.4 KiB
XML
<?xml version="1.0" encoding="shift_jis"?>
|
|
<VisualStudioUserFile
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
ShowAllFiles="false"
|
|
>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
>
|
|
<DebugSettings
|
|
Command="$(TargetPath)"
|
|
WorkingDirectory="C:\78k_data\yav-mcu-basara\trunk"
|
|
CommandArguments=""
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine="REDPC2232"
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment=""
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor="0"
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
>
|
|
<DebugSettings
|
|
Command="$(TargetPath)"
|
|
WorkingDirectory=""
|
|
CommandArguments=""
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine="REDPC2232"
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment=""
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor=""
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
</VisualStudioUserFile>
|