Skip to content

Commit ab6e045

Browse files
authored
Merge pull request #67 from soburi/correct_twelite
Correct make command-line options for TWELITE
2 parents 3b1fd88 + dca608e commit ab6e045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ twelite.build.options.target_makefile.windows=target_makefile='{runtime.platform
5252
twelite.build.options.sdkbase=SDK_BASE_DIR=/opt/MWSDK/ChipLib/SW4063V1416
5353
twelite.build.options.sdkbase.windows=SDK_BASE_DIR=C:/MWSDK/ChipLib/SW4063V1416
5454
twelite.build.options.flashprogrammer=
55-
twelite.build.options.flashprogrammer.windows=FLASH_PROGRMMER=C:/MWSDK/Tools/ProductionFlashProgrammer/JN51xxProgrammer.exe
55+
twelite.build.options.flashprogrammer.windows=FLASH_PROGRAMMER=C:/MWSDK/Tools/ProductionFlashProgrammer/JN51xxProgrammer.exe
5656
twelite.build.make.vars={build.options.target_makefile} CONTIKI_TARGET_MAIN=override-contiki-jn516x-main.c TARGET_WITH_UART1=1 PLATFORM_CONF_H='{runtime.platform.path}/variants/{build.variant}/{build.variant}-platform-conf.h' PREINCLUDE_FILES='{build.core.path}/weak_pragmas.h' {build.trace} {build.rpl} {build.options.sdkbase} {build.options.flashprogrammer}
5757
twelite.build.make.goals={build.project_name}.bin {build.project_name}.hex {build.project_name}.elf
5858
twelite.menu.config.TWELITE_BLUE=TWELITE BLUE

0 commit comments

Comments
 (0)