mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
Add support for 'qmod' (quad-modem) board
You can compile the firmware for this new target using 'make BOARD=qmod'. The QMOD differs from simtrace+owhw in terms of low-level initialization, as it has an external 12MHz clock at XIN, thus bypasses the main oscillator and needs different PLL configuration.
This commit is contained in:
@@ -96,8 +96,7 @@ INCLUDES_USB = -Iatmel_softpack_libraries/usb/include
|
||||
INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isrc_simtrace
|
||||
|
||||
# FIXME: This must be made configurable!
|
||||
#INCLUDES += -Iinclude_board/simtrace
|
||||
INCLUDES += -Iinclude_board/owhw
|
||||
INCLUDES += -Iinclude_board/$(BOARD)
|
||||
|
||||
INCLUDES += -Icmsis
|
||||
INCLUDES += $(INCLUDES_USB)
|
||||
|
||||
Reference in New Issue
Block a user