ソースを参照

Boards classification arrangement (#10814)

STM32 ARM Cortex-M3 boards were listed as M4
Axel 7年前
コミット
d98bc71af7
1個のファイルの変更7行の追加3行の削除
  1. 7
    3
      Marlin/src/core/boards.h

+ 7
- 3
Marlin/src/core/boards.h ファイルの表示

202
 #define BOARD_ALLIGATOR        1602   // Alligator Board R2
202
 #define BOARD_ALLIGATOR        1602   // Alligator Board R2
203
 
203
 
204
 //
204
 //
205
-// ARM Cortex M4
205
+// STM32 ARM Cortex-M3
206
 //
206
 //
207
-#define BOARD_TEENSY35_36       841   // Teensy3.5 and Teensy3.6
208
 #define BOARD_STM32F1R         1800   // STM3R Libmaple based STM32F1 controller
207
 #define BOARD_STM32F1R         1800   // STM3R Libmaple based STM32F1 controller
209
 #define BOARD_MALYAN_M200      1801   // STM32C8T6 Libmaple based stm32f1 controller
208
 #define BOARD_MALYAN_M200      1801   // STM32C8T6 Libmaple based stm32f1 controller
210
-#define BOARD_BEAST            1802   // STM32FxxxVxT6 Libmaple based stm32f4 controller
211
 #define BOARD_STM3R_MINI       1803   // STM32 Libmaple based stm32f1 controller
209
 #define BOARD_STM3R_MINI       1803   // STM32 Libmaple based stm32f1 controller
210
+
211
+//
212
+// STM32 ARM Cortex-M4F
213
+//
214
+#define BOARD_TEENSY35_36       841   // Teensy3.5 and Teensy3.6
215
+#define BOARD_BEAST            1802   // STM32FxxxVxT6 Libmaple based stm32f4 controller
212
 #define BOARD_STM32F4          1804   // STM32 STM32GENERIC based STM32F4 controller
216
 #define BOARD_STM32F4          1804   // STM32 STM32GENERIC based STM32F4 controller
213
 
217
 
214
 //
218
 //

読み込み中…
キャンセル
保存