mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Remove the submodules.
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
[submodule "STM32F4XX_Lib"]
|
|
||||||
path = STM32F4XX_Lib
|
|
||||||
url = https://github.com/juribeparada/STM32F4XX_Lib.git
|
|
||||||
[submodule "STM32F7XX_Lib"]
|
|
||||||
path = STM32F7XX_Lib
|
|
||||||
url = https://github.com/juribeparada/STM32F7XX_Lib.git
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2015,2016,2017,2018,2020 by Jonathan Naylor G4KLX
|
* Copyright (C) 2015,2016,2017,2018,2020,2023 by Jonathan Naylor G4KLX
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -75,20 +75,6 @@
|
|||||||
// Use pins to output the current mode via LEDs
|
// Use pins to output the current mode via LEDs
|
||||||
#define MODE_LEDS
|
#define MODE_LEDS
|
||||||
|
|
||||||
// For the original Arduino Due pin layout
|
|
||||||
// #define ARDUINO_DUE_PAPA
|
|
||||||
|
|
||||||
#if defined(STM32F1)
|
|
||||||
// For the SQ6POG board
|
|
||||||
#define STM32F1_POG
|
|
||||||
#else
|
|
||||||
// For the ZUM V1.0 and V1.0.1 boards pin layout
|
|
||||||
// #define ARDUINO_DUE_ZUM_V10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// For the SP8NTH board
|
|
||||||
// #define ARDUINO_DUE_NTH
|
|
||||||
|
|
||||||
// For ST Nucleo-64 STM32F446RE board
|
// For ST Nucleo-64 STM32F446RE board
|
||||||
// #define STM32F4_NUCLEO_MORPHO_HEADER
|
// #define STM32F4_NUCLEO_MORPHO_HEADER
|
||||||
// #define STM32F4_NUCLEO_ARDUINO_HEADER
|
// #define STM32F4_NUCLEO_ARDUINO_HEADER
|
||||||
@@ -127,11 +113,5 @@
|
|||||||
// Use the D-Star and YSF LEDs for FM
|
// Use the D-Star and YSF LEDs for FM
|
||||||
#define USE_ALTERNATE_FM_LEDS
|
#define USE_ALTERNATE_FM_LEDS
|
||||||
|
|
||||||
#if defined(STM32F1_POG)
|
|
||||||
// Slower boards need to run their serial at 115200 baud
|
|
||||||
#undef SERIAL_SPEED
|
|
||||||
#define SERIAL_SPEED 115200
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Submodule STM32F4XX_Lib deleted from 18aeb6ea3a
Submodule STM32F7XX_Lib deleted from 6241f7c05e
Reference in New Issue
Block a user