mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
firmware: allow to change the sim presence pin polarity
The sim presence pin allows the simtrace2 to inform the modem about the presence of the simcard. On a generic simcard slot a button is pressed by the simcard which generate a high or low voltage level. Even though there are specifications of minipcie or ngff defining this signal, certain modems behave different. Certain modems require different signals from the specification. Extend the usb protocol to set the behaviour at runtime. Related: SYS#6946 Change-Id: I77118114ba873fdf0778137402888b40f2442456
This commit is contained in:
@@ -7,6 +7,7 @@ CFLAGS=-g -Wall $(LIBOSMOCORE_CFLAGS) \
|
||||
-I../atmel_softpack_libraries/libchip_sam3s/cmsis \
|
||||
-I../atmel_softpack_libraries/libchip_sam3s/include \
|
||||
-I../atmel_softpack_libraries/usb/include \
|
||||
-I../atmel_softpack_libraries/ \
|
||||
-I../libcommon/include \
|
||||
-I../libboard/common/include \
|
||||
-I../libboard/simtrace/include \
|
||||
|
||||
Reference in New Issue
Block a user