File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/constance_port_arm_test_driver/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,10 @@ macro_rules! instantiate_test {
79
79
#[ cfg( feature = "board-rza1" ) ]
80
80
const MEMORY_MAP : & ' static [ port:: MemoryMapSection ] = & [
81
81
// On-chip RAM (10MB)
82
- port:: MemoryMapSection :: new( 0x2000_0000 ..0x2050_0000 , 0x2000_0000 ) . with_executable ( true ) ,
83
- port :: MemoryMapSection :: new ( 0x2050_0000 .. 0x20a0_0000 , 0x2050_0000 )
82
+ port:: MemoryMapSection :: new( 0x2000_0000 ..0x2050_0000 , 0x2000_0000 )
83
+ . with_executable ( true )
84
84
. with_writable( false ) ,
85
+ port:: MemoryMapSection :: new( 0x2050_0000 ..0x20a0_0000 , 0x2050_0000 ) ,
85
86
// I/O areas
86
87
port:: MemoryMapSection :: new( 0x3fe0_0000 ..0x4000_0000 , 0x3fe0_0000 ) . as_device_memory( ) ,
87
88
port:: MemoryMapSection :: new( 0xe800_0000 ..0xe830_0000 , 0xe800_0000 ) . as_device_memory( ) ,
You can’t perform that action at this time.
0 commit comments