Hey guys,
I've noticed that it is not possible to build lua interrupts(BUILD_LUA_INT_HANDLERS) for the LM3S8962 from the Web Builder. Is there any particular reason for that?
Thanks in advance, Carlo Caratori _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Vagner nascimento |
Hi Carlo,
This option was not available to you from WB interface? Notice that WB is working with eLua v0.8 and there were few platforms with eLua interruptions. Differences between versions for LM3S8962:
In a few of days the WB will be updated with eLua v0.9. Best, Vagner
On Sun, May 19, 2013 at 7:48 PM, Carlo Caratori <[hidden email]> wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Carlo Caratori |
Hey Vagner, Thanks for your help. By taking a look at the differences btw v0.8 and v0.9 platform_conf.h I've noticed that the build elua interrupts macro was only added in the later one. But there's a problem, as you can see down here (the macro is inside a #ifdef)
2013/5/20 Vagner nascimento <[hidden email]> Hi Carlo, _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Vagner nascimento |
Hi Carlo,
You are right, only EKLM3S9D92 has interruptions implemented. The WB only configures a build environment and runs the eLua toolchain.
I do not know what the effort to implement INT for LM3S8962 (in eLua).
Best, Vagner Actually the WB only builds closed versions of eLua, but we are working to be able On Mon, May 20, 2013 at 2:20 PM, Carlo Caratori <[hidden email]> wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Hi,
On Mon, May 20, 2013 at 9:06 PM, Vagner nascimento <[hidden email]> wrote: Hi Carlo, Actually, LM3S8962 does have interrupt support. Take a look at src/platform/lm3s/platform_int.c and look for the '#include "lm3s8962.h"' line. Best, Bogdan
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |