mirror of https://github.com/g4klx/MMDVM.git
add STM32F10X_Lib
This commit is contained in:
parent
ff7a9fdd4e
commit
37efcb3d4f
|
@ -4,3 +4,6 @@
|
||||||
[submodule "STM32F7XX_Lib"]
|
[submodule "STM32F7XX_Lib"]
|
||||||
path = STM32F7XX_Lib
|
path = STM32F7XX_Lib
|
||||||
url = https://github.com/juribeparada/STM32F7XX_Lib.git
|
url = https://github.com/juribeparada/STM32F7XX_Lib.git
|
||||||
|
[submodule "STM32F10X_Lib"]
|
||||||
|
path = STM32F10X_Lib
|
||||||
|
url = https://github.com/shawnchain/STM32F10X_Lib.git
|
||||||
|
|
6
Config.h
6
Config.h
|
@ -45,10 +45,10 @@
|
||||||
// #define ARDUINO_DUE_PAPA
|
// #define ARDUINO_DUE_PAPA
|
||||||
|
|
||||||
// For the ZUM V1.0 and V1.0.1 boards pin layout
|
// For the ZUM V1.0 and V1.0.1 boards pin layout
|
||||||
#define ARDUINO_DUE_ZUM_V10
|
// #define ARDUINO_DUE_ZUM_V10
|
||||||
|
|
||||||
// For the SQ6POG board
|
// For the SQ6POG board
|
||||||
// #define STM32F1_POG
|
#define STM32F1_POG
|
||||||
|
|
||||||
// For the SP8NTH board
|
// For the SP8NTH board
|
||||||
// #define ARDUINO_DUE_NTH
|
// #define ARDUINO_DUE_NTH
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
// #define VK6MST_TEENSY_PI3_SHIELD_I2C
|
// #define VK6MST_TEENSY_PI3_SHIELD_I2C
|
||||||
|
|
||||||
// Pass RSSI information to the host
|
// Pass RSSI information to the host
|
||||||
// #define SEND_RSSI_DATA
|
#define SEND_RSSI_DATA
|
||||||
|
|
||||||
// Use the modem as a serial repeater for Nextion displays
|
// Use the modem as a serial repeater for Nextion displays
|
||||||
// #define SERIAL_REPEATER
|
// #define SERIAL_REPEATER
|
||||||
|
|
|
@ -25,7 +25,7 @@ STARTUP:=$(SYSDIR)/startup_stm32f105xc.S
|
||||||
STARTUP_DEFS=
|
STARTUP_DEFS=
|
||||||
|
|
||||||
# Include directory for CMSIS
|
# Include directory for CMSIS
|
||||||
CMSISDIR:=/opt/STM32Cube_FW_F1_V1.4.0/Drivers/CMSIS
|
CMSISDIR:=STM32F10X_Lib/CMSIS
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
LIBDIR:=
|
LIBDIR:=
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 417e0c2f4a4571ff836d2705d7551bd07ebbf777
|
Loading…
Reference in New Issue