comparison src/cs/drivers/drv_app/fchg/bsim_start.c @ 256:aec644728174

FCHG BSIM: ETM connection implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 May 2021 02:37:14 +0000
parents 4533ef63fdb0
children
comparison
equal deleted inserted replaced
255:1a4413c4eb7e 256:aec644728174
2 * This module implements a boot-time function for BSIM mode: 2 * This module implements a boot-time function for BSIM mode:
3 * figuring out the initial battery percentage to be reported. 3 * figuring out the initial battery percentage to be reported.
4 */ 4 */
5 5
6 #include "fchg/fchg_env.h" 6 #include "fchg/fchg_env.h"
7 #include "fchg/fchg_func_i.h" 7 #include "fchg/bsim_func_i.h"
8 #include "rv/rv_general.h" 8 #include "rv/rv_general.h"
9 #include "rvf/rvf_api.h" 9 #include "rvf/rvf_api.h"
10 #include "rvm/rvm_use_id_list.h" 10 #include "rvm/rvm_use_id_list.h"
11 11
12 void bsim_init_percent(void) 12 void bsim_init_percent(void)