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");
micropython source code
micropython source code
Re: The earlier "Redirect UART to std" example code:
Really useful would be a modified version of one of Microsoft's sample applications, to use stderr instead of std for console output
eg. Their MS sample UART project located here:
https://github.com/Azure/azure-sphere-samples/tree/master/Samples/UART/UART_HighLevelApp
-Peter