mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 14:58:35 +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:
@@ -36,7 +36,6 @@
|
||||
/** Core definition */
|
||||
#define cortexm3
|
||||
|
||||
#define BOARD_MAINOSC 18432000
|
||||
#define BOARD_MCK 48000000
|
||||
|
||||
#define LED_RED PIO_PA17
|
||||
|
||||
Reference in New Issue
Block a user