mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-19 09:05:48 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@601 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
82251c4450
commit
f4ad9750f9
@ -4,19 +4,19 @@
|
|||||||
78K0R Linker W1.33 Date:20 Dec 2013 Page: 1
|
78K0R Linker W1.33 Date:20 Dec 2013 Page: 1
|
||||||
|
|
||||||
Command: -yC:\Program Files (x86)\NEC Electronics Tools\DEV -_msgoff -
|
Command: -yC:\Program Files (x86)\NEC Electronics Tools\DEV -_msgoff -
|
||||||
obsr.lmf ..\..\..\Program Files (x86)\NEC Electronics Tools\C
|
obsr.lmf ..\..\..\..\Program Files (x86)\NEC Electronics Tool
|
||||||
C78K0R\W2.13\lib78k0r\s0rm.rel -gi1B339499E033F240BFAAh -pbsr
|
s\CC78K0R\W2.13\lib78k0r\s0rm.rel -gi1B339499E033F240BFAAh -p
|
||||||
_k0r.map -nkd -gb7EFBFFh -bC:\Program Files (x86)\NEC Electro
|
bsr_k0r.map -nkd -gb7EFBFFh -bC:\Program Files (x86)\NEC Elec
|
||||||
nics Tools\CC78K0R\W2.13\lib78k0r\fsl.lib -bcl0rdm.lib -bcl0r
|
tronics Tools\CC78K0R\W2.13\lib78k0r\fsl.lib -bcl0rdm.lib -bc
|
||||||
m.lib -bcl0rmf.lib -iC:\Program Files (x86)\NEC Electronics T
|
l0rm.lib -bcl0rmf.lib -iC:\Program Files (x86)\NEC Electronic
|
||||||
ools\CC78K0R\W2.13\lib78k0r -dbsr_mcu.dr -s -w2 loader.rel pm
|
s Tools\CC78K0R\W2.13\lib78k0r -dbsr_mcu.dr -s -w2 loader.rel
|
||||||
.rel i2c_ctr.rel main.rel magic.rel WDT.rel i2c_mcu.rel i2c_t
|
pm.rel i2c_ctr.rel main.rel magic.rel WDT.rel i2c_mcu.rel i2
|
||||||
wl.rel led.rel rtc.rel vreg_ctr.rel vreg_twl.rel adc.rel reng
|
c_twl.rel led.rel rtc.rel vreg_ctr.rel vreg_twl.rel adc.rel r
|
||||||
e.rel accero.rel self_flash.rel sw.rel task_debug.rel task_mi
|
enge.rel accero.rel self_flash.rel sw.rel task_debug.rel task
|
||||||
sc.rel task_sys.rel pedo_alg_thre_det2.rel ini_VECT.rel task_
|
_misc.rel task_sys.rel pedo_alg_thre_det2.rel ini_VECT.rel ta
|
||||||
status.rel led_cam.rel led_pow.rel hal.rel batt_params.rel vo
|
sk_status.rel led_cam.rel led_pow.rel hal.rel batt_params.rel
|
||||||
ltable.rel pedo_lpf_coeff.rel kanaria.rel kanaria_c.rel get_e
|
voltable.rel pedo_lpf_coeff.rel kanaria.rel kanaria_c.rel ge
|
||||||
i.rel util_funcs.rel i2c_mcu-sub.rel
|
t_ei.rel util_funcs.rel i2c_mcu-sub.rel
|
||||||
Para-file:
|
Para-file:
|
||||||
Out-file: bsr.lmf
|
Out-file: bsr.lmf
|
||||||
Map-file: bsr_k0r.map
|
Map-file: bsr_k0r.map
|
||||||
|
@ -229,20 +229,20 @@ void tsk_sys( )
|
|||||||
// PMK21 = 0; // wifi 使わない
|
// PMK21 = 0; // wifi 使わない
|
||||||
PMK6 = 0; // pm_irq
|
PMK6 = 0; // pm_irq
|
||||||
|
|
||||||
// リブート時、ステータスを何となく更新、辻褄合わせ
|
// リブート時、ステータスを辻褄合わせ
|
||||||
if( system_status.reboot )
|
if( system_status.reboot )
|
||||||
{
|
{
|
||||||
u8 bl_status_temp;
|
u8 bl_status_temp;
|
||||||
|
|
||||||
// LCD 電源ステータス
|
// LCD 電源onだったか? ステータスの更新をする。
|
||||||
/// ファーム更新時、必ず液晶offかも?
|
/// ファーム更新時、必ず液晶offかも?
|
||||||
if( read_pmic( PM_REG_ADRS_VDD_LCD ) != 0 )
|
if( read_pmic( PM_REG_ADRS_VDD_LCD ) != 0 )
|
||||||
{
|
{
|
||||||
vreg_ctr[ VREG_C_STATUS ] |= REG_BIT_LCD_POW;
|
vreg_ctr[ VREG_C_STATUS ] |= REG_BIT_LCD_POW;
|
||||||
LCD_AMOL_HV_CTRL = 1;
|
// LCD_AMOL_HV_CTRL = 1; 不要。ファーム更新時、ピン状態は保持のため。
|
||||||
}
|
}
|
||||||
|
|
||||||
// バックライトが点いていたなら点ける
|
// バックライトが点いていた? ステータスの更新をする。
|
||||||
bl_status_temp = read_pmic( PM_REG_ADRS_BL );
|
bl_status_temp = read_pmic( PM_REG_ADRS_BL );
|
||||||
vreg_ctr[ VREG_C_STATUS ] |= (( bl_status_temp & 0x03 ) << 5 );
|
vreg_ctr[ VREG_C_STATUS ] |= (( bl_status_temp & 0x03 ) << 5 );
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ C:\Windows\system32\cmd.exe /c c:\cygwin\bin\touch magic.c
|
|||||||
Compilation complete, 0 error(s) and 0 warning(s) found.
|
Compilation complete, 0 error(s) and 0 warning(s) found.
|
||||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\magic.asm
|
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\ra78k0r.exe" -c9F0104 -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -pinter_asm -ks -kx inter_asm\magic.asm
|
||||||
Assembly complete, 0 error(s) and 0 warning(s) found.
|
Assembly complete, 0 error(s) and 0 warning(s) found.
|
||||||
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\lk78k0r.exe" -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -obsr.lmf "..\..\..\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\s0rm.rel" -gi1B339499E033F240BFAAh -pbsr_k0r.map -nkd -gb7EFBFFh -b"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\fsl.lib" -bcl0rdm.lib -bcl0rm.lib -bcl0rmf.lib -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r" -dbsr_mcu.dr -s -w2 loader.rel pm.rel i2c_ctr.rel main.rel magic.rel WDT.rel i2c_mcu.rel i2c_twl.rel led.rel rtc.rel vreg_ctr.rel vreg_twl.rel adc.rel renge.rel accero.rel self_flash.rel sw.rel task_debug.rel task_misc.rel task_sys.rel pedo_alg_thre_det2.rel ini_VECT.rel task_status.rel led_cam.rel led_pow.rel hal.rel batt_params.rel voltable.rel pedo_lpf_coeff.rel kanaria.rel kanaria_c.rel get_ei.rel util_funcs.rel i2c_mcu-sub.rel
|
"C:\Program Files (x86)\NEC Electronics Tools\RA78K0R\W1.33\bin\lk78k0r.exe" -y"C:\Program Files (x86)\NEC Electronics Tools\DEV" -_msgoff -obsr.lmf "..\..\..\..\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\s0rm.rel" -gi1B339499E033F240BFAAh -pbsr_k0r.map -nkd -gb7EFBFFh -b"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r\fsl.lib" -bcl0rdm.lib -bcl0rm.lib -bcl0rmf.lib -i"C:\Program Files (x86)\NEC Electronics Tools\CC78K0R\W2.13\lib78k0r" -dbsr_mcu.dr -s -w2 loader.rel pm.rel i2c_ctr.rel main.rel magic.rel WDT.rel i2c_mcu.rel i2c_twl.rel led.rel rtc.rel vreg_ctr.rel vreg_twl.rel adc.rel renge.rel accero.rel self_flash.rel sw.rel task_debug.rel task_misc.rel task_sys.rel pedo_alg_thre_det2.rel ini_VECT.rel task_status.rel led_cam.rel led_pow.rel hal.rel batt_params.rel voltable.rel pedo_lpf_coeff.rel kanaria.rel kanaria_c.rel get_ei.rel util_funcs.rel i2c_mcu-sub.rel
|
||||||
RA78K0R warning W3420: File 'loader.rel' already has had error(s)/warning(s) by 'CC78K'
|
RA78K0R warning W3420: File 'loader.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||||
Read Device File Directory : C:\PROGRAM FILES (X86)\NEC ELECTRONICS TOOLS\DEV\
|
Read Device File Directory : C:\PROGRAM FILES (X86)\NEC ELECTRONICS TOOLS\DEV\
|
||||||
RA78K0R warning W3420: File 'pm.rel' already has had error(s)/warning(s) by 'CC78K'
|
RA78K0R warning W3420: File 'pm.rel' already has had error(s)/warning(s) by 'CC78K'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[ProjectManager]
|
[ProjectManager]
|
||||||
Version=6.00
|
Version=6.00
|
||||||
Path=C:\78k_data\yav-mcu-basara\snake_trunk\
|
Path=C:\78k_data\yav-mcu-basara\snake_branches\2.35\
|
||||||
Title=yav-mcu
|
Title=yav-mcu
|
||||||
Series=78K0R.PM
|
Series=78K0R.PM
|
||||||
Device=uPD79F0104
|
Device=uPD79F0104
|
||||||
@ -1231,7 +1231,7 @@ ZB=
|
|||||||
Etcetera0=
|
Etcetera0=
|
||||||
Etcetera1=boot.lmf
|
Etcetera1=boot.lmf
|
||||||
CommandFile=0
|
CommandFile=0
|
||||||
OFILE=C:\78k_data\yav-mcu-basara\snake_trunk\bsr.lmf
|
OFILE=C:\78k_data\yav-mcu-basara\snake_branches\2.35\bsr.lmf
|
||||||
[Options.LK78K0R 3]
|
[Options.LK78K0R 3]
|
||||||
Version=100
|
Version=100
|
||||||
O0=bsr_bsr.lmf
|
O0=bsr_bsr.lmf
|
||||||
|
Loading…
Reference in New Issue
Block a user