Hi, Gordon. I updated my previous answer with a link to a full .c file.
.c
I tried adding PIN_NAMES_DIRECT to my config like this
PIN_NAMES_DIRECT
'makefile' : [ 'DEFINES+=-DPIN_NAMES_DIRECT=1', 'STLIB=STM32F401xE', 'SAVE_ON_FLASH=1', 'STLIB=STM32F10X_MD_VL', 'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f1/lib/startup_stm32f10x_md_vl.o' ]
but it didn't change anything in jspininfo.h, jspininfo.c, platform_config.h after the build. What does this command even affect?
jspininfo.h
jspininfo.c
platform_config.h
Here is my gen/platform_config.h file just for sure.
gen/platform_config.h
@George started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi, Gordon. I updated my previous answer with a link to a full
.c
file.I tried adding
PIN_NAMES_DIRECT
to my config like thisbut it didn't change anything in
jspininfo.h
,jspininfo.c
,platform_config.h
after the build. What does this command even affect?Here is my
gen/platform_config.h
file just for sure.