Dear Hal,
> Are there any wiki pages or guides I can read up on? Or a
> checklist? I've basically only used eLua on the esp8622 and
> don't know much about how one gets eLua on a micro controller but
> would like to learn about that.
Have you read this [1] tutorial?
> I'm planning to download some code for different platforms and
> review but where should I look in the code? How is the hardware
> abstracted since each controller offers different features?
You can find HW abstraction code in src/ (Check src/common.c OR
src/common_tmr.c for example). Platform specific code is in
src/platform/<foo-platform>/. Lua modules can be found in src/modules.
For example, see src/modules/uart.c.
I hope this helps. You can always post again if you run into
problems. Good luck!
R
References:
[1]:
http://www.eluaproject.net/doc/master/en_arch_newport.html