11:08:47.8728 [INFO] System bus created. 11:08:49.0916 [INFO] sysbus: Loading segment of 141864 bytes length at 0x400000. 11:08:49.1081 [INFO] sysbus: Loading segment of 4 bytes length at 0x422A28. 11:08:49.4574 [INFO] cpu0: Setting initial values: PC = 0x40282D, SP = 0x422628. 11:08:49.4590 [INFO] bcm958401m2: Machine started. 11:08:49.5333 [WARNING] nvic: Unhandled write to offset 0xD28, value 0xFFFFFFFF. 11:08:49.5333 [WARNING] nvic: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 11:08:49.5669 [INFO] uart1: [host: 0.72s (+0.72s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build zephyr-v3.2.0-2681-g9cf89603dfff *** 11:08:49.6958 [INFO] uart1: [host: 0.85s (+0.13s)|virt: 0.52ms (+0.4ms)] MicroPython v3.2.0-2681-g9cf89603df-dirty on 2022-12-19; zephyr-bcm958401m2 with BCM58400 11:08:49.7419 [INFO] uart1: [host: 0.89s (+46.31ms)|virt: 13.11ms (+12.59ms)] >>> 2+2 11:08:49.7736 [INFO] uart1: [host: 0.92s (+31.63ms)|virt: 13.34ms (+0.24ms)] 4 11:08:50.2881 [INFO] uart1: [host: 1.44s (+0.51s)|virt: 0.17s (+0.15s)] >>> def compare(a, b): return True if a > b else False 11:08:50.3012 [INFO] uart1: [host: 1.45s (+13.11ms)|virt: 0.17s (+2.3ms)] ... 11:08:50.4904 [INFO] uart1: [host: 1.64s (+0.19s)|virt: 0.2s (+27ms)] >>> compare(3.2, 2.4) 11:08:50.5256 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5257 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5318 [INFO] uart1: [host: 1.68s (+41.48ms)|virt: 0.2s (+0.42ms)] True 11:08:50.5321 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5321 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5322 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5322 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5322 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.5323 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7131 [INFO] uart1: [host: 1.86s (+0.18s)|virt: 0.26s (+61.28ms)] >>> compare(2.2, 5.8) 11:08:50.7333 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7333 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7335 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7336 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7336 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7336 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7470 [INFO] uart1: [host: 1.89s (+26.14ms)|virt: 0.26s (+0.41ms)] False 11:08:50.7472 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7472 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7473 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7474 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7475 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7475 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:50.7576 [INFO] bcm958401m2: Machine paused. 11:08:50.7658 [INFO] bcm958401m2: Disposed. 11:08:50.7685 [INFO] uart1: [host: 1.92s (+29.3ms)|virt: 0.26s (+6.18ms)] >>>