This commit is contained in:
InsanityAutomation
2022-01-03 11:05:57 -05:00
parent 09f1c97c6e
commit 1e3cd5ca8b
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
// Touchscreens in development, not tested
//#define MachineCR5
#define MachineCR10Smart
//#define MachineCR10Smart
/*
20:41:31.558 > PIN: PB12 M42 P28 <unused/unknown> // Pi Netowork Reset Output
+12
View File
@@ -3477,6 +3477,18 @@ debug_tool = jlink
upload_protocol = jlink
build_flags = ${common_stm32f1.build_flags} -DTEMP_TIMER_CHAN=4 -DMachineCR30
[env:CR10Smart]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RE_maple
board_build.address = 0x08007000
board_build.ldscript = creality.ld
extra_scripts = ${common_stm32f1.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/custom_board.py
debug_tool = jlink
upload_protocol = jlink
build_flags = ${common_stm32f1.build_flags} -DTEMP_TIMER_CHAN=4 -DMachineCR10Smart
#
# ATmega1280
#