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 25
25
*/
26
26
27
27
#include "shared-bindings/busio/UART.h"
28
+ #include "py/runtime.h"
28
29
29
30
#define RXTX ((volatile uint32_t *)0x40000004)
30
31
#define NO_CHAR (0xffffffff)
Original file line number Diff line number Diff line change 28
28
#include <string.h>
29
29
30
30
#include "common-hal/microcontroller/Processor.h"
31
+ #include "py/runtime.h"
31
32
#include "shared-bindings/microcontroller/Processor.h"
32
33
#include "shared-bindings/microcontroller/ResetReason.h"
33
34
Original file line number Diff line number Diff line change 1
1
using sysbus
2
2
3
- i @Simple32Khz .cs
3
+ include @Simple32kHz .cs
4
4
emulation CreateUartPtyTerminal "term" "/tmp/cp-uart"
5
5
6
6
$board?="renode_cortex_m0plus"
@@ -20,7 +20,7 @@ sysbus LoadBinary @build-renode_cortex_m0plus/circuitpy.img 0x10000000
20
20
# logLevel -1
21
21
22
22
# Enable function profiling
23
- cpu EnableProfiler CollapsedStack $ORIGIN/profile.folded true
23
+ # cpu EnableProfiler CollapsedStack $ORIGIN/profile.folded true
24
24
25
25
# Enable execution tracing
26
26
# cpu CreateExecutionTracing "tracer_name" $ORIGIN/instruction_trace.txt Disassembly
You can’t perform that action at this time.
0 commit comments