annotate makefile-frags/first-part @ 263:b5e8dfd114a7

Switch_ON(): go into charging boot mode on either CHGSTS or CHGPRES If someone were to plug and then unplug a charger into a switched-off phone in an extremely brief "glitch" manner, we should do an automatic power-off on boot in this condition. When we were checking only CHGPRES in Switch_ON(), we would go into Misc boot state instead, which is undesirable. Now if we have a CHGSTS but not CHGPRES condition, we will go into charging boot mode, and FCBM will then do the automatic power-off upon detecting absence of the charger in its periodic polling.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 May 2021 05:50:36 +0000
parents 94ee95dad595
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 all: fwimage.bin flash-script
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 ${SUBDIR}: FRC
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 cd $@; ${MAKE} ${MFLAGS}
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 ${LIBS}: ${SUBDIR}
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 @true
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8