Just added Waveform to the blacklist like this {"class":"Waveform","name":"*"}
compiled
make clean && BLACKLIST=BLACKLIST.json make
and checked with
xtensa-lx106-elf-objdump -d -l -x espruino_esp8266_user1.elf | grep -i Waveform
expected no return, but got about 350 lines back.
Any hint what goes wrong on my site?
402714f0 l O .irom0.text 00000018 jswSymbols_Waveform_proto 4026c650 l O .irom0.text 0000001d jswSymbols_Waveform_proto_str 00000000 l df *ABS* 00000000 jswrap_waveform.c 40242928 l F .irom0.text 0000006b jswrap_waveform_getBuffer 402429c4 l F .irom0.text 000001c5 jswrap_waveform_start 40242d9c g F .irom0.text 000000e6 jswrap_waveform_constructor 40242ef0 g F .irom0.text 0000004e jswrap_waveform_stop 40242e84 g F .irom0.text 00000014 jswrap_waveform_startOutput 40242b98 g F .irom0.text 00000168 jswrap_waveform_idle . . . . . /Espruino/repos/MaBecker/src/jswrap_waveform.c:305 4024c6ca: d90561 l32r a6, 40242ae0 <jswrap_waveform_start+0x11c> 4026c650 <jswSymbols_Waveform_proto_str>: 4026d050: 0079 6157 6576 6f66 6d72 6100 616e 6f6c y.Waveform.analo 4027008c: 6157 6576 6f66 6d72 6320 756f 646c 276e Waveform couldn' 402700ac: 6157 6576 6f66 6d72 6920 2073 6f6e 2074 Waveform is not 40270144: 6157 6576 6f66 6d72 6920 2073 6c61 6572 Waveform is alre 402701d0: 6157 6576 6f66 6d72 6320 756f 646c 276e Waveform couldn'
@MaBe 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.
Just added Waveform to the blacklist like this {"class":"Waveform","name":"*"}
compiled
and checked with
expected no return, but got about 350 lines back.
Any hint what goes wrong on my site?