File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2525 */
2626
2727#include "shared-bindings/busio/UART.h"
28+ #include "py/runtime.h"
2829
2930#define RXTX ((volatile uint32_t *)0x40000004)
3031#define NO_CHAR (0xffffffff)
Original file line number Diff line number Diff line change 2828#include <string.h>
2929
3030#include "common-hal/microcontroller/Processor.h"
31+ #include "py/runtime.h"
3132#include "shared-bindings/microcontroller/Processor.h"
3233#include "shared-bindings/microcontroller/ResetReason.h"
3334
Original file line number Diff line number Diff line change 11using sysbus
22
3- i @Simple32Khz .cs
3+ include @Simple32kHz .cs
44emulation CreateUartPtyTerminal "term" "/tmp/cp-uart"
55
66$board?="renode_cortex_m0plus"
@@ -20,7 +20,7 @@ sysbus LoadBinary @build-renode_cortex_m0plus/circuitpy.img 0x10000000
2020# logLevel -1
2121
2222# Enable function profiling
23- cpu EnableProfiler CollapsedStack $ORIGIN/profile.folded true
23+ # cpu EnableProfiler CollapsedStack $ORIGIN/profile.folded true
2424
2525# Enable execution tracing
2626# cpu CreateExecutionTracing "tracer_name" $ORIGIN/instruction_trace.txt Disassembly
You can’t perform that action at this time.
0 commit comments