-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test system, tweak renode configs
- Loading branch information
1 parent
1fe0bf8
commit 9d2d30f
Showing
6 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
target remote :3333 | ||
|
||
# print demangled symbols by default | ||
set print asm-demangle on | ||
|
||
monitor start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
cpu0: CPU.CortexM @ sysbus | ||
cpuType: "cortex-m4f" | ||
nvic: nvic | ||
|
||
nvic: IRQControllers.NVIC @ sysbus 0xE000E000 | ||
-> cpu0@0 | ||
|
||
sercom3: UART.SAMD5_UART @ sysbus 0x41014000 | ||
->nvic@58 | ||
|
||
sram0: Memory.MappedMemory @ sysbus 0x20000000 | ||
size: 0x30000 | ||
|
||
flash0: Memory.MappedMemory @ sysbus 0x0 | ||
size: 0x80000 | ||
|
||
dwt: Miscellaneous.DWT @ sysbus 0xE0001000 | ||
frequency: 1000000 | ||
|
||
gclk_phctrl1: Python.PythonPeripheral @ sysbus 0x40001c84 | ||
size: 0x4 | ||
initable: true | ||
filename: "scripts/pydev/flipflop.py" | ||
|
||
pac_intflag: Python.PythonPeripheral @ sysbus 0x40001010 | ||
size: 0x4 | ||
initable: true | ||
filename: "scripts/pydev/flipflop.py" | ||
|
||
pac_status: Python.PythonPeripheral @ sysbus 0x40001040 | ||
size: 0x4 | ||
initable: true | ||
filename: "scripts/pydev/counter.py" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rustfmt --emit stdout target/rtic-expansion.rs | vim +':setlocal buftype=nofile filetype=rust' - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cat /tmp/rtt_log.bin | defmt-print -e target/thumbv7em-none-eabihf/release/atsamd-rtic-firmware |