comparison configs/2092 @ 366:042be096c669

configs/2092: FCHG enabled
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 31 Dec 2017 23:57:20 +0000
parents febcd952d394
children fe200bd2f188
comparison
equal deleted inserted replaced
365:f8ad9dcadde0 366:042be096c669
1 # This config reproduces the pdt_2092 configuration of TCS211 with one 1 # This config reproduces the pdt_2092 configuration of TCS211 with two
2 # substantive change: ATP, LCC and MKS have been removed. ATP and MKS 2 # substantive changes:
3 # have always been dead code, whereas LCC is only applicable to hardware 3 #
4 # targets that are designed to work with "low cost" chargers - and none 4 # 1) ATP and MKS RiViera SWEs have been removed - they have always
5 # of our targets are in that category. 5 # been dead code.
6 #
7 # 2) The battery management driver has been changed from TI's LCC
8 # ("low cost" unregulated chargers, not used on any FC-supported
9 # target devices) to our own FCHG.
6 10
7 scripts/config-headers.sh gprs 2092-pruned 11 scripts/config-headers.sh gprs 2092-fchg
8 12
9 CONDAT=condat2 13 CONDAT=condat2
10 GPF=gpf2 14 GPF=gpf2
11 CDGINC=cdg211/cdginc 15 CDGINC=cdg211/cdginc
12 CDGPRIM=cdg211/prim 16 CDGPRIM=cdg211/prim
114 #build_lib mks 118 #build_lib mks
115 119
116 # app drivers 120 # app drivers
117 build_lib abb 121 build_lib abb
118 build_lib buzzer 122 build_lib buzzer
123 build_lib fchg
119 build_lib ffs 124 build_lib ffs
120 build_lib ffs_drv 125 build_lib ffs_drv
121 build_lib ffs_pcm 126 build_lib ffs_pcm
122 build_lib kpd 127 build_lib kpd
123 #build_lib lcc
124 build_lib power 128 build_lib power
125 build_lib r2d_drv_custom_flash 129 build_lib r2d_drv_custom_flash
126 build_lib r2d_drv_flash 130 build_lib r2d_drv_flash
127 build_lib r2d_drv_int_ram 131 build_lib r2d_drv_int_ram
128 lib_link_magic '(CONST_LIBS (.text, .r2dlcd))' 132 lib_link_magic '(CONST_LIBS (.text, .r2dlcd))'