Azure Sphere is it Linux?
Where to read the OS and SDK license?
Azure Sphere is it Linux?
Where to read the OS and SDK license?
Log_Debug("[PY] BEGIN\n\n");
int stack_dummy;
stack_top = (char*)&stack_dummy;
gc_init(heap, heap + sizeof(heap));
mp_init();
do_str("print('<python> Azure Sphere - Hello World')", MP_PARSE_SINGLE_INPUT);
do_str("for i in range(4):\r\n print('<python> i =', i)", MP_PARSE_FILE_INPUT);
mp_deinit();
Log_Debug("\n[PY] END\n");