11:21:04.6061 [INFO] System bus created. 11:21:05.5029 [INFO] sysbus: Loading segment of 122292 bytes length at 0x8000000. 11:21:05.5154 [INFO] sysbus: Loading segment of 761 bytes length at 0x801DDB8. 11:21:05.5156 [INFO] sysbus: Loading segment of 4 bytes length at 0x801E0B1. 11:21:05.5156 [INFO] sysbus: Loading segment of 26336 bytes length at 0x20000000. 11:21:05.7698 [INFO] cpu0: Setting initial values: PC = 0x8003661, SP = 0x200062E0. 11:21:05.7711 [INFO] google_kukui: Machine started. 11:21:05.8239 [WARNING] sysbus: [cpu0: 0x80032E2] ReadDoubleWord from non existing peripheral at 0x40010000. 11:21:05.8244 [WARNING] sysbus: [cpu0: 0x80032E2] WriteDoubleWord to non existing peripheral at 0x40010000, value 0x3. 11:21:05.9173 [WARNING] sysbus: [cpu0: 0x80042BE] ReadDoubleWord from non existing peripheral at 0x40022000. 11:21:05.9174 [WARNING] sysbus: [cpu0: 0x80042BE] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x0. 11:21:05.9174 [WARNING] sysbus: [cpu0: 0x80042BE] ReadDoubleWord from non existing peripheral at 0x40022000. 11:21:05.9341 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [4] when writing value 0x10. Tags: AFSEL9 (0x1). 11:21:05.9353 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [8] when writing value 0x100. Tags: AFSEL10 (0x1). 11:21:05.9716 [INFO] usart1: [host: 0.63s (+0.63s)|virt: 0.13ms (+0.13ms)] *** Booting Zephyr OS build zephyr-v3.2.0-2681-g9cf89603dfff *** 11:21:06.0692 [INFO] usart1: [host: 0.73s (+97.55ms)|virt: 0.57ms (+0.45ms)] MicroPython v3.2.0-2681-g9cf89603df-dirty on 2022-12-19; zephyr-google_kukui with stm32f098xx 11:21:06.1121 [INFO] usart1: [host: 0.77s (+42.93ms)|virt: 13.61ms (+13.03ms)] >>> 2+2 11:21:06.1527 [INFO] usart1: [host: 0.81s (+40.4ms)|virt: 13.91ms (+0.3ms)] 4 11:21:06.6641 [INFO] usart1: [host: 1.32s (+0.51s)|virt: 0.22s (+0.21s)] >>> def compare(a, b): return True if a > b else False 11:21:06.6775 [INFO] usart1: [host: 1.34s (+13.39ms)|virt: 0.23s (+1.4ms)] ... 11:21:06.8626 [INFO] usart1: [host: 1.52s (+0.19s)|virt: 0.24s (+15ms)] >>> compare(3.2, 2.4) 11:21:06.9564 [INFO] usart1: [host: 1.62s (+93.82ms)|virt: 0.24s (+0.54ms)] True 11:21:07.1351 [INFO] usart1: [host: 1.79s (+0.18s)|virt: 0.31s (+68.26ms)] >>> compare(2.2, 5.8) 11:21:07.2622 [INFO] usart1: [host: 1.92s (+0.13s)|virt: 0.31s (+0.53ms)] False 11:21:07.2766 [INFO] google_kukui: Machine paused. 11:21:07.2841 [INFO] google_kukui: Disposed. 11:21:07.2847 [INFO] usart1: [host: 1.94s (+22.52ms)|virt: 0.31s (+1.36ms)] >>>