Skip to content

Commit

Permalink
Merge pull request #80 from soburi/jenprog
Browse files Browse the repository at this point in the history
Use jenprog to flash program
  • Loading branch information
soburi authored Aug 18, 2018
2 parents e2014ed + 468acc3 commit c6f2eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jn516x.build.uploader.path=""
jn516x.build.options.target_makefile=target_makefile={runtime.platform.path}/variants/{build.variant}/Makefile.variant
jn516x.build.options.target_makefile.windows=target_makefile='{runtime.platform.path}/variants/{build.variant}/Makefile.variant'
jn516x.build.options.flashprogrammer=FLASH_PROGRAMMER={runtime.tools.jenprog.path}/JennicModuleProgrammer
jn516x.build.options.flashprogrammer.windows=
jn516x.build.options.flashprogrammer.windows=FLASH_PROGRAMMER={runtime.tools.jenprog.path}/JennicModuleProgrammer.exe
jn516x.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.flashprogrammer}
jn516x.build.make.goals={build.project_name}.bin {build.project_name}.hex {build.project_name}.elf
jn516x.menu.config.jn5169=JN5169
Expand Down

0 comments on commit c6f2eeb

Please sign in to comment.