Add ENV
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user