Skip to content

Commit 1eb70ae

Browse files
committed
Fix build
1 parent e839be5 commit 1eb70ae

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
File renamed without changes.

ports/renode/common-hal/busio/UART.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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)

ports/renode/common-hal/microcontroller/Processor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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

ports/renode/renode.resc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using sysbus
22

3-
i @Simple32Khz.cs
3+
include @Simple32kHz.cs
44
emulation 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

0 commit comments

Comments
 (0)