11:00:31.1086 [INFO] System bus created. 11:00:32.0172 [INFO] sysbus: Loading segment of 126944 bytes length at 0x0. 11:00:32.0300 [INFO] sysbus: Loading segment of 803 bytes length at 0x1EFE0. 11:00:32.0302 [INFO] sysbus: Loading segment of 4 bytes length at 0x1F303. 11:00:32.0303 [INFO] sysbus: Loading segment of 25352 bytes length at 0x20000328. 11:00:32.2949 [INFO] cpu0: Setting initial values: PC = 0x3D35, SP = 0x20006230. 11:00:32.2962 [INFO] 96b_carbon_nrf51: Machine started. 11:00:32.3502 [WARNING] sysbus: [cpu0: 0x4E74] ReadDoubleWord from non existing peripheral at 0xF0000FE0. 11:00:32.3595 [WARNING] sysbus: [cpu0: 0x55BC] WriteDoubleWord to non existing peripheral at 0x4000617C, value 0x0. 11:00:32.3595 [WARNING] sysbus: [cpu0: 0x55CA] WriteDoubleWord to non existing peripheral at 0x40006304, value 0x80000000. 11:00:32.3648 [WARNING] uart0: Unhandled write to offset 0x50C. Unhandled bits: [1, 5-31] when writing value 0x1D. Tags: PIN (0x2), PORT (0x1), RESERVED (0x1FFFFFF), CONNECT (0x1). 11:00:32.3648 [WARNING] sysbus: [cpu0: 0x4DF0] WriteDoubleWord to non existing peripheral at 0x50000508, value 0x20000000. 11:00:32.3648 [WARNING] sysbus: [cpu0: 0x4E22] WriteDoubleWord to non existing peripheral at 0x50000774, value 0x3. 11:00:32.3649 [WARNING] uart0: Unhandled write to offset 0x514. Unhandled bits: [2, 4-31] when writing value 0xB. Tags: PIN (0x14), PORT (0x1), RESERVED (0x1FFFFFF), CONNECT (0x1). 11:00:32.3649 [WARNING] sysbus: [cpu0: 0x4E22] WriteDoubleWord to non existing peripheral at 0x5000072C, value 0x0. 11:00:32.3678 [WARNING] rtc1: Unhandled write to offset 0x304. Unhandled bits: [1] when writing value 0x2. Tags: OVRFLW (0x1). 11:00:32.3749 [WARNING] clock: Unhandled read from offset 0x414. 11:00:32.4192 [INFO] uart0: [host: 0.56s (+0.56s)|virt: 0.21ms (+0.21ms)] *** Booting Zephyr OS build zephyr-v3.2.0-2681-g9cf89603dfff *** 11:00:32.5258 [INFO] uart0: [host: 0.66s (+0.11s)|virt: 0.66ms (+0.45ms)] MicroPython v3.2.0-2681-g9cf89603df-dirty on 2022-12-19; zephyr-96b_carbon_nrf51 with nRF51822_QFAC 11:00:32.5803 [INFO] uart0: [host: 0.72s (+54.41ms)|virt: 13ms (+12.34ms)] >>> 2+2 11:00:32.6382 [INFO] uart0: [host: 0.78s (+58.03ms)|virt: 13.3ms (+0.3ms)] 4 11:00:33.1534 [INFO] uart0: [host: 1.29s (+0.52s)|virt: 0.17s (+0.16s)] >>> def compare(a, b): return True if a > b else False 11:00:33.1704 [INFO] uart0: [host: 1.31s (+17.01ms)|virt: 0.17s (+1.1ms)] ... 11:00:33.3528 [INFO] uart0: [host: 1.49s (+0.18s)|virt: 0.2s (+29ms)] >>> compare(3.2, 2.4) 11:00:33.4368 [INFO] uart0: [host: 1.57s (+83.99ms)|virt: 0.2s (+0.51ms)] True 11:00:33.6258 [INFO] uart0: [host: 1.76s (+0.19s)|virt: 0.26s (+57.59ms)] >>> compare(2.2, 5.8) 11:00:33.7134 [INFO] uart0: [host: 1.85s (+87.2ms)|virt: 0.26s (+0.51ms)] False 11:00:33.7274 [INFO] 96b_carbon_nrf51: Machine paused. 11:00:33.7381 [INFO] 96b_carbon_nrf51: Disposed. 11:00:33.7386 [INFO] uart0: [host: 1.88s (+25.65ms)|virt: 0.27s (+6.19ms)] >>>