19:44:15.3976 [INFO] System bus created. 19:44:16.3677 [INFO] sysbus: Loading segment of 122312 bytes length at 0x8000000. 19:44:16.3842 [INFO] sysbus: Loading segment of 797 bytes length at 0x801DDC8. 19:44:16.3843 [INFO] sysbus: Loading segment of 4 bytes length at 0x801E0E5. 19:44:16.3844 [INFO] sysbus: Loading segment of 23760 bytes length at 0x20000320. 19:44:16.6612 [INFO] cpu0: Setting initial values: PC = 0x8003405, SP = 0x20005BF0. 19:44:16.6624 [INFO] nucleo_f030r8: Machine started. 19:44:16.7637 [WARNING] sysbus: [cpu0: 0x80042F2] ReadDoubleWord from non existing peripheral at 0x40022000. 19:44:16.7638 [WARNING] sysbus: [cpu0: 0x80042F2] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x1. 19:44:16.7639 [WARNING] sysbus: [cpu0: 0x80042F2] ReadDoubleWord from non existing peripheral at 0x40022000. 19:44:16.7639 [WARNING] sysbus: [cpu0: 0x800430E] ReadDoubleWord from non existing peripheral at 0x40022000. 19:44:16.7740 [WARNING] sysbus: [cpu0: 0x8003230] ReadDoubleWord from non existing peripheral at 0x40015804. 19:44:16.7740 [WARNING] sysbus: [cpu0: 0x8003230] WriteDoubleWord to non existing peripheral at 0x40015804, value 0x0. 19:44:16.8033 [INFO] usart2: [host: 0.66s (+0.66s)|virt: 0.13ms (+0.13ms)] *** Booting Zephyr OS build 3723493f60a1 *** 19:44:16.8139 [INFO] nucleo_f030r8: Machine paused. 19:44:16.8189 [INFO] nucleo_f030r8: Machine resumed. 19:44:16.8192 [INFO] usart2: [host: 0.67s (+15.98ms)|virt: 0.16ms (+32µs)] 19:44:16.8568 [INFO] usart2: [host: 0.71s (+37.65ms)|virt: 0.49ms (+0.33ms)] MicroPython c5fc34d on 2024-03-27; zephyr-nucleo_f030r8 with stm32f030x8 19:44:16.9568 [INFO] usart2: [host: 0.81s (+98.81ms)|virt: 0.28s (+0.28s)] >>> 2+2 19:44:16.9934 [INFO] usart2: [host: 0.85s (+37.72ms)|virt: 0.28s (+0.31ms)] 4 19:44:16.9935 [INFO] nucleo_f030r8: Machine paused. 19:44:17.5098 [INFO] nucleo_f030r8: Machine resumed. 19:44:17.5100 [INFO] usart2: [host: 1.36s (+0.52s)|virt: 0.28s (+2µs)] 19:44:17.5595 [INFO] usart2: [host: 1.41s (+48.98ms)|virt: 0.28s (+0.47ms)] >>> def compare(a, b): return True if a > b else False 19:44:17.6168 [INFO] usart2: [host: 1.47s (+57.82ms)|virt: 0.43s (+0.14s)] ... 19:44:17.7997 [INFO] usart2: [host: 1.65s (+0.18s)|virt: 0.61s (+0.18s)] >>> compare(3.2, 2.4) 19:44:17.8811 [INFO] usart2: [host: 1.73s (+81.34ms)|virt: 0.61s (+0.56ms)] True 19:44:17.8811 [INFO] nucleo_f030r8: Machine paused. 19:44:18.0642 [INFO] nucleo_f030r8: Machine resumed. 19:44:18.0643 [INFO] usart2: [host: 1.92s (+0.18s)|virt: 0.61s (+1µs)] 19:44:18.0937 [INFO] usart2: [host: 1.95s (+29.37ms)|virt: 0.61s (+0.17ms)] >>> compare(2.2, 5.8) 19:44:18.1415 [INFO] usart2: [host: 1.99s (+47.77ms)|virt: 0.61s (+0.55ms)] False 19:44:18.1677 [WARNING] Pause on match was requested, but the matching string had already been printed when the assertion was made. Pause time will not be deterministic. 19:44:18.1680 [INFO] nucleo_f030r8: Machine paused. 19:44:18.1958 [INFO] nucleo_f030r8: Disposed. 19:44:18.1962 [INFO] usart2: [host: 2.05s (+54.76ms)|virt: 0.74s (+0.13s)] >>>