Roman Pollak
Roman Pollak
I suspect, there is something with the tools, that's way ram is not working correctly. Would somebody write, what version of tools the code is running without problem ?
No, I switched to picosoc. They use the internal 128kB ram, which is anyway better then icicle. rgdsRoman On Thursday, September 17, 2020, 5:58:14 PM GMT+2, vr2045 wrote: @roman65536 ,...
@Inviz I saw that as well, however, in master are the changes not yet integrated. Even with #1339 I had to fiddling around to make it work.
Actually, In the meantime I could make it work. Part of the initialization I stole from [here](https://www.mikrocontroller.net/attachment/highlight/545366) now it works fine. If you wish can send you the stuff in...
rjungemann, The Lua trigger should be in "lua/" directory. In your example above, test2.lua is searched in "lua/" directory (see lua.c). Either in $HOME/.scim/lua or $HELP_PATH/lua The best way to...
@rjungemann I think, I know where you heading. I would suggest, extending file.c even more, extending it with .. lets say $SC_SEARCH environment variable. This way you can point $SC_SEARCH...
Andres, I use https://github.com/rgamble/libcsv This one can handle such things. rgds Roman
No there is no way so far pass over a range. That is not much a problem with the LUA modul, but the parser for extern doesn't accept range. One...
gasolin, I think that is more fundamental kind a problem, because is not just test_rp(int x ), then int x should not appear in the global declaration. roman
Hmm.. that was my concern also. so in this case, it doesn't make sense to have procedures with parameters at all and use global variables. which is ok I think....