2017年3月24日 星期五

[MCU] STM32/EFM32 small C interpreter for scripting

網路上有用MCU 實作小型的 C interpreter for scripting. 有興趣可以研究一下。


有幾個值得注意的地方:

\ports\library_common.c  ç 自定LIBRARY

EMBEDDED_HOST ç 為主要的MACRO

\ports\STM32\platform_stm32.c   ç  library和底層相關的code


值得注意的是,佔用了很大的HEAP      #define HEAP_SIZE (48*1024)        /* space for the heap and the stack */


沒有留言:

張貼留言